drivers: gpio: gd32: enable gd32vf103

The device implemented by this driver is also available on GD32 RISC-V
MCUs.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2021-12-29 16:41:55 +01:00 committed by Carles Cufí
commit cdcd11aac0

View file

@ -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.