diff --git a/drivers/gpio/Kconfig.gd32 b/drivers/gpio/Kconfig.gd32 index 1e5679ebfee..aa762cc54c1 100644 --- a/drivers/gpio/Kconfig.gd32 +++ b/drivers/gpio/Kconfig.gd32 @@ -5,7 +5,7 @@ DT_COMPAT_GD_GD32_GPIO := gd,gd32-gpio config GPIO_GD32 bool "GD32 GPIO driver" - depends on SOC_FAMILY_GD32 + depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) default $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_GPIO)) help Enable the GD32 GPIO driver.