1# STM32 PWM configuration options
2
3# Copyright (c) 2019 Linaro Limited.
4# SPDX-License-Identifier: Apache-2.0
5
6config PWM_MCUX
7	bool "MCUX PWM driver"
8	default y
9	depends on DT_HAS_NXP_IMX_PWM_ENABLED
10	select PINCTRL
11	help
12	  Enable mcux pwm driver.
13