:orphan: .. title:: CONFIG_INTC_ESP32C3 .. kconfig:: CONFIG_INTC_ESP32C3 CONFIG_INTC_ESP32C3 ################### *Enables ESP32C3 interrupt controller driver* Type: ``bool`` Help ==== .. code-block:: none Enables the esp32c3 interrupt controller driver to handle ISR management at SoC level. Direct dependencies =================== \ :kconfig:`SOC_ESP32C3 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/interrupt_controller/Kconfig.esp32c3:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:72`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig config INTC_ESP32C3 bool "Enables ESP32C3 interrupt controller driver" default y depends on SOC_ESP32C3 help Enables the esp32c3 interrupt controller driver to handle ISR management at SoC level. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*