zephyr/drivers/pwm/Kconfig.mcux_ctimer
David Ullmann bcc7499684 drivers: rt6xx ctimer pwm driver
using ctimer to implement pwm api
Signed-off-by: David Ullmann <davidu@meta.com>
2023-08-03 12:39:06 -04:00

10 lines
230 B
Plaintext

# (c) Meta Platforms, Inc. and affiliates.
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX_CTIMER
bool "MCUX CTimer PWM driver"
default y
depends on DT_HAS_NXP_CTIMER_PWM_ENABLED
help
Enable ctimer based pwm driver.