CONFIG_GPIO_GD32

GD32 GPIO driver

Type: bool

Help

Enable the GD32 GPIO driver.

Direct dependencies

SOC_FAMILY_GD32 && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.gd32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:36<Zephyr>/drivers/gpio/Kconfig:120

Menu path: (Top) → Device Drivers → GPIO Drivers

config GPIO_GD32
    bool "GD32 GPIO driver"
    default n
    depends on SOC_FAMILY_GD32 && GPIO
    help
      Enable the GD32 GPIO driver.

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