Anas Nashif | 3ae5262 | 2019-04-06 09:08:09 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
| 2 | |
Daniel Leung | e369cb8 | 2016-03-17 10:24:45 -0700 | [diff] [blame] | 3 | menuconfig UART_STELLARIS |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 4 | bool "Stellaris serial driver" |
Kumar Gala | 7d5215f | 2022-07-20 13:46:30 -0500 | [diff] [blame] | 5 | default y |
| 6 | depends on DT_HAS_TI_STELLARIS_UART_ENABLED |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 7 | select SERIAL_HAS_DRIVER |
Kumar Gala | 461b501 | 2017-06-22 11:26:58 -0500 | [diff] [blame] | 8 | select SERIAL_SUPPORT_INTERRUPT |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 9 | help |
Anas Nashif | 8949233 | 2018-02-15 07:36:16 -0600 | [diff] [blame] | 10 | 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 Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 13 | |
Sebastian Bøe | acb6486 | 2018-12-27 19:49:39 +0100 | [diff] [blame] | 14 | if UART_STELLARIS |
| 15 | |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 16 | # ---------- Port 0 ---------- |
| 17 | |
Ulf Magnusson | 677f1e6 | 2019-10-22 01:04:04 +0200 | [diff] [blame] | 18 | config UART_STELLARIS_PORT_0 |
Gerard Marull-Paretas | 95fb0de | 2022-03-09 12:05:12 +0100 | [diff] [blame] | 19 | bool "Stellaris UART Port 0" |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 20 | help |
| 21 | This tells the driver to configure the UART port at boot, depending on |
| 22 | the additional configure options below. |
| 23 | |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 24 | # ---------- Port 1 ---------- |
| 25 | |
Ulf Magnusson | 677f1e6 | 2019-10-22 01:04:04 +0200 | [diff] [blame] | 26 | config UART_STELLARIS_PORT_1 |
Gerard Marull-Paretas | 95fb0de | 2022-03-09 12:05:12 +0100 | [diff] [blame] | 27 | bool "Stellaris UART Port 1" |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 28 | help |
| 29 | This tells the driver to configure the UART port at boot, depending on |
| 30 | the additional configure options below. |
| 31 | |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 32 | # ---------- Port 2 ---------- |
| 33 | |
Ulf Magnusson | 677f1e6 | 2019-10-22 01:04:04 +0200 | [diff] [blame] | 34 | config UART_STELLARIS_PORT_2 |
Gerard Marull-Paretas | 95fb0de | 2022-03-09 12:05:12 +0100 | [diff] [blame] | 35 | bool "Stellaris UART Port 2" |
Daniel Leung | b541dbd | 2015-12-01 08:42:19 -0800 | [diff] [blame] | 36 | help |
| 37 | This tells the driver to configure the UART port at boot, depending on |
| 38 | the additional configure options below. |
Sebastian Bøe | acb6486 | 2018-12-27 19:49:39 +0100 | [diff] [blame] | 39 | |
| 40 | endif # UART_STELLARIS |