989d103d53
The MCUX platform always uses pinctrl, there's no need to keep extra macrology around pinctrl. Also updated driver's Kconfig options to `select PINCTRL` (note that some already did). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
# Copyright 2021 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PWM_MCUX_SCTIMER
|
|
bool "MCUX SCTimer PWM driver"
|
|
default y
|
|
depends on DT_HAS_NXP_SCTIMER_PWM_ENABLED
|
|
select PINCTRL
|
|
help
|
|
Enable sctimer based pwm driver.
|