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 && PINCTRL
9 help
10 Enable sctimer based pwm driver.
11