diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-05-28 03:29:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-03 17:31:39 -0400 |
commit | e943f58ea84a80cc88dfceb6a5ed788d0ba24a1e (patch) | |
tree | 2373cc57e4de0f7b192eeeb36bb49760c0ca1345 /drivers | |
parent | 20ff2fe60aa86683a68cd369c919ae6a98059c80 (diff) |
stallion: final cleanup
Support for the Stallion multiport serial drivers was removed in v3.1.
Clean up their last references in the tree: mainly an outdated Kconfig
entry and unneeded documentation.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/Kconfig | 12 | ||||
-rw-r--r-- | drivers/tty/serial/8250/Kconfig | 5 |
2 files changed, 2 insertions, 15 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 3bb6fa3930be..14219972c745 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -15,18 +15,6 @@ config DEVKMEM | |||
15 | kind of kernel debugging operations. | 15 | kind of kernel debugging operations. |
16 | When in doubt, say "N". | 16 | When in doubt, say "N". |
17 | 17 | ||
18 | config STALDRV | ||
19 | bool "Stallion multiport serial support" | ||
20 | depends on SERIAL_NONSTANDARD | ||
21 | help | ||
22 | Stallion cards give you many serial ports. You would need something | ||
23 | like this to connect more than two modems to your Linux box, for | ||
24 | instance in order to become a dial-in server. If you say Y here, | ||
25 | you will be asked for your specific card model in the next | ||
26 | questions. Make sure to read <file:Documentation/serial/stallion.txt> | ||
27 | in this case. If you have never heard about all this, it's safe to | ||
28 | say N. | ||
29 | |||
30 | config SGI_SNSC | 18 | config SGI_SNSC |
31 | bool "SGI Altix system controller communication support" | 19 | bool "SGI Altix system controller communication support" |
32 | depends on (IA64_SGI_SN2 || IA64_GENERIC) | 20 | depends on (IA64_SGI_SN2 || IA64_GENERIC) |
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index 80fe91e64a52..a1ba94d64885 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig | |||
@@ -12,9 +12,8 @@ config SERIAL_8250 | |||
12 | here are those that are setting up dedicated Ethernet WWW/FTP | 12 | here are those that are setting up dedicated Ethernet WWW/FTP |
13 | servers, or users that have one of the various bus mice instead of a | 13 | servers, or users that have one of the various bus mice instead of a |
14 | serial mouse and don't intend to use their machine's standard serial | 14 | serial mouse and don't intend to use their machine's standard serial |
15 | port for anything. (Note that the Cyclades and Stallion multi | 15 | port for anything. (Note that the Cyclades multi serial port driver |
16 | serial port drivers do not need this driver built in for them to | 16 | does not need this driver built in for it to work.) |
17 | work.) | ||
18 | 17 | ||
19 | To compile this driver as a module, choose M here: the | 18 | To compile this driver as a module, choose M here: the |
20 | module will be called 8250. | 19 | module will be called 8250. |