1# Copyright 2020 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4# MCUX TPM PWM
5
6config PWM_MCUX_TPM
7	bool "MCUX TPM PWM driver"
8	depends on HAS_MCUX_TPM && CLOCK_CONTROL
9	help
10	  Enable the MCUX TPM PWM driver.
11