1# Copyright 2021 Vestas Wind Systems A/S
2# SPDX-License-Identifier: Apache-2.0
3
4# MCUX PWT PWM
5
6config PWM_MCUX_PWT
7	bool "MCUX PWT PWM capture driver"
8	depends on HAS_MCUX_PWT && CLOCK_CONTROL && PWM_CAPTURE
9	help
10	  Enable the MCUX Pulse Width Timer (PWT) PWM capture driver.
11