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