zephyr/drivers/pwm/Kconfig.b91
Gerard Marull-Paretas f3a125e018 drivers: all: telink-b91: select PINCTRL
Select PINCTRL as needed.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-12-05 15:17:47 +01:00

10 lines
256 B
Text

# Copyright (c) 2021 Telink Semiconductor
# SPDX-License-Identifier: Apache-2.0
config PWM_TELINK_B91
bool "Telink Semiconductor B91 PWM driver"
default y
depends on DT_HAS_TELINK_B91_PWM_ENABLED
select PINCTRL
help
Enables Telink B91 PWM driver.