diff options
author | Paul Bolle | 2013-05-28 09:29:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-06-03 23:31:39 +0200 |
commit | e943f58ea84a80cc88dfceb6a5ed788d0ba24a1e (patch) | |
tree | 2373cc57e4de0f7b192eeeb36bb49760c0ca1345 /drivers/char/Kconfig | |
parent | serial: imx: add support for DTE mode (diff) | |
download | kernel-qcow2-linux-e943f58ea84a80cc88dfceb6a5ed788d0ba24a1e.tar.gz kernel-qcow2-linux-e943f58ea84a80cc88dfceb6a5ed788d0ba24a1e.tar.xz kernel-qcow2-linux-e943f58ea84a80cc88dfceb6a5ed788d0ba24a1e.zip |
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/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 12 |
1 files changed, 0 insertions, 12 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 kind of kernel debugging operations. When in doubt, say "N". -config STALDRV - bool "Stallion multiport serial support" - depends on SERIAL_NONSTANDARD - help - Stallion cards give you many serial ports. You would need something - like this to connect more than two modems to your Linux box, for - instance in order to become a dial-in server. If you say Y here, - you will be asked for your specific card model in the next - questions. Make sure to read <file:Documentation/serial/stallion.txt> - in this case. If you have never heard about all this, it's safe to - say N. - config SGI_SNSC bool "SGI Altix system controller communication support" depends on (IA64_SGI_SN2 || IA64_GENERIC) |