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¶
y if
SOC_ESP32
||SOC_ESP32S2
Kconfig definition¶
At <Zephyr Driver>/interrupt_controller/Kconfig.esp32:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:28
→ <Zephyr Driver>/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.)