:orphan: .. title:: CONFIG_INTC_ESP32 .. kconfig:: CONFIG_INTC_ESP32 CONFIG_INTC_ESP32 ################# *Interrupt allocator for Xtensa-based Espressif SoCs* Type: ``bool`` Help ==== .. code-block:: none Enable custom interrupt allocator for Espressif SoCs based on Xtensa architecture. Default ======= - y if \ :kconfig:`SOC_ESP32 ` || \ :kconfig:`SOC_ESP32S2 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:70`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*