zephyr/drivers/gpio/Kconfig.gd32
Gerard Marull-Paretas cdcd11aac0 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>
2022-01-11 11:50:35 +01:00

11 lines
315 B
Text

# Copyright (c) 2021 Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_GD_GD32_GPIO := gd,gd32-gpio
config GPIO_GD32
bool "GD32 GPIO driver"
depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103)
default $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_GPIO))
help
Enable the GD32 GPIO driver.