diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-07-15 07:39:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-26 19:08:02 -0400 |
commit | c4b058560762ec7ffe159b668fc47a8b7e271949 (patch) | |
tree | 1f7d0be6837f78b633996402e6c49a8690087e36 /drivers/tty/serial/Kconfig | |
parent | 75e66aa65ed2224e3bb21b6c44555ff938c9046c (diff) |
serial:st-asc: Add ST ASC driver.
This patch adds support to ASC (asynchronous serial controller)
driver, which is basically a standard serial driver. This IP is common
across all the ST parts for settop box platforms.
ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality.
It support all industry standard baud rates.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
CC: Stephen Gallimore <stephen.gallimore@st.com>
CC: Stuart Menefy <stuart.menefy@st.com>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 6e73781bea63..bdf5c0e44b68 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1497,6 +1497,22 @@ config SERIAL_FSL_LPUART_CONSOLE | |||
1497 | If you have enabled the lpuart serial port on the Freescale SoCs, | 1497 | If you have enabled the lpuart serial port on the Freescale SoCs, |
1498 | you can make it the console by answering Y to this option. | 1498 | you can make it the console by answering Y to this option. |
1499 | 1499 | ||
1500 | config SERIAL_ST_ASC | ||
1501 | tristate "ST ASC serial port support" | ||
1502 | select SERIAL_CORE | ||
1503 | help | ||
1504 | This driver is for the on-chip Asychronous Serial Controller on | ||
1505 | STMicroelectronics STi SoCs. | ||
1506 | ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality. | ||
1507 | It support all industry standard baud rates. | ||
1508 | |||
1509 | If unsure, say N. | ||
1510 | |||
1511 | config SERIAL_ST_ASC_CONSOLE | ||
1512 | bool "Support for console on ST ASC" | ||
1513 | depends on SERIAL_ST_ASC=y | ||
1514 | select SERIAL_CORE_CONSOLE | ||
1515 | |||
1500 | endmenu | 1516 | endmenu |
1501 | 1517 | ||
1502 | endif # TTY | 1518 | endif # TTY |