zephyr/drivers/serial/Kconfig.mcux
Nickolas Lapp f1b0b458b0 uart_mcux_lpuart: Enable Asynchronous UART API.
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>
2022-04-14 15:21:58 -05:00

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.