zephyr/drivers/serial/Kconfig.mcux_lpuart
Kumar Gala 27d74d8ad2 serial: mcux: remove bits related to !HAS_DTS
Now that all NXP MCUX platforms are using device tree we can remove the
handling for !HAS_DTS from the serial drivers.

Change-Id: I05185142afa7fae83ce68de954202829868af88f
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-14 05:56:53 -05:00

32 lines
530 B
Text

# Kconfig - MCUXpresso SDK LPUART
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig UART_MCUX_LPUART
bool "MCUX LPUART driver"
depends on HAS_MCUX && HAS_LPUART
default n
select SERIAL_HAS_DRIVER
help
Enable the MCUX LPUART driver.
if UART_MCUX_LPUART
menuconfig UART_MCUX_LPUART_0
bool "UART 0"
default n
help
Enable UART 0.
if UART_MCUX_LPUART_0
config UART_MCUX_LPUART_0_NAME
string "UART 0 driver name"
default "UART_0"
endif # UART_MCUX_LPUART_0
endif # UART_MCUX_LPUART