2 # wan devices configuration
9 bool "Wan interfaces support"
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.
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
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.
26 # There is no way to detect a comtrol sv11 - force it modular for now.
28 tristate "Comtrol Hostess SV-11 support"
29 depends on WAN && ISA && m && ISA_DMA_API && INET
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.
35 The driver will be compiled as a module: the
36 module will be called hostess_sv11.
38 # The COSA/SRP driver has not been tested as non-modular yet.
40 tristate "COSA/SRP sync serial boards support"
41 depends on WAN && ISA && m && ISA_DMA_API
43 Driver for COSA and SRP synchronous serial boards.
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
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.
57 The driver will be compiled as a module: the
58 module will be called cosa.
61 # Lan Media's board. Currently 1000, 1200, 5200, 5245
64 tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards"
67 Driver for the following Lan Media family of serial boards:
69 - LMC 1000 board allows you to connect synchronous serial devices
70 (for example base-band modems, or any other device with the X.21,
71 V.24, V.35 or V.36 interface) to your Linux box.
73 - LMC 1200 with on board DSU board allows you to connect your Linux
74 box directly to a T1 or E1 circuit.
76 - LMC 5200 board provides a HSSI interface capable of running up to
79 - LMC 5245 board connects directly to a T3 circuit saving the
80 additional external hardware.
82 To change setting such as syncPPP vs Cisco HDLC or clock source you
83 will need lmcctl. It is available at <ftp://ftp.lanmedia.com/>
86 To compile this driver as a module, choose M here: the
87 module will be called lmc.
89 # There is no way to detect a Sealevel board. Force it modular
91 tristate "Sealevel Systems 4021 support"
92 depends on WAN && ISA && m && ISA_DMA_API && INET
94 This is a driver for the Sealevel Systems ACB 56 serial I/O adapter.
96 The driver will be compiled as a module: the
97 module will be called sealevel.
101 tristate "Generic HDLC layer"
104 Say Y to this option if your Linux box contains a WAN (Wide Area
105 Network) card supported by this driver and you are planning to
106 connect the box to a WAN.
108 You will need supporting software from
109 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
110 Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame
111 Relay, synchronous Point-to-Point Protocol (PPP) and X.25.
113 To compile this driver as a module, choose M here: the
114 module will be called hdlc.
119 tristate "Raw HDLC support"
122 Generic HDLC driver supporting raw HDLC over WAN connections.
127 tristate "Raw HDLC Ethernet device support"
130 Generic HDLC driver supporting raw HDLC Ethernet device emulation
131 over WAN connections.
133 You will need it for Ethernet over HDLC bridges.
138 tristate "Cisco HDLC support"
141 Generic HDLC driver supporting Cisco HDLC over WAN connections.
146 tristate "Frame Relay support"
149 Generic HDLC driver supporting Frame Relay over WAN connections.
154 tristate "Synchronous Point-to-Point Protocol (PPP) support"
157 Generic HDLC driver supporting PPP over WAN connections.
162 tristate "X.25 protocol support"
163 depends on HDLC && (LAPB=m && HDLC=m || LAPB=y)
165 Generic HDLC driver supporting X.25 over WAN connections.
169 comment "X.25/LAPB support is disabled"
170 depends on WAN && HDLC && (LAPB!=m || HDLC!=m) && LAPB!=y
173 tristate "Goramo PCI200SYN support"
174 depends on HDLC && PCI
176 Driver for PCI200SYN cards by Goramo sp. j.
178 If you have such a card, say Y here and see
179 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
181 To compile this as a module, choose M here: the
182 module will be called pci200syn.
187 tristate "SBE Inc. wanXL support"
188 depends on HDLC && PCI
190 Driver for wanXL PCI cards by SBE Inc.
192 If you have such a card, say Y here and see
193 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
195 To compile this as a module, choose M here: the
196 module will be called wanxl.
200 config WANXL_BUILD_FIRMWARE
201 bool "rebuild wanXL firmware"
202 depends on WANXL && !PREVENT_FIRMWARE_BUILD
204 Allows you to rebuild firmware run by the QUICC processor.
205 It requires as68k, ld68k and hexdump programs.
207 You should never need this option, say N.
210 tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)"
211 depends on HDLC && PCI
213 Driver for the Cyclades-PC300 synchronous communication boards.
215 These boards provide synchronous serial interfaces to your
216 Linux box (interfaces currently available are RS-232/V.35, X.21 and
217 T1/E1). If you wish to support Multilink PPP, please select the
218 option later and read the file README.mlppp provided by PC300
221 To compile this as a module, choose M here: the module
222 will be called pc300.
227 bool "Cyclades-PC300 MLPPP support"
228 depends on PC300 && PPP_MULTILINK && PPP_SYNC_TTY && HDLC_PPP
230 Multilink PPP over the PC300 synchronous communication boards.
232 comment "Cyclades-PC300 MLPPP support is disabled."
233 depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
235 comment "Refer to the file README.mlppp, provided by PC300 package."
236 depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)
239 tristate "Cyclades PC300 RSV/X21 alternative support"
240 depends on HDLC && PCI
242 Alternative driver for PC300 RSV/X21 PCI cards made by
243 Cyclades, Inc. If you have such a card, say Y here and see
244 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
246 To compile this as a module, choose M here: the module
247 will be called pc300too.
249 If unsure, say N here.
252 tristate "SDL RISCom/N2 support"
253 depends on HDLC && ISA
255 Driver for RISCom/N2 single or dual channel ISA cards by
256 SDL Communications Inc.
258 If you have such a card, say Y here and see
259 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
261 Note that N2csu and N2dds cards are not supported by this driver.
263 To compile this driver as a module, choose M here: the module
269 tristate "Moxa C101 support"
270 depends on HDLC && ISA
272 Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd.
274 If you have such a card, say Y here and see
275 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
277 To compile this driver as a module, choose M here: the
278 module will be called c101.
283 tristate "FarSync T-Series support"
284 depends on HDLC && PCI
286 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
287 FarSite Communications Ltd.
289 Synchronous communication is supported on all ports at speeds up to
290 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
291 Frame Relay or X.25/LAPB.
293 If you want the module to be automatically loaded when the interface
294 is referenced then you should add "alias hdlcX farsync" to
295 /etc/modprobe.conf for each interface, where X is 0, 1, 2, ..., or
296 simply use "alias hdlc* farsync" to indicate all of them.
298 To compile this driver as a module, choose M here: the
299 module will be called farsync.
302 tristate "Etinc PCISYNC serial board support"
303 depends on HDLC && PCI && m
305 Driver for Etinc PCISYNC boards based on the Infineon (ex. Siemens)
308 This is supposed to work with the four port card. Take a look at
309 <http://www.cogenit.fr/dscc4/> for further information about the
312 To compile this driver as a module, choose M here: the
313 module will be called dscc4.
316 bool "Etinc PCISYNC features"
319 Due to Etinc's design choice for its PCISYNC cards, some operations
320 are only allowed on specific ports of the DSCC4. This option is the
321 only way for the driver to know that it shouldn't return a success
322 code for these operations.
324 Please say Y if your card is an Etinc's PCISYNC.
327 bool "Hard reset support"
330 Various DSCC4 bugs forbid any reliable software reset of the ASIC.
331 As a replacement, some vendors provide a way to assert the PCI #RST
332 pin of DSCC4 through the GPIO port of the card. If you choose Y,
333 the driver will make use of this feature before module removal
334 (i.e. rmmod). The feature is known to be available on Commtech's
335 cards. Contact your manufacturer for details.
337 Say Y if your card supports this feature.
340 tristate "Frame Relay DLCI support"
343 Support for the Frame Relay protocol.
345 Frame Relay is a fast low-cost way to connect to a remote Internet
346 access provider or to form a private wide area network. The one
347 physical line from your box to the local "switch" (i.e. the entry
348 point to the Frame Relay network, usually at the phone company) can
349 carry several logical point-to-point connections to other computers
350 connected to the Frame Relay network. For a general explanation of
351 the protocol, check out <http://www.mplsforum.org/>.
353 To use frame relay, you need supporting hardware (called FRAD) and
354 certain programs from the net-tools package as explained in
355 <file:Documentation/networking/framerelay.txt>.
357 To compile this driver as a module, choose M here: the
358 module will be called dlci.
361 int "Max DLCI per device"
365 How many logical point-to-point frame relay connections (the
366 identifiers of which are called DCLIs) should be handled by each
367 of your hardware frame relay access devices.
372 tristate "SDLA (Sangoma S502/S508) support"
373 depends on DLCI && ISA
375 Driver for the Sangoma S502A, S502E, and S508 Frame Relay Access
378 These are multi-protocol cards, but only Frame Relay is supported
379 by the driver at this time. Please read
380 <file:Documentation/networking/framerelay.txt>.
382 To compile this driver as a module, choose M here: the
383 module will be called sdla.
386 config WAN_ROUTER_DRIVERS
387 tristate "WAN router drivers"
388 depends on WAN && WAN_ROUTER
390 Connect LAN to WAN via Linux box.
392 Select driver your card and remember to say Y to "Wan Router."
393 You will need the wan-tools package which is available from
394 <ftp://ftp.sangoma.com/>. For more information read:
395 <file:Documentation/networking/wan-router.txt>.
397 Note that the answer to this question won't directly affect the
398 kernel except for how subordinate drivers may be built:
399 saying N will just cause the configurator to skip all
400 the questions about WAN router drivers.
405 tristate "Cyclom 2X(tm) cards (EXPERIMENTAL)"
406 depends on WAN_ROUTER_DRIVERS && (PCI || ISA)
408 Cyclom 2X from Cyclades Corporation <http://www.cyclades.com/> is an
409 intelligent multiprotocol WAN adapter with data transfer rates up to
410 512 Kbps. These cards support the X.25 and SNA related protocols.
412 While no documentation is available at this time please grab the
414 <http://www.conectiva.com.br/~acme/cycsyn-devel/> (with minor changes
415 to make it compile with the current wanrouter include files; efforts
416 are being made to use the original package available at
417 <ftp://ftp.sangoma.com/>).
419 Feel free to contact me or the cycsyn-devel mailing list at
420 <acme@conectiva.com.br> and <cycsyn-devel@bazar.conectiva.com.br> for
421 additional details, I hope to have documentation available as soon as
422 possible. (Cyclades Brazil is writing the Documentation).
424 The next questions will ask you about the protocols you want the
425 driver to support (for now only X.25 is supported).
427 If you have one or more of these cards, say Y to this option.
429 To compile this driver as a module, choose M here: the
430 module will be called cyclomx.
433 bool "Cyclom 2X X.25 support (EXPERIMENTAL)"
434 depends on CYCLADES_SYNC
436 Connect a Cyclom 2X card to an X.25 network.
438 Enabling X.25 support will enlarge your kernel by about 11 kB.
440 # X.25 network drivers
442 tristate "LAPB over Ethernet driver (EXPERIMENTAL)"
443 depends on WAN && LAPB && X25
445 Driver for a pseudo device (typically called /dev/lapb0) which allows
446 you to open an LAPB point-to-point connection to some other computer
447 on your Ethernet network.
449 In order to do this, you need to say Y or M to the driver for your
450 Ethernet card as well as to "LAPB Data Link Driver".
452 To compile this driver as a module, choose M here: the
453 module will be called lapbether.
458 tristate "X.25 async driver (EXPERIMENTAL)"
459 depends on WAN && LAPB && X25
461 Send and receive X.25 frames over regular asynchronous serial
462 lines such as telephone lines equipped with ordinary modems.
464 Experts should note that this driver doesn't currently comply with
465 the asynchronous HDLS framing protocols in CCITT recommendation X.25.
467 To compile this driver as a module, choose M here: the
468 module will be called x25_asy.
473 tristate "Granch SBNI12 Leased Line adapter support"
474 depends on WAN && X86
476 Driver for ISA SBNI12-xx cards which are low cost alternatives to
479 You can find more information and last versions of drivers and
480 utilities at <http://www.granch.ru/>. If you have any question you
481 can send email to <sbni@granch.ru>.
483 To compile this driver as a module, choose M here: the
484 module will be called sbni.
488 config SBNI_MULTILINE
489 bool "Multiple line feature support"
492 Schedule traffic for some parallel lines, via SBNI12 adapters.
494 If you have two computers connected with two parallel lines it's
495 possible to increase transfer rate nearly twice. You should have
496 a program named 'sbniconfig' to configure adapters.