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