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:
parent
ddf440fe60
commit
cdcd11aac0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ DT_COMPAT_GD_GD32_GPIO := gd,gd32-gpio
|
||||||
|
|
||||||
config GPIO_GD32
|
config GPIO_GD32
|
||||||
bool "GD32 GPIO driver"
|
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))
|
default $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_GPIO))
|
||||||
help
|
help
|
||||||
Enable the GD32 GPIO driver.
|
Enable the GD32 GPIO driver.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue