blob: 34b9031d716c1448b867e5e236ae9ba5d1490643 [file] [log] [blame]
# Kconfig - MCUXpresso SDK USART
#
# Copyright 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
menuconfig USART_MCUX_LPC
bool "MCUX USART driver"
depends on HAS_MCUX
default n
select SERIAL_HAS_DRIVER
help
Enable the MCUX USART driver.
if USART_MCUX_LPC
menuconfig USART_MCUX_LPC_0
bool "USART 0"
default n
help
Enable USART 0.
endif # USART_MCUX_LPC