diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-22 19:14:56 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-22 19:14:56 -0500 |
commit | a6afd9f3e819de4795fcd356e5bfad446e4323f2 (patch) | |
tree | 3402b3981867fd4057b4eb33583b6300ae93b9a6 /drivers/char/Kconfig | |
parent | 44ed76b78e158d852f640d533b7acc08b91f2132 (diff) |
tty: move a number of tty drivers from drivers/char/ to drivers/tty/
As planned by Arnd Bergmann, this moves the following drivers from
drivers/char/ to drivers/tty/ as that's where they really belong:
amiserial
nozomi
synclink
rocket
cyclades
moxa
mxser
isicom
bfin_jtag_comm
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/Kconfig | 172 |
1 files changed, 0 insertions, 172 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 9b9ab867f50e..1adfac6a7b0b 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -15,36 +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 BFIN_JTAG_COMM | ||
19 | tristate "Blackfin JTAG Communication" | ||
20 | depends on BLACKFIN | ||
21 | help | ||
22 | Add support for emulating a TTY device over the Blackfin JTAG. | ||
23 | |||
24 | To compile this driver as a module, choose M here: the | ||
25 | module will be called bfin_jtag_comm. | ||
26 | |||
27 | config BFIN_JTAG_COMM_CONSOLE | ||
28 | bool "Console on Blackfin JTAG" | ||
29 | depends on BFIN_JTAG_COMM=y | ||
30 | |||
31 | config SERIAL_NONSTANDARD | ||
32 | bool "Non-standard serial port support" | ||
33 | depends on HAS_IOMEM | ||
34 | ---help--- | ||
35 | Say Y here if you have any non-standard serial boards -- boards | ||
36 | which aren't supported using the standard "dumb" serial driver. | ||
37 | This includes intelligent serial boards such as Cyclades, | ||
38 | Digiboards, etc. These are usually used for systems that need many | ||
39 | serial ports because they serve many terminals or dial-in | ||
40 | connections. | ||
41 | |||
42 | Note that the answer to this question won't directly affect the | ||
43 | kernel: saying N will just cause the configurator to skip all | ||
44 | the questions about non-standard serial boards. | ||
45 | |||
46 | Most people can say N here. | ||
47 | |||
48 | config COMPUTONE | 18 | config COMPUTONE |
49 | tristate "Computone IntelliPort Plus serial support" | 19 | tristate "Computone IntelliPort Plus serial support" |
50 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) | 20 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |
@@ -60,50 +30,6 @@ config COMPUTONE | |||
60 | To compile this driver as module, choose M here: the | 30 | To compile this driver as module, choose M here: the |
61 | module will be called ip2. | 31 | module will be called ip2. |
62 | 32 | ||
63 | config ROCKETPORT | ||
64 | tristate "Comtrol RocketPort support" | ||
65 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) | ||
66 | help | ||
67 | This driver supports Comtrol RocketPort and RocketModem PCI boards. | ||
68 | These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or | ||
69 | modems. For information about the RocketPort/RocketModem boards | ||
70 | and this driver read <file:Documentation/serial/rocket.txt>. | ||
71 | |||
72 | To compile this driver as a module, choose M here: the | ||
73 | module will be called rocket. | ||
74 | |||
75 | If you want to compile this driver into the kernel, say Y here. If | ||
76 | you don't have a Comtrol RocketPort/RocketModem card installed, say N. | ||
77 | |||
78 | config CYCLADES | ||
79 | tristate "Cyclades async mux support" | ||
80 | depends on SERIAL_NONSTANDARD && (PCI || ISA) | ||
81 | select FW_LOADER | ||
82 | ---help--- | ||
83 | This driver supports Cyclades Z and Y multiserial boards. | ||
84 | You would need something like this to connect more than two modems to | ||
85 | your Linux box, for instance in order to become a dial-in server. | ||
86 | |||
87 | For information about the Cyclades-Z card, read | ||
88 | <file:Documentation/serial/README.cycladesZ>. | ||
89 | |||
90 | To compile this driver as a module, choose M here: the | ||
91 | module will be called cyclades. | ||
92 | |||
93 | If you haven't heard about it, it's safe to say N. | ||
94 | |||
95 | config CYZ_INTR | ||
96 | bool "Cyclades-Z interrupt mode operation (EXPERIMENTAL)" | ||
97 | depends on EXPERIMENTAL && CYCLADES | ||
98 | help | ||
99 | The Cyclades-Z family of multiport cards allows 2 (two) driver op | ||
100 | modes: polling and interrupt. In polling mode, the driver will check | ||
101 | the status of the Cyclades-Z ports every certain amount of time | ||
102 | (which is called polling cycle and is configurable). In interrupt | ||
103 | mode, it will use an interrupt line (IRQ) in order to check the | ||
104 | status of the Cyclades-Z ports. The default op mode is polling. If | ||
105 | unsure, say N. | ||
106 | |||
107 | config DIGIEPCA | 33 | config DIGIEPCA |
108 | tristate "Digiboard Intelligent Async Support" | 34 | tristate "Digiboard Intelligent Async Support" |
109 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) | 35 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |
@@ -119,94 +45,6 @@ config DIGIEPCA | |||
119 | To compile this driver as a module, choose M here: the | 45 | To compile this driver as a module, choose M here: the |
120 | module will be called epca. | 46 | module will be called epca. |
121 | 47 | ||
122 | config MOXA_INTELLIO | ||
123 | tristate "Moxa Intellio support" | ||
124 | depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) | ||
125 | select FW_LOADER | ||
126 | help | ||
127 | Say Y here if you have a Moxa Intellio multiport serial card. | ||
128 | |||
129 | To compile this driver as a module, choose M here: the | ||
130 | module will be called moxa. | ||
131 | |||
132 | config MOXA_SMARTIO | ||
133 | tristate "Moxa SmartIO support v. 2.0" | ||
134 | depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) | ||
135 | help | ||
136 | Say Y here if you have a Moxa SmartIO multiport serial card and/or | ||
137 | want to help develop a new version of this driver. | ||
138 | |||
139 | This is upgraded (1.9.1) driver from original Moxa drivers with | ||
140 | changes finally resulting in PCI probing. | ||
141 | |||
142 | This driver can also be built as a module. The module will be called | ||
143 | mxser. If you want to do that, say M here. | ||
144 | |||
145 | config ISI | ||
146 | tristate "Multi-Tech multiport card support (EXPERIMENTAL)" | ||
147 | depends on SERIAL_NONSTANDARD && PCI | ||
148 | select FW_LOADER | ||
149 | help | ||
150 | This is a driver for the Multi-Tech cards which provide several | ||
151 | serial ports. The driver is experimental and can currently only be | ||
152 | built as a module. The module will be called isicom. | ||
153 | If you want to do that, choose M here. | ||
154 | |||
155 | config SYNCLINK | ||
156 | tristate "Microgate SyncLink card support" | ||
157 | depends on SERIAL_NONSTANDARD && PCI && ISA_DMA_API | ||
158 | help | ||
159 | Provides support for the SyncLink ISA and PCI multiprotocol serial | ||
160 | adapters. These adapters support asynchronous and HDLC bit | ||
161 | synchronous communication up to 10Mbps (PCI adapter). | ||
162 | |||
163 | This driver can only be built as a module ( = code which can be | ||
164 | inserted in and removed from the running kernel whenever you want). | ||
165 | The module will be called synclink. If you want to do that, say M | ||
166 | here. | ||
167 | |||
168 | config SYNCLINKMP | ||
169 | tristate "SyncLink Multiport support" | ||
170 | depends on SERIAL_NONSTANDARD && PCI | ||
171 | help | ||
172 | Enable support for the SyncLink Multiport (2 or 4 ports) | ||
173 | serial adapter, running asynchronous and HDLC communications up | ||
174 | to 2.048Mbps. Each ports is independently selectable for | ||
175 | RS-232, V.35, RS-449, RS-530, and X.21 | ||
176 | |||
177 | This driver may be built as a module ( = code which can be | ||
178 | inserted in and removed from the running kernel whenever you want). | ||
179 | The module will be called synclinkmp. If you want to do that, say M | ||
180 | here. | ||
181 | |||
182 | config SYNCLINK_GT | ||
183 | tristate "SyncLink GT/AC support" | ||
184 | depends on SERIAL_NONSTANDARD && PCI | ||
185 | help | ||
186 | Support for SyncLink GT and SyncLink AC families of | ||
187 | synchronous and asynchronous serial adapters | ||
188 | manufactured by Microgate Systems, Ltd. (www.microgate.com) | ||
189 | |||
190 | config N_HDLC | ||
191 | tristate "HDLC line discipline support" | ||
192 | depends on SERIAL_NONSTANDARD | ||
193 | help | ||
194 | Allows synchronous HDLC communications with tty device drivers that | ||
195 | support synchronous HDLC such as the Microgate SyncLink adapter. | ||
196 | |||
197 | This driver can be built as a module ( = code which can be | ||
198 | inserted in and removed from the running kernel whenever you want). | ||
199 | The module will be called n_hdlc. If you want to do that, say M | ||
200 | here. | ||
201 | |||
202 | config N_GSM | ||
203 | tristate "GSM MUX line discipline support (EXPERIMENTAL)" | ||
204 | depends on EXPERIMENTAL | ||
205 | depends on NET | ||
206 | help | ||
207 | This line discipline provides support for the GSM MUX protocol and | ||
208 | presents the mux as a set of 61 individual tty devices. | ||
209 | |||
210 | config RISCOM8 | 48 | config RISCOM8 |
211 | tristate "SDL RISCom/8 card support" | 49 | tristate "SDL RISCom/8 card support" |
212 | depends on SERIAL_NONSTANDARD | 50 | depends on SERIAL_NONSTANDARD |
@@ -296,16 +134,6 @@ config ISTALLION | |||
296 | To compile this driver as a module, choose M here: the | 134 | To compile this driver as a module, choose M here: the |
297 | module will be called istallion. | 135 | module will be called istallion. |
298 | 136 | ||
299 | config NOZOMI | ||
300 | tristate "HSDPA Broadband Wireless Data Card - Globe Trotter" | ||
301 | depends on PCI && EXPERIMENTAL | ||
302 | help | ||
303 | If you have a HSDPA driver Broadband Wireless Data Card - | ||
304 | Globe Trotter PCMCIA card, say Y here. | ||
305 | |||
306 | To compile this driver as a module, choose M here, the module | ||
307 | will be called nozomi. | ||
308 | |||
309 | config A2232 | 137 | config A2232 |
310 | tristate "Commodore A2232 serial support (EXPERIMENTAL)" | 138 | tristate "Commodore A2232 serial support (EXPERIMENTAL)" |
311 | depends on EXPERIMENTAL && ZORRO && BROKEN | 139 | depends on EXPERIMENTAL && ZORRO && BROKEN |