Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4a0040f346171232e96b36bcffe9604079df90c9
/
.
/
drivers
/
pwm
/
Kconfig.mcux
blob: 7c81eebf3e4b5c9259a382ff72a58eaa20d36d22 [
file
] [
log
] [
blame
]
# STM32 PWM configuration options
# Copyright (c) 2019 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX
bool
"MCUX PWM driver"
default
y
depends on DT_HAS_NXP_IMX_PWM_ENABLED
help
Enable
mcux pwm driver
.