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

CONFIG_INTC_ESP32

Interrupt allocator for Xtensa-based Espressif SoCs

Type: bool

Help

Enable custom interrupt allocator for Espressif SoCs based on Xtensa
architecture.

Default

Kconfig definition

At drivers/interrupt_controller/Kconfig.esp32:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:28drivers/interrupt_controller/Kconfig:70

Menu path: (Top) → Device Drivers → Interrupt Controllers

config INTC_ESP32
    bool "Interrupt allocator for Xtensa-based Espressif SoCs"
    default y if SOC_ESP32 || SOC_ESP32S2
    help
      Enable custom interrupt allocator for Espressif SoCs based on Xtensa
      architecture.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)