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 default y 9 depends on DT_HAS_NXP_KINETIS_PWT_ENABLED 10 depends on CLOCK_CONTROL && PWM_CAPTURE 11 select PINCTRL 12 help 13 Enable the MCUX Pulse Width Timer (PWT) PWM capture driver. 14