bcc7499684
using ctimer to implement pwm api Signed-off-by: David Ullmann <davidu@meta.com>
10 lines
230 B
Plaintext
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.
|