Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9863dc9fd8b58cd88f76eab5f18cce3a961b2de1
/
.
/
drivers
/
pwm
/
Kconfig.gd32
blob: 9dc55872963aaebb698374fc927809409a24039d [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Teslabs Engineering S.L.
# SPDX-License-Identifier: Apache-2.0
config PWM_GD32
bool
"GigaDevice GD32 PWM driver"
default
y
depends on DT_HAS_GD_GD32_PWM_ENABLED
select
PINCTRL
help
Enable
the
GigaDevice
GD32 PWM driver
.