CONFIG_GPIO_GD32¶
GD32 GPIO driver
Type: bool
Help¶
Enable the GD32 GPIO driver.
Direct dependencies¶
(SOC_FAMILY_GD32
|| SOC_SERIES_GD32VF103
) && GPIO
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At drivers/gpio/Kconfig.gd32:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/gpio/Kconfig:122
Menu path: (Top) → Device Drivers → GPIO Drivers
config GPIO_GD32
bool "GD32 GPIO driver"
default n
depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) && GPIO
help
Enable the GD32 GPIO driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)