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