Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
60c661dfc89dae93d153d6e2530577ce853cd89d
/
.
/
drivers
/
pwm
/
Kconfig.mcux_ctimer
blob: cc3ce3030f7b0d5252a542f520dc1c9a4a457911 [
file
] [
log
] [
blame
]
# (c) Meta Platforms, Inc. and affiliates.
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX_CTIMER
bool
"MCUX CTimer PWM driver"
default
y
depends on DT_HAS_NXP_CTIMER_PWM_ENABLED
help
Enable
ctimer based pwm driver
.