CONFIG_INTC_ESP32_DECISIONS_LOG¶
Enables Espressif’s 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 Driver>/interrupt_controller/Kconfig.esp32:13
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:28 → <Zephyr Driver>/interrupt_controller/Kconfig:70
Menu path: (Top) → Device Drivers → Interrupt Controllers → Interrupt allocator for Xtensa-based Espressif SoCs
config INTC_ESP32_DECISIONS_LOG
    bool "Enables Espressif's interrupt allocator logging"
    select LOG
    depends on INTC_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.)