1# Copyright (c) 2021 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_GD32
5 bool "GigaDevice GD32 PWM driver"
6 default y
7 depends on DT_HAS_GD_GD32_PWM_ENABLED
8 select PINCTRL
9 help
10 Enable the GigaDevice GD32 PWM driver.
11