diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-02-06 04:37:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:06 -0500 |
commit | eea63e0e8a60d00485b47fb6e75d9aa2566b989b (patch) | |
tree | c29274305ccd98bf597871688f481a8c1b2e6166 /drivers/serial/Kconfig | |
parent | f5d3f30d0a1f94b3a60c34fb2e10d7ffc936804c (diff) |
SC26XX: New serial driver for SC2681 uarts
New serial driver for SC2681/SC2691 uarts. Older SNI RM400 machines are
using these chips for onboard serial ports.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Torben Mathiasen <device@lanana.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 43fbba4a57e6..6a44fb1dc167 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1318,4 +1318,19 @@ config SERIAL_QE | |||
1318 | This driver supports the QE serial ports on Freescale embedded | 1318 | This driver supports the QE serial ports on Freescale embedded |
1319 | PowerPC that contain a QUICC Engine. | 1319 | PowerPC that contain a QUICC Engine. |
1320 | 1320 | ||
1321 | config SERIAL_SC26XX | ||
1322 | tristate "SC2681/SC2692 serial port support" | ||
1323 | depends on SNI_RM | ||
1324 | select SERIAL_CORE | ||
1325 | help | ||
1326 | This is a driver for the onboard serial ports of | ||
1327 | older RM400 machines. | ||
1328 | |||
1329 | config SERIAL_SC26XX_CONSOLE | ||
1330 | bool "Console on SC2681/SC2692 serial port" | ||
1331 | depends on SERIAL_SC26XX | ||
1332 | select SERIAL_CORE_CONSOLE | ||
1333 | help | ||
1334 | Support for Console on SC2681/SC2692 serial ports. | ||
1335 | |||
1321 | endmenu | 1336 | endmenu |