1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config PWM_NXP_FLEXIO 5 bool "NXP Flexio PWM driver" 6 default y 7 depends on DT_HAS_NXP_FLEXIO_ENABLED 8 depends on CLOCK_CONTROL 9 depends on DT_HAS_NXP_FLEXIO_PWM_ENABLED 10 select MCUX_FLEXIO 11 select PINCTRL 12 help 13 Enable flexio based pwm driver. 14