12 lines
289 B
Text
12 lines
289 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
|
||
|
default $(dt_compat_enabled,$(DT_COMPAT_GD_GD32_GPIO))
|
||
|
help
|
||
|
Enable the GD32 GPIO driver.
|