:orphan: .. title:: CONFIG_GD32_EXTI .. kconfig:: CONFIG_GD32_EXTI CONFIG_GD32_EXTI ################ *GD32 Extended Interrupts and Events (EXTI) Controller* Type: ``bool`` Help ==== .. code-block:: none Enable the GigaDevice GD32 Extended Interrupts and Events (EXTI) controller driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_GD32 ` || \ :kconfig:`SOC_SERIES_GD32VF103 ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/interrupt_controller/Kconfig.gd32_exti:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:78`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*