2021-05-21 23:59:25 +08:00
|
|
|
# Copyright 2021 NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config PWM_MCUX_SCTIMER
|
|
|
|
bool "MCUX SCTimer PWM driver"
|
2022-07-22 05:13:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_SCTIMER_PWM_ENABLED
|
2024-09-25 21:02:41 +08:00
|
|
|
depends on CLOCK_CONTROL
|
|
|
|
select PINCTRL
|
2021-05-21 23:59:25 +08:00
|
|
|
help
|
|
|
|
Enable sctimer based pwm driver.
|