:orphan: .. title:: CONFIG_GPIO_GD32 .. kconfig:: CONFIG_GPIO_GD32 CONFIG_GPIO_GD32 ################ *GD32 GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable the GD32 GPIO driver. Direct dependencies =================== (\ :kconfig:`SOC_FAMILY_GD32 ` || \ :kconfig:`SOC_SERIES_GD32VF103 `) && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/gpio/Kconfig.gd32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:122`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*