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>
15 lines
351 B
Text
15 lines
351 B
Text
# iMX7 M4 UART
|
|
|
|
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_IMX
|
|
bool "NXP i.MX7 family processor UART driver"
|
|
default y
|
|
depends on DT_HAS_NXP_IMX_UART_ENABLED
|
|
select PINCTRL
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
help
|
|
This option enables the UART driver for NXP i.MX7
|
|
family processors.
|