zephyr/drivers/serial/Kconfig.mcux_lpuart
Kumar Gala 9a65318a5b drivers: uart: mcux_lpuart: Convert to DT_INST
Convert driver to use new DT_INST macros throughout.  Removed per
instance Kconfig symbols and replaced with DT_NODELABEL references
where needed.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-20 15:50:45 -05:00

13 lines
285 B
Plaintext

# MCUXpresso SDK LPUART
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
config UART_MCUX_LPUART
bool "MCUX LPUART driver"
depends on HAS_MCUX_LPUART && CLOCK_CONTROL
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help
Enable the MCUX LPUART driver.