The latest development version of this page may be more current than this released 3.0.0 version.

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:8Kconfig.zephyr:42drivers/Kconfig:28drivers/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.)