zephyr/drivers/serial/Kconfig.mcux_flexcomm
Maureen Helm 72e0080e56 drivers: serial: Rename lpc usart shim driver
Renames the lpc usart shim driver to more accurately reflect the
flexcomm hardware IP and to prepare for instantiating it on an SoC
outside the LPC family.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-12-13 18:45:54 +01:00

22 lines
398 B
Plaintext

# MCUXpresso SDK USART
# Copyright 2017, NXP
# SPDX-License-Identifier: Apache-2.0
menuconfig UART_MCUX_FLEXCOMM
bool "MCUX FLEXCOMM UART driver"
depends on HAS_MCUX_FLEXCOMM
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help
Enable the MCUX USART driver.
if UART_MCUX_FLEXCOMM
config UART_MCUX_FLEXCOMM_0
bool "USART 0"
help
Enable USART 0.
endif # UART_MCUX_FLEXCOMM