CONFIG_GD32_EXTI¶
GD32 Extended Interrupts and Events (EXTI) Controller
Type: bool
Help¶
Enable the GigaDevice GD32 Extended Interrupts and Events (EXTI)
controller driver.
Direct dependencies¶
SOC_FAMILY_GD32
|| SOC_SERIES_GD32VF103
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At drivers/interrupt_controller/Kconfig.gd32_exti:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:28
→ drivers/interrupt_controller/Kconfig:78
Menu path: (Top) → Device Drivers → Interrupt Controllers
config GD32_EXTI
bool "GD32 Extended Interrupts and Events (EXTI) Controller"
default n
depends on SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103
help
Enable the GigaDevice GD32 Extended Interrupts and Events (EXTI)
controller driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)