Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
98d0a2bb34e3b6c4c094e5ffb7ccc7bea7395152
/
.
/
drivers
/
pwm
/
Kconfig.mcux_ctimer
blob: 0b1033910fbce879e00fc5dddac253db9060305e [
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
select
PINCTRL
help
Enable
ctimer based pwm driver
.