CONFIG_INTC_ESP32C3_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.

Direct dependencies

INTC_ESP32C3

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.esp32c3:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:28<Zephyr>/drivers/interrupt_controller/Kconfig:72

Menu path: (Top) → Device Drivers → Interrupt Controllers → Enables ESP32C3 interrupt controller driver

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.)