d73ffa3855
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>
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
# MCUXpresso SDK USART
|
|
|
|
# Copyright 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config 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.
|