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