Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
82c65315d332f3bd2f05ca20fc8126d26123f1a4
/
.
/
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
.