zephyr/drivers/pwm/Kconfig.gd32

12 lines
331 B
Plaintext

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