CONFIG_INTC_ESP32_DECISIONS_LOG¶
Enables ESP32 interrupt allocator logging
Type: bool
Help¶
Enable this option to visualize information on decisions made by the
interrupt allocator. This has no impact on the interrupt allocator usage
but may be valuable for debugging purposes. When enabled, messages are
print to the serial console.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/interrupt_controller/Kconfig.esp32:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/interrupt_controller/Kconfig:71
Menu path: (Top) → Device Drivers → Interrupt Controllers
config INTC_ESP32_DECISIONS_LOG
bool "Enables ESP32 interrupt allocator logging"
select LOG
depends on SOC_ESP32
help
Enable this option to visualize information on decisions made by the
interrupt allocator. This has no impact on the interrupt allocator usage
but may be valuable for debugging purposes. When enabled, messages are
print to the serial console.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)