aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-02-22 20:09:33 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-22 20:09:33 -0500
commit4c37705877e74c02c968735c2eee0f84914cf557 (patch)
tree87af608b211f1b6920927ab101a192ee4529946b /drivers/char/Kconfig
parent4a6514e6d096716fb7bedf238efaaca877e2a7e8 (diff)
tty: move obsolete and broken generic_serial drivers to drivers/staging/generic_serial/
As planned by Arnd Bergmann, this moves the following drivers to the drivers/staging/generic_serial directory where they will be removed after 2.6.41 if no one steps up to claim them. generic_serial rio ser_a2232 sx vme_scc Cc: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r--drivers/char/Kconfig44
1 files changed, 0 insertions, 44 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 7b8cf0295f6c..04f8b2d083c6 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -15,34 +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
18config SX
19 tristate "Specialix SX (and SI) card support"
20 depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) && BROKEN
21 help
22 This is a driver for the SX and SI multiport serial cards.
23 Please read the file <file:Documentation/serial/sx.txt> for details.
24
25 This driver can only be built as a module ( = code which can be
26 inserted in and removed from the running kernel whenever you want).
27 The module will be called sx. If you want to do that, say M here.
28
29config RIO
30 tristate "Specialix RIO system support"
31 depends on SERIAL_NONSTANDARD && BROKEN
32 help
33 This is a driver for the Specialix RIO, a smart serial card which
34 drives an outboard box that can support up to 128 ports. Product
35 information is at <http://www.perle.com/support/documentation.html#multiport>.
36 There are both ISA and PCI versions.
37
38config RIO_OLDPCI
39 bool "Support really old RIO/PCI cards"
40 depends on RIO
41 help
42 Older RIO PCI cards need some initialization-time configuration to
43 determine the IRQ and some control addresses. If you have a RIO and
44 this doesn't seem to work, try setting this to Y.
45
46config STALDRV 18config STALDRV
47 bool "Stallion multiport serial support" 19 bool "Stallion multiport serial support"
48 depends on SERIAL_NONSTANDARD 20 depends on SERIAL_NONSTANDARD
@@ -55,22 +27,6 @@ config STALDRV
55 in this case. If you have never heard about all this, it's safe to 27 in this case. If you have never heard about all this, it's safe to
56 say N. 28 say N.
57 29
58config A2232
59 tristate "Commodore A2232 serial support (EXPERIMENTAL)"
60 depends on EXPERIMENTAL && ZORRO && BROKEN
61 ---help---
62 This option supports the 2232 7-port serial card shipped with the
63 Amiga 2000 and other Zorro-bus machines, dating from 1989. At
64 a max of 19,200 bps, the ports are served by a 6551 ACIA UART chip
65 each, plus a 8520 CIA, and a master 6502 CPU and buffer as well. The
66 ports were connected with 8 pin DIN connectors on the card bracket,
67 for which 8 pin to DB25 adapters were supplied. The card also had
68 jumpers internally to toggle various pinning configurations.
69
70 This driver can be built as a module; but then "generic_serial"
71 will also be built as a module. This has to be loaded before
72 "ser_a2232". If you want to do this, answer M here.
73
74config SGI_SNSC 30config SGI_SNSC
75 bool "SGI Altix system controller communication support" 31 bool "SGI Altix system controller communication support"
76 depends on (IA64_SGI_SN2 || IA64_GENERIC) 32 depends on (IA64_SGI_SN2 || IA64_GENERIC)