patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / net / wan / Kconfig
1 #
2 # wan devices configuration
3 #
4
5 menu "Wan interfaces"
6         depends on NETDEVICES
7
8 config WAN
9         bool "Wan interfaces support"
10         ---help---
11           Wide Area Networks (WANs), such as X.25, Frame Relay and leased
12           lines, are used to interconnect Local Area Networks (LANs) over vast
13           distances with data transfer rates significantly higher than those
14           achievable with commonly used asynchronous modem connections.
15
16           Usually, a quite expensive external device called a `WAN router' is
17           needed to connect to a WAN. As an alternative, a relatively
18           inexpensive WAN interface card can allow your Linux box to directly
19           connect to a WAN.
20
21           If you have one of those cards and wish to use it under Linux,
22           say Y here and also to the WAN driver for your card.
23
24           If unsure, say N.
25
26 # There is no way to detect a comtrol sv11 - force it modular for now.
27 config HOSTESS_SV11
28         tristate "Comtrol Hostess SV-11 support"
29         depends on WAN && ISA && m
30         help
31           Driver for Comtrol Hostess SV-11 network card which
32           operates on low speed synchronous serial links at up to
33           256Kbps, supporting PPP and Cisco HDLC.
34
35           The driver will be compiled as a module: the
36           module will be called hostess_sv11.
37
38 # The COSA/SRP driver has not been tested as non-modular yet.
39 config COSA
40         tristate "COSA/SRP sync serial boards support"
41         depends on WAN && ISA && m
42         ---help---
43           Driver for COSA and SRP synchronous serial boards.
44
45           These boards allow to connect synchronous serial devices (for example
46           base-band modems, or any other device with the X.21, V.24, V.35 or
47           V.36 interface) to your Linux box. The cards can work as the
48           character device, synchronous PPP network device, or the Cisco HDLC
49           network device.
50
51           You will need user-space utilities COSA or SRP boards for downloading
52           the firmware to the cards and to set them up. Look at the
53           <http://www.fi.muni.cz/~kas/cosa/> for more information. You can also
54           read the comment at the top of the <file:drivers/net/wan/cosa.c> for
55           details about the cards and the driver itself.
56
57           The driver will be compiled as a module: the
58           module will be called cosa.
59
60 config DSCC4
61         tristate "Etinc PCISYNC serial board support"
62         depends on WAN && PCI && m
63         help
64           Driver for Etinc PCISYNC boards based on the Infineon (ex. Siemens)
65           DSCC4 chipset.
66
67           This is supposed to work with the four port card. Take a look at
68           <http://www.cogenit.fr/dscc4/> for further information about the
69           driver.
70
71           To compile this driver as a module, choose M here: the
72           module will be called dscc4.
73
74 config DSCC4_PCISYNC
75         bool "Etinc PCISYNC features"
76         depends on DSCC4
77         help
78           Due to Etinc's design choice for its PCISYNC cards, some operations
79           are only allowed on specific ports of the DSCC4. This option is the
80           only way for the driver to know that it shouldn't return a success
81           code for these operations.
82
83           Please say Y if your card is an Etinc's PCISYNC.
84
85 config DSCC4_PCI_RST
86         bool "Hard reset support"
87         depends on DSCC4
88         help
89           Various DSCC4 bugs forbid any reliable software reset of the ASIC.
90           As a replacement, some vendors provide a way to assert the PCI #RST
91           pin of DSCC4 through the GPIO port of the card. If you choose Y,
92           the driver will make use of this feature before module removal
93           (i.e. rmmod). The feature is known to be available on Commtech's
94           cards. Contact your manufacturer for details.
95
96           Say Y if your card supports this feature.
97
98 #
99 # Lan Media's board. Currently 1000, 1200, 5200, 5245
100 #
101 config LANMEDIA
102         tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards"
103         depends on WAN && PCI
104         ---help---
105           Driver for the following Lan Media family of serial boards:
106
107           - LMC 1000 board allows you to connect synchronous serial devices
108           (for example base-band modems, or any other device with the X.21,
109           V.24, V.35 or V.36 interface) to your Linux box.
110
111           - LMC 1200 with on board DSU board allows you to connect your Linux
112           box dirrectly to a T1 or E1 circuit.
113
114           - LMC 5200 board provides a HSSI interface capable of running up to
115           52 Mbits per second.
116
117           - LMC 5245 board connects directly to a T3 circuit saving the
118           additional external hardware.
119
120           To change setting such as syncPPP vs Cisco HDLC or clock source you
121           will need lmcctl.  It is available at <ftp://ftp.lanmedia.com/>
122           (broken link).
123
124           To compile this driver as a module, choose M here: the
125           module will be called lmc.
126
127 # There is no way to detect a Sealevel board. Force it modular
128 config SEALEVEL_4021
129         tristate "Sealevel Systems 4021 support"
130         depends on WAN && ISA && m
131         help
132           This is a driver for the Sealevel Systems ACB 56 serial I/O adapter.
133
134           The driver will be compiled as a module: the
135           module will be called sealevel.
136
137 config SYNCLINK_SYNCPPP
138         tristate "SyncLink HDLC/SYNCPPP support"
139         depends on WAN
140         help
141           Enables HDLC/SYNCPPP support for the SyncLink WAN driver.
142
143           Normally the SyncLink WAN driver works with the main PPP driver
144           <file:drivers/net/ppp_generic.c> and pppd program.
145           HDLC/SYNCPPP support allows use of the Cisco HDLC/PPP driver
146           <file:drivers/net/wan/syncppp.c>. The SyncLink WAN driver (in
147           character devices) must also be enabled.
148
149 # Generic HDLC
150 config HDLC
151         tristate "Generic HDLC layer"
152         depends on WAN
153         help
154           Say Y to this option if your Linux box contains a WAN (Wide Area
155           Network) card supported by this driver and you are planning to
156           connect the box to a WAN.
157
158           You will need supporting software from <http://hq.pm.waw.pl/hdlc/>.
159           Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame
160           Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
161
162           To compile this driver as a module, choose M here: the
163           module will be called hdlc.
164
165           If unsure, say N.
166
167 config HDLC_RAW
168         bool "Raw HDLC support"
169         depends on HDLC
170         help
171           Generic HDLC driver supporting raw HDLC over WAN connections.
172
173           If unsure, say N.
174
175 config HDLC_RAW_ETH
176         bool "Raw HDLC Ethernet device support"
177         depends on HDLC
178         help
179           Generic HDLC driver supporting raw HDLC Ethernet device emulation
180           over WAN connections.
181
182           You will need it for Ethernet over HDLC bridges.
183
184           If unsure, say N.
185
186 config HDLC_CISCO
187         bool "Cisco HDLC support"
188         depends on HDLC
189         help
190           Generic HDLC driver supporting Cisco HDLC over WAN connections.
191
192           If unsure, say N.
193
194 config HDLC_FR
195         bool "Frame Relay support"
196         depends on HDLC
197         help
198           Generic HDLC driver supporting Frame Relay over WAN connections.
199
200           If unsure, say N.
201
202 config HDLC_PPP
203         bool "Synchronous Point-to-Point Protocol (PPP) support"
204         depends on HDLC
205         help
206           Generic HDLC driver supporting PPP over WAN connections.
207
208           If unsure, say N.
209
210 config HDLC_X25
211         bool "X.25 protocol support"
212         depends on HDLC && (LAPB=m && HDLC=m || LAPB=y)
213         help
214           Generic HDLC driver supporting X.25 over WAN connections.
215
216           If unsure, say N.
217
218 comment "X.25/LAPB support is disabled"
219         depends on WAN && HDLC && (LAPB!=m || HDLC!=m) && LAPB!=y
220
221 config PCI200SYN
222         tristate "Goramo PCI200SYN support"
223         depends on HDLC && PCI
224         help
225           Driver for PCI200SYN cards by Goramo sp. j.
226
227           If you have such a card, say Y here and see
228           <http://hq.pm.waw.pl/hdlc/>.
229
230           To compile this as a module, choose M here: the
231           module will be called pci200syn.
232
233           If unsure, say N.
234
235 config WANXL
236         tristate "SBE Inc. wanXL support"
237         depends on HDLC && PCI
238         help
239           Driver for wanXL PCI cards by SBE Inc.
240
241           If you have such a card, say Y here and see
242           <http://hq.pm.waw.pl/hdlc/>.
243
244           To compile this as a module, choose M here: the
245           module will be called wanxl.
246
247           If unsure, say N.
248
249 config WANXL_BUILD_FIRMWARE
250         bool "rebuild wanXL firmware"
251         depends on WANXL
252         help
253           Allows you to rebuild firmware run by the QUICC processor.
254           It requires as68k, ld68k and hexdump programs.
255
256           You should never need this option, say N.
257
258 config PC300
259         tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)"
260         depends on HDLC && PCI
261         ---help---
262           Driver for the Cyclades-PC300 synchronous communication boards.
263
264           These boards provide synchronous serial interfaces to your
265           Linux box (interfaces currently available are RS-232/V.35, X.21 and
266           T1/E1). If you wish to support Multilink PPP, please select the
267           option later and read the file README.mlppp provided by PC300
268           package.
269
270           To compile this as a module, choose M here: the module
271           will be called pc300.
272
273           If unsure, say N.
274
275 config PC300_MLPPP
276         bool "Cyclades-PC300 MLPPP support"
277         depends on PC300 && PPP_MULTILINK && PPP_SYNC_TTY && HDLC_PPP
278         help
279           Multilink PPP over the PC300 synchronous communication boards.
280
281 comment "Cyclades-PC300 MLPPP support is disabled."
282         depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
283
284 comment "Refer to the file README.mlppp, provided by PC300 package."
285         depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
286
287 config N2
288         tristate "SDL RISCom/N2 support"
289         depends on HDLC && ISA
290         help
291           Driver for RISCom/N2 single or dual channel ISA cards by
292           SDL Communications Inc.
293
294           If you have such a card, say Y here and see
295           <http://hq.pm.waw.pl/hdlc/>.
296
297           Note that N2csu and N2dds cards are not supported by this driver.
298
299           To compile this driver as a module, choose M here: the module
300           will be called n2.
301
302           If unsure, say N.
303
304 config C101
305         tristate "Moxa C101 support"
306         depends on HDLC && ISA
307         help
308           Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd.
309
310           If you have such a card, say Y here and see
311           <http://hq.pm.waw.pl/pub/hdlc/>
312
313           To compile this driver as a module, choose M here: the
314           module will be called c101.
315
316           If unsure, say N.
317
318 config FARSYNC
319         tristate "FarSync T-Series support"
320         depends on HDLC && PCI
321         ---help---
322           Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
323           FarSite Communications Ltd.
324
325           Synchronous communication is supported on all ports at speeds up to
326           8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
327           Frame Relay or X.25/LAPB.
328
329           If you want the module to be automatically loaded when the interface
330           is referenced then you should add "alias hdlcX farsync" to
331           /etc/modprobe.conf for each interface, where X is 0, 1, 2, ..., or
332           simply use "alias hdlc* farsync" to indicate all of them.
333
334           To compile this driver as a module, choose M here: the
335           module will be called farsync.
336
337 config DLCI
338         tristate "Frame Relay DLCI support"
339         depends on WAN
340         ---help---
341           Support for the Frame Relay protocol.
342
343           Frame Relay is a fast low-cost way to connect to a remote Internet
344           access provider or to form a private wide area network. The one
345           physical line from your box to the local "switch" (i.e. the entry
346           point to the Frame Relay network, usually at the phone company) can
347           carry several logical point-to-point connections to other computers
348           connected to the Frame Relay network. For a general explanation of
349           the protocol, check out <http://www.mplsforum.org/>.
350
351           To use frame relay, you need supporting hardware (called FRAD) and
352           certain programs from the net-tools package as explained in
353           <file:Documentation/networking/framerelay.txt>.
354
355           To compile this driver as a module, choose M here: the
356           module will be called dlci.
357
358 config DLCI_COUNT
359         int "Max open DLCI"
360         depends on DLCI
361         default "24"
362         help
363           Maximal number of logical point-to-point frame relay connections
364           (the identifiers of which are called DCLIs) that the driver can
365           handle.
366
367           The default is probably fine.
368
369 config DLCI_MAX
370         int "Max DLCI per device"
371         depends on DLCI
372         default "8"
373         help
374           How many logical point-to-point frame relay connections (the
375           identifiers of which are called DCLIs) should be handled by each
376           of your hardware frame relay access devices.
377
378           Go with the default.
379
380 config SDLA
381         tristate "SDLA (Sangoma S502/S508) support"
382         depends on DLCI && ISA
383         help
384           Driver for the Sangoma S502A, S502E, and S508 Frame Relay Access
385           Devices.
386
387           These are multi-protocol cards, but only Frame Relay is supported
388           by the driver at this time. Please read
389           <file:Documentation/networking/framerelay.txt>.
390
391           To compile this driver as a module, choose M here: the
392           module will be called sdla.
393
394 # Wan router core.
395 config WAN_ROUTER_DRIVERS
396         bool "WAN router drivers"
397         depends on WAN && WAN_ROUTER
398         ---help---
399           Connect LAN to WAN via Linux box.
400
401           Select driver your card and remember to say Y to "Wan Router."
402           You will need the wan-tools package which is available from
403           <ftp://ftp.sangoma.com/>. For more information read:
404           <file:Documentation/networking/wan-router.txt>.
405
406           Note that the answer to this question won't directly affect the
407           kernel: saying N will just cause the configurator to skip all
408           the questions about WAN router drivers.
409
410           If unsure, say N.
411
412 config VENDOR_SANGOMA
413         tristate "Sangoma WANPIPE(tm) multiprotocol cards"
414         depends on WAN_ROUTER_DRIVERS && WAN_ROUTER && (PCI || ISA) && BROKEN
415         ---help---
416           Driver for S514-PCI/ISA Synchronous Data Link Adapters (SDLA).
417
418           WANPIPE from Sangoma Technologies Inc. <http://www.sangoma.com/>
419           is a family of intelligent multiprotocol WAN adapters with data
420           transfer rates up to 4Mbps. Cards support:
421
422           - X.25, Frame Relay, PPP, Cisco HDLC protocols.
423
424           - API for protocols like HDLC (LAPB), HDLC Streaming, X.25,
425           Frame Relay and BiSync.
426
427           - Ethernet Bridging over Frame Relay protocol.
428
429           - MULTILINK PPP
430
431           - Async PPP (Modem Dialup)
432
433           The next questions will ask you about the protocols you want
434           the driver to support.
435
436           If you have one or more of these cards, say M to this option;
437           and read <file:Documentation/networking/wanpipe.txt>.
438
439           To compile this driver as a module, choose M here: the
440           module will be called wanpipe.
441
442 config WANPIPE_CHDLC
443         bool "WANPIPE Cisco HDLC support"
444         depends on VENDOR_SANGOMA
445         ---help---
446           Connect a WANPIPE card to a leased line using the Cisco HDLC.
447
448           - Supports Dual Port Cisco HDLC on the S514-PCI/S508-ISA cards
449           which allows user to build applications using the HDLC streaming API.
450
451           - CHDLC Streaming MULTILINK PPP that can bind multiple WANPIPE T1
452           cards into a single logical channel.
453
454           Say Y and the Cisco HDLC support, HDLC streaming API and
455           MULTILINK PPP will be included in the driver.
456
457 config WANPIPE_FR
458         bool "WANPIPE Frame Relay support"
459         depends on VENDOR_SANGOMA
460         help
461           Connect a WANPIPE card to a Frame Relay network, or use Frame Felay
462           API to develope custom applications.
463
464           Contains the Ethernet Bridging over Frame Relay feature, where
465           a WANPIPE frame relay link can be directly connected to the Linux
466           kernel bridge. The Frame Relay option is supported on S514-PCI
467           and S508-ISA cards.
468
469           Say Y and the Frame Relay support will be included in the driver.
470
471 config WANPIPE_X25
472         bool "WANPIPE X.25 support"
473         depends on VENDOR_SANGOMA
474         help
475           Connect a WANPIPE card to an X.25 network.
476
477           Includes the X.25 API support for custom applications over the
478           X.25 protocol. The X.25 option is supported on S514-PCI and
479           S508-ISA cards.
480
481           Say Y and the X.25 support will be included in the driver.
482
483 config WANPIPE_PPP
484         bool "WANPIPE PPP support"
485         depends on VENDOR_SANGOMA
486         help
487           Connect a WANPIPE card to a leased line using Point-to-Point
488           Protocol (PPP).
489
490           The PPP option is supported on S514-PCI/S508-ISA cards.
491
492           Say Y and the PPP support will be included in the driver.
493
494 config WANPIPE_MULTPPP
495         bool "WANPIPE Multi-Port PPP support"
496         depends on VENDOR_SANGOMA
497         help
498           Connect a WANPIPE card to a leased line using Point-to-Point
499           Protocol (PPP).
500
501           Uses in-kernel SyncPPP protocol over the Sangoma HDLC Streaming
502           adapter. In this case each Sangoma adapter port can support an
503           independent PPP connection. For example, a single Quad-Port PCI
504           adapter can support up to four independent PPP links. The PPP
505           option is supported on S514-PCI/S508-ISA cards.
506
507           Say Y and the Multi-Port PPP support will be included in the driver.
508
509 config CYCLADES_SYNC
510         tristate "Cyclom 2X(tm) cards (EXPERIMENTAL)"
511         depends on WAN_ROUTER_DRIVERS && (PCI || ISA)
512         ---help---
513           Cyclom 2X from Cyclades Corporation <http://www.cyclades.com/> is an
514           intelligent multiprotocol WAN adapter with data transfer rates up to
515           512 Kbps. These cards support the X.25 and SNA related protocols.
516
517           While no documentation is available at this time please grab the
518           wanconfig tarball in
519           <http://www.conectiva.com.br/~acme/cycsyn-devel/> (with minor changes
520           to make it compile with the current wanrouter include files; efforts
521           are being made to use the original package available at
522           <ftp://ftp.sangoma.com/>).
523
524           Feel free to contact me or the cycsyn-devel mailing list at
525           <acme@conectiva.com.br> and <cycsyn-devel@bazar.conectiva.com.br> for
526           additional details, I hope to have documentation available as soon as
527           possible. (Cyclades Brazil is writing the Documentation).
528
529           The next questions will ask you about the protocols you want the
530           driver to support (for now only X.25 is supported).
531
532           If you have one or more of these cards, say Y to this option.
533
534           To compile this driver as a module, choose M here: the
535           module will be called cyclomx.
536
537 config CYCLOMX_X25
538         bool "Cyclom 2X X.25 support (EXPERIMENTAL)"
539         depends on CYCLADES_SYNC
540         help
541           Connect a Cyclom 2X card to an X.25 network.
542
543           Enabling X.25 support will enlarge your kernel by about 11 kB.
544
545 # X.25 network drivers
546 config LAPBETHER
547         tristate "LAPB over Ethernet driver (EXPERIMENTAL)"
548         depends on WAN && LAPB && X25
549         ---help---
550           Driver for a pseudo device (typically called /dev/lapb0) which allows
551           you to open an LAPB point-to-point connection to some other computer
552           on your Ethernet network.
553
554           In order to do this, you need to say Y or M to the driver for your
555           Ethernet card as well as to "LAPB Data Link Driver".
556
557           To compile this driver as a module, choose M here: the
558           module will be called lapbether.
559
560           If unsure, say N.
561
562 config X25_ASY
563         tristate "X.25 async driver (EXPERIMENTAL)"
564         depends on WAN && LAPB && X25
565         ---help---
566           Send and receive X.25 frames over regular asynchronous serial
567           lines such as telephone lines equipped with ordinary modems.
568
569           Experts should note that this driver doesn't currently comply with
570           the asynchronous HDLS framing protocols in CCITT recommendation X.25.
571
572           To compile this driver as a module, choose M here: the
573           module will be called x25_asy.
574
575           If unsure, say N.
576
577 config SBNI
578         tristate "Granch SBNI12 Leased Line adapter support"
579         depends on WAN && X86
580         ---help---
581           Driver for ISA SBNI12-xx cards which are low cost alternatives to
582           leased line modems.
583
584           You can find more information and last versions of drivers and
585           utilities at <http://www.granch.ru/>. If you have any question you
586           can send email to <sbni@granch.ru>.
587
588           To compile this driver as a module, choose M here: the
589           module will be called sbni.
590
591           If unsure, say N.
592
593 config SBNI_MULTILINE
594         bool "Multiple line feature support"
595         depends on SBNI
596         help
597           Schedule traffic for some parallel lines, via SBNI12 adapters.
598
599           If you have two computers connected with two parallel lines it's
600           possible to increase transfer rate nearly twice. You should have
601           a program named 'sbniconfig' to configure adapters.
602
603           If unsure, say N.
604
605 endmenu
606