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