Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e6075541abea29336ccdda68aeaf913cadf13a3b
/
.
/
drivers
/
pwm
/
Kconfig.mcux_sctimer
blob: a788208e8ad655ac9c407b32f1463ad5ee45b5c0 [
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
select
PINCTRL
help
Enable
sctimer based pwm driver
.