Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6463dd610d42298c0d1e410225d1e971d5156ee1
/
.
/
drivers
/
pwm
/
Kconfig.mcux_qtmr
blob: 150473ddae89cc61c42d24f96334c94292cd7963 [
file
] [
log
] [
blame
]
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX_QTMR
bool
"MCUX QMTR PWM driver"
default
y
depends on DT_HAS_NXP_QTMR_PWM_ENABLED
depends on CLOCK_CONTROL
select
PINCTRL
help
Enable
QTMR based pwm driver
.