aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-02-22 19:57:21 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-22 19:57:21 -0500
commit4a6514e6d096716fb7bedf238efaaca877e2a7e8 (patch)
treee3601ee168cca90307ac91e750a86d6ed04eab01 /drivers/char/Kconfig
parent282361a046edd9d58a134f358a3f65a7cb8655d9 (diff)
tty: move obsolete and broken tty drivers to drivers/staging/tty/
As planned by Arnd Bergmann, this moves the following drivers to the drivers/staging/tty/ directory where they will be removed after 2.6.41 if no one steps up to claim them. epca epca ip2 istallion riscom8 serial167 specialix stallion 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/Kconfig79
1 files changed, 0 insertions, 79 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 1adfac6a7b0b..7b8cf0295f6c 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -15,63 +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 COMPUTONE
19 tristate "Computone IntelliPort Plus serial support"
20 depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
21 ---help---
22 This driver supports the entire family of Intelliport II/Plus
23 controllers with the exception of the MicroChannel controllers and
24 products previous to the Intelliport II. These are multiport cards,
25 which give you many serial ports. You would need something like this
26 to connect more than two modems to your Linux box, for instance in
27 order to become a dial-in server. If you have a card like that, say
28 Y here and read <file:Documentation/serial/computone.txt>.
29
30 To compile this driver as module, choose M here: the
31 module will be called ip2.
32
33config DIGIEPCA
34 tristate "Digiboard Intelligent Async Support"
35 depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI)
36 ---help---
37 This is a driver for Digi International's Xx, Xeve, and Xem series
38 of cards which provide multiple serial ports. You would need
39 something like this to connect more than two modems to your Linux
40 box, for instance in order to become a dial-in server. This driver
41 supports the original PC (ISA) boards as well as PCI, and EISA. If
42 you have a card like this, say Y here and read the file
43 <file:Documentation/serial/digiepca.txt>.
44
45 To compile this driver as a module, choose M here: the
46 module will be called epca.
47
48config RISCOM8
49 tristate "SDL RISCom/8 card support"
50 depends on SERIAL_NONSTANDARD
51 help
52 This is a driver for the SDL Communications RISCom/8 multiport card,
53 which gives you many serial ports. You would need something like
54 this to connect more than two modems to your Linux box, for instance
55 in order to become a dial-in server. If you have a card like that,
56 say Y here and read the file <file:Documentation/serial/riscom8.txt>.
57
58 Also it's possible to say M here and compile this driver as kernel
59 loadable module; the module will be called riscom8.
60
61config SPECIALIX
62 tristate "Specialix IO8+ card support"
63 depends on SERIAL_NONSTANDARD
64 help
65 This is a driver for the Specialix IO8+ multiport card (both the
66 ISA and the PCI version) which gives you many serial ports. You
67 would need something like this to connect more than two modems to
68 your Linux box, for instance in order to become a dial-in server.
69
70 If you have a card like that, say Y here and read the file
71 <file:Documentation/serial/specialix.txt>. Also it's possible to say
72 M here and compile this driver as kernel loadable module which will be
73 called specialix.
74
75config SX 18config SX
76 tristate "Specialix SX (and SI) card support" 19 tristate "Specialix SX (and SI) card support"
77 depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) && BROKEN 20 depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) && BROKEN
@@ -112,28 +55,6 @@ config STALDRV
112 in this case. If you have never heard about all this, it's safe to 55 in this case. If you have never heard about all this, it's safe to
113 say N. 56 say N.
114 57
115config STALLION
116 tristate "Stallion EasyIO or EC8/32 support"
117 depends on STALDRV && (ISA || EISA || PCI)
118 help
119 If you have an EasyIO or EasyConnection 8/32 multiport Stallion
120 card, then this is for you; say Y. Make sure to read
121 <file:Documentation/serial/stallion.txt>.
122
123 To compile this driver as a module, choose M here: the
124 module will be called stallion.
125
126config ISTALLION
127 tristate "Stallion EC8/64, ONboard, Brumby support"
128 depends on STALDRV && (ISA || EISA || PCI)
129 help
130 If you have an EasyConnection 8/64, ONboard, Brumby or Stallion
131 serial multiport card, say Y here. Make sure to read
132 <file:Documentation/serial/stallion.txt>.
133
134 To compile this driver as a module, choose M here: the
135 module will be called istallion.
136
137config A2232 58config A2232
138 tristate "Commodore A2232 serial support (EXPERIMENTAL)" 59 tristate "Commodore A2232 serial support (EXPERIMENTAL)"
139 depends on EXPERIMENTAL && ZORRO && BROKEN 60 depends on EXPERIMENTAL && ZORRO && BROKEN