2019-11-01 20:45:29 +08:00
|
|
|
# MCUXpresso SDK LPUART
|
|
|
|
|
2017-01-18 19:54:58 +08:00
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig UART_MCUX_LPUART
|
|
|
|
bool "MCUX LPUART driver"
|
2017-08-27 05:18:28 +08:00
|
|
|
depends on HAS_MCUX_LPUART && CLOCK_CONTROL
|
2017-01-18 19:54:58 +08:00
|
|
|
select SERIAL_HAS_DRIVER
|
2017-06-23 00:26:58 +08:00
|
|
|
select SERIAL_SUPPORT_INTERRUPT
|
2017-01-18 19:54:58 +08:00
|
|
|
help
|
|
|
|
Enable the MCUX LPUART driver.
|
|
|
|
|
|
|
|
if UART_MCUX_LPUART
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_MCUX_LPUART_0
|
2017-01-18 19:54:58 +08:00
|
|
|
bool "UART 0"
|
|
|
|
help
|
|
|
|
Enable UART 0.
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_MCUX_LPUART_1
|
2017-08-28 22:27:19 +08:00
|
|
|
bool "UART 1"
|
|
|
|
help
|
|
|
|
Enable UART 1.
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_MCUX_LPUART_2
|
2018-09-25 00:12:57 +08:00
|
|
|
bool "UART 2"
|
|
|
|
help
|
|
|
|
Enable UART 2.
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_MCUX_LPUART_3
|
2018-09-25 00:12:57 +08:00
|
|
|
bool "UART 3"
|
|
|
|
help
|
|
|
|
Enable UART 3.
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config UART_MCUX_LPUART_4
|
2019-03-21 17:14:16 +08:00
|
|
|
bool "UART 4"
|
|
|
|
help
|
|
|
|
Enable UART 4.
|
|
|
|
|
2017-01-18 19:54:58 +08:00
|
|
|
endif # UART_MCUX_LPUART
|