Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
52ce527c8107288476d39990bc573701f029c192
/
.
/
drivers
/
pwm
/
Kconfig.mcux_sctimer
blob: 0ca23f568473c168281992b44d9b73a111f61431 [
file
] [
log
] [
blame
]
# Copyright 2021 NXP
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX_SCTIMER
bool
"MCUX SCTimer PWM driver"
default
y
depends on DT_HAS_NXP_SCTIMER_PWM_ENABLED
depends on CLOCK_CONTROL
&&
PINCTRL
help
Enable
sctimer based pwm driver
.