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

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.gd32_exti:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:28<Zephyr>/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
    help
      Enable the GigaDevice GD32 Extended Interrupts and Events (EXTI)
      controller driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)