:orphan: .. title:: CONFIG_INTC_ESP32C3_DECISIONS_LOG .. kconfig:: CONFIG_INTC_ESP32C3_DECISIONS_LOG CONFIG_INTC_ESP32C3_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_ESP32C3 ` *(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.esp32c3:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:72`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Enables ESP32C3 interrupt controller driver .. code-block:: kconfig config INTC_ESP32C3_DECISIONS_LOG bool "Enables Espressif's interrupt allocator logging" select LOG depends on INTC_ESP32C3 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.)*