1# Copyright (c) 2021 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_TELINK_B91
5	bool "Telink Semiconductor B91 PWM driver"
6	default y
7	depends on DT_HAS_TELINK_B91_PWM_ENABLED
8	select PINCTRL
9	help
10	  Enables Telink B91 PWM driver.
11