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>
13 lines
306 B
Text
13 lines
306 B
Text
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PWM_NXP_FLEXIO
|
|
bool "NXP Flexio PWM driver"
|
|
default y
|
|
depends on DT_HAS_NXP_FLEXIO_ENABLED
|
|
depends on CLOCK_CONTROL
|
|
depends on DT_HAS_NXP_FLEXIO_PWM_ENABLED
|
|
select MCUX_FLEXIO
|
|
select PINCTRL
|
|
help
|
|
Enable flexio based pwm driver.
|