2019-04-06 09:08:09 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2016-03-17 10:24:45 -07:00
|
|
|
menuconfig UART_STELLARIS
|
2015-12-01 08:42:19 -08:00
|
|
|
bool "Stellaris serial driver"
|
2022-07-20 13:46:30 -05:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_TI_STELLARIS_UART_ENABLED
|
2015-12-01 08:42:19 -08:00
|
|
|
select SERIAL_HAS_DRIVER
|
2017-06-22 11:26:58 -05:00
|
|
|
select SERIAL_SUPPORT_INTERRUPT
|
2015-12-01 08:42:19 -08:00
|
|
|
help
|
2018-02-15 07:36:16 -06:00
|
|
|
This option enables the Stellaris serial driver.
|
|
|
|
This specific driver can be used for the serial hardware
|
|
|
|
available at the Texas Instrument LM3S6965 board.
|
2015-12-01 08:42:19 -08:00
|
|
|
|
2018-12-27 19:49:39 +01:00
|
|
|
if UART_STELLARIS
|
|
|
|
|
2015-12-01 08:42:19 -08:00
|
|
|
# ---------- Port 0 ----------
|
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config UART_STELLARIS_PORT_0
|
2022-03-09 12:05:12 +01:00
|
|
|
bool "Stellaris UART Port 0"
|
2015-12-01 08:42:19 -08:00
|
|
|
help
|
|
|
|
This tells the driver to configure the UART port at boot, depending on
|
|
|
|
the additional configure options below.
|
|
|
|
|
|
|
|
# ---------- Port 1 ----------
|
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config UART_STELLARIS_PORT_1
|
2022-03-09 12:05:12 +01:00
|
|
|
bool "Stellaris UART Port 1"
|
2015-12-01 08:42:19 -08:00
|
|
|
help
|
|
|
|
This tells the driver to configure the UART port at boot, depending on
|
|
|
|
the additional configure options below.
|
|
|
|
|
|
|
|
# ---------- Port 2 ----------
|
|
|
|
|
2019-10-22 01:04:04 +02:00
|
|
|
config UART_STELLARIS_PORT_2
|
2022-03-09 12:05:12 +01:00
|
|
|
bool "Stellaris UART Port 2"
|
2015-12-01 08:42:19 -08:00
|
|
|
help
|
|
|
|
This tells the driver to configure the UART port at boot, depending on
|
|
|
|
the additional configure options below.
|
2018-12-27 19:49:39 +01:00
|
|
|
|
|
|
|
endif # UART_STELLARIS
|