CONFIG_INTC_ESP32C3
Enables ESP32C3 interrupt controller driver
Type: bool
Help
Enables the esp32c3 interrupt controller driver to handle ISR
management at SoC level.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/interrupt_controller/Kconfig.esp32c3:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:28
→ <Zephyr>/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.)