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>
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
# MCUXpresso SDK UART
|
|
|
|
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_MCUX
|
|
bool "MCUX uart driver"
|
|
default y
|
|
depends on DT_HAS_NXP_KINETIS_UART_ENABLED
|
|
depends on CLOCK_CONTROL
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
select SERIAL_SUPPORT_ASYNC
|
|
select PINCTRL
|
|
help
|
|
Enable the MCUX uart driver.
|