The latest development version of this page may be more current than this released 2.7.5 version.

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.

Direct dependencies

INTC_ESP32

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/interrupt_controller/Kconfig.esp32:13

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:28drivers/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.)