1# Copyright 2021 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config PWM_MCUX_SCTIMER
5 bool "MCUX SCTimer PWM driver"
6 default y
7 depends on DT_HAS_NXP_SCTIMER_PWM_ENABLED
8 depends on CLOCK_CONTROL
9 select PINCTRL
10 help
11 Enable sctimer based pwm driver.
12