Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f09948b68a9a194d8a3a494d37fd0244eda66ffe
/
.
/
drivers
/
pwm
/
Kconfig.mcux_tpm
blob: 07902531273a4e4acd81c70610490cba0d1664ac [
file
] [
log
] [
blame
]
# Copyright 2020 NXP
# SPDX-License-Identifier: Apache-2.0
# MCUX TPM PWM
config PWM_MCUX_TPM
bool
"MCUX TPM PWM driver"
depends on HAS_MCUX_TPM
&&
CLOCK_CONTROL
select
PINCTRL
help
Enable
the MCUX TPM PWM driver
.