:orphan: .. title:: CONFIG_INTC_ESP32_DECISIONS_LOG .. kconfig:: CONFIG_INTC_ESP32_DECISIONS_LOG CONFIG_INTC_ESP32_DECISIONS_LOG ############################### *Enables Espressif's interrupt allocator logging* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`INTC_ESP32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`LOG ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.esp32:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:70`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Interrupt allocator for Xtensa-based Espressif SoCs .. code-block:: kconfig 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.)*