The Drivers using Pinctrl should be turning Pinctrl on this should not be the responsibility of the board. This commit removes CONFIG_PINCTRL from the boards side for nxp boards. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
11 lines
254 B
Text
11 lines
254 B
Text
# 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
|
|
depends on CLOCK_CONTROL
|
|
select PINCTRL
|
|
help
|
|
Enable sctimer based pwm driver.
|