CONFIG_INTC_ESP32C3¶
Enables ESP32C3 interrupt controller driver
Type: bool
Help¶
Enables the esp32c3 interrupt controller driver to handle ISR
management at SoC level.
Default¶
y
Kconfig definition¶
At drivers/interrupt_controller/Kconfig.esp32c3:4
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:28
→ drivers/interrupt_controller/Kconfig:72
Menu path: (Top) → Device Drivers → Interrupt Controllers
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.)