zephyr/drivers/serial/Kconfig.mcux_lpsci
Kumar Gala fd021da59a drivers: uart: mcux_lpsci: 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-28 16:54:30 -05:00

13 lines
280 B
Plaintext

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