blob: 824ff124aa294d5a247686892bfce87c389d508a [file] [log] [blame]
Anas Nashif3ae52622019-04-06 09:08:09 -04001# SPDX-License-Identifier: Apache-2.0
2
Daniel Leunge369cb82016-03-17 10:24:45 -07003menuconfig UART_STELLARIS
Daniel Leungb541dbd2015-12-01 08:42:19 -08004 bool "Stellaris serial driver"
Kumar Gala7d5215f2022-07-20 13:46:30 -05005 default y
6 depends on DT_HAS_TI_STELLARIS_UART_ENABLED
Daniel Leungb541dbd2015-12-01 08:42:19 -08007 select SERIAL_HAS_DRIVER
Kumar Gala461b5012017-06-22 11:26:58 -05008 select SERIAL_SUPPORT_INTERRUPT
Daniel Leungb541dbd2015-12-01 08:42:19 -08009 help
Anas Nashif89492332018-02-15 07:36:16 -060010 This option enables the Stellaris serial driver.
11 This specific driver can be used for the serial hardware
12 available at the Texas Instrument LM3S6965 board.
Daniel Leungb541dbd2015-12-01 08:42:19 -080013
Sebastian Bøeacb64862018-12-27 19:49:39 +010014if UART_STELLARIS
15
Daniel Leungb541dbd2015-12-01 08:42:19 -080016# ---------- Port 0 ----------
17
Ulf Magnusson677f1e62019-10-22 01:04:04 +020018config UART_STELLARIS_PORT_0
Gerard Marull-Paretas95fb0de2022-03-09 12:05:12 +010019 bool "Stellaris UART Port 0"
Daniel Leungb541dbd2015-12-01 08:42:19 -080020 help
21 This tells the driver to configure the UART port at boot, depending on
22 the additional configure options below.
23
Daniel Leungb541dbd2015-12-01 08:42:19 -080024# ---------- Port 1 ----------
25
Ulf Magnusson677f1e62019-10-22 01:04:04 +020026config UART_STELLARIS_PORT_1
Gerard Marull-Paretas95fb0de2022-03-09 12:05:12 +010027 bool "Stellaris UART Port 1"
Daniel Leungb541dbd2015-12-01 08:42:19 -080028 help
29 This tells the driver to configure the UART port at boot, depending on
30 the additional configure options below.
31
Daniel Leungb541dbd2015-12-01 08:42:19 -080032# ---------- Port 2 ----------
33
Ulf Magnusson677f1e62019-10-22 01:04:04 +020034config UART_STELLARIS_PORT_2
Gerard Marull-Paretas95fb0de2022-03-09 12:05:12 +010035 bool "Stellaris UART Port 2"
Daniel Leungb541dbd2015-12-01 08:42:19 -080036 help
37 This tells the driver to configure the UART port at boot, depending on
38 the additional configure options below.
Sebastian Bøeacb64862018-12-27 19:49:39 +010039
40endif # UART_STELLARIS