1# (c) Meta Platforms, Inc. and affiliates. 2# SPDX-License-Identifier: Apache-2.0 3 4config PWM_MCUX_CTIMER 5 bool "MCUX CTimer PWM driver" 6 default y 7 depends on DT_HAS_NXP_CTIMER_PWM_ENABLED 8 help 9 Enable ctimer based pwm driver. 10