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