f1b0b458b0
This PR enables the Ansynchronous UART API for using the MCUX drivers. It is tested on the RT1062EVKB. Signed-off-by: Nickolas Lapp <nickolaslapp@gmail.com>
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
# MCUXpresso SDK UART
|
|
|
|
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_MCUX
|
|
bool "MCUX uart driver"
|
|
depends on HAS_MCUX && CLOCK_CONTROL
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
select SERIAL_SUPPORT_ASYNC
|
|
help
|
|
Enable the MCUX uart driver.
|