Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # wan devices configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 5 | menuconfig WAN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | bool "Wan interfaces support" |
| 7 | ---help--- |
| 8 | Wide Area Networks (WANs), such as X.25, Frame Relay and leased |
| 9 | lines, are used to interconnect Local Area Networks (LANs) over vast |
| 10 | distances with data transfer rates significantly higher than those |
| 11 | achievable with commonly used asynchronous modem connections. |
| 12 | |
| 13 | Usually, a quite expensive external device called a `WAN router' is |
| 14 | needed to connect to a WAN. As an alternative, a relatively |
| 15 | inexpensive WAN interface card can allow your Linux box to directly |
| 16 | connect to a WAN. |
| 17 | |
| 18 | If you have one of those cards and wish to use it under Linux, |
| 19 | say Y here and also to the WAN driver for your card. |
| 20 | |
| 21 | If unsure, say N. |
| 22 | |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 23 | if WAN |
| 24 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 28 | depends on ISA && m && ISA_DMA_API && INET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | help |
| 30 | Driver for Comtrol Hostess SV-11 network card which |
| 31 | operates on low speed synchronous serial links at up to |
| 32 | 256Kbps, supporting PPP and Cisco HDLC. |
| 33 | |
| 34 | The driver will be compiled as a module: the |
| 35 | module will be called hostess_sv11. |
| 36 | |
| 37 | # The COSA/SRP driver has not been tested as non-modular yet. |
| 38 | config COSA |
| 39 | tristate "COSA/SRP sync serial boards support" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 40 | depends on ISA && m && ISA_DMA_API |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | ---help--- |
| 42 | Driver for COSA and SRP synchronous serial boards. |
| 43 | |
| 44 | These boards allow to connect synchronous serial devices (for example |
| 45 | base-band modems, or any other device with the X.21, V.24, V.35 or |
| 46 | V.36 interface) to your Linux box. The cards can work as the |
| 47 | character device, synchronous PPP network device, or the Cisco HDLC |
| 48 | network device. |
| 49 | |
| 50 | You will need user-space utilities COSA or SRP boards for downloading |
| 51 | the firmware to the cards and to set them up. Look at the |
| 52 | <http://www.fi.muni.cz/~kas/cosa/> for more information. You can also |
| 53 | read the comment at the top of the <file:drivers/net/wan/cosa.c> for |
| 54 | details about the cards and the driver itself. |
| 55 | |
| 56 | The driver will be compiled as a module: the |
| 57 | module will be called cosa. |
| 58 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | # |
| 60 | # Lan Media's board. Currently 1000, 1200, 5200, 5245 |
| 61 | # |
| 62 | config LANMEDIA |
| 63 | tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards" |
Stephen Rothwell | f057eac | 2007-07-15 23:40:05 -0700 | [diff] [blame] | 64 | depends on PCI && VIRT_TO_BUS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | ---help--- |
| 66 | Driver for the following Lan Media family of serial boards: |
| 67 | |
| 68 | - LMC 1000 board allows you to connect synchronous serial devices |
| 69 | (for example base-band modems, or any other device with the X.21, |
| 70 | V.24, V.35 or V.36 interface) to your Linux box. |
| 71 | |
| 72 | - LMC 1200 with on board DSU board allows you to connect your Linux |
| 73 | box directly to a T1 or E1 circuit. |
| 74 | |
| 75 | - LMC 5200 board provides a HSSI interface capable of running up to |
| 76 | 52 Mbits per second. |
| 77 | |
| 78 | - LMC 5245 board connects directly to a T3 circuit saving the |
| 79 | additional external hardware. |
| 80 | |
| 81 | To change setting such as syncPPP vs Cisco HDLC or clock source you |
| 82 | will need lmcctl. It is available at <ftp://ftp.lanmedia.com/> |
| 83 | (broken link). |
| 84 | |
| 85 | To compile this driver as a module, choose M here: the |
| 86 | module will be called lmc. |
| 87 | |
| 88 | # There is no way to detect a Sealevel board. Force it modular |
| 89 | config SEALEVEL_4021 |
| 90 | tristate "Sealevel Systems 4021 support" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 91 | depends on ISA && m && ISA_DMA_API && INET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | help |
| 93 | This is a driver for the Sealevel Systems ACB 56 serial I/O adapter. |
| 94 | |
| 95 | The driver will be compiled as a module: the |
| 96 | module will be called sealevel. |
| 97 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | # Generic HDLC |
| 99 | config HDLC |
| 100 | tristate "Generic HDLC layer" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | help |
| 102 | Say Y to this option if your Linux box contains a WAN (Wide Area |
| 103 | Network) card supported by this driver and you are planning to |
| 104 | connect the box to a WAN. |
| 105 | |
| 106 | You will need supporting software from |
| 107 | <http://www.kernel.org/pub/linux/utils/net/hdlc/>. |
| 108 | Generic HDLC driver currently supports raw HDLC, Cisco HDLC, Frame |
| 109 | Relay, synchronous Point-to-Point Protocol (PPP) and X.25. |
| 110 | |
| 111 | To compile this driver as a module, choose M here: the |
| 112 | module will be called hdlc. |
| 113 | |
| 114 | If unsure, say N. |
| 115 | |
| 116 | config HDLC_RAW |
Krzysztof Halasa | eb2a2fd | 2006-09-26 23:23:45 +0200 | [diff] [blame] | 117 | tristate "Raw HDLC support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | depends on HDLC |
| 119 | help |
| 120 | Generic HDLC driver supporting raw HDLC over WAN connections. |
| 121 | |
| 122 | If unsure, say N. |
| 123 | |
| 124 | config HDLC_RAW_ETH |
Krzysztof Halasa | eb2a2fd | 2006-09-26 23:23:45 +0200 | [diff] [blame] | 125 | tristate "Raw HDLC Ethernet device support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | depends on HDLC |
| 127 | help |
| 128 | Generic HDLC driver supporting raw HDLC Ethernet device emulation |
| 129 | over WAN connections. |
| 130 | |
| 131 | You will need it for Ethernet over HDLC bridges. |
| 132 | |
| 133 | If unsure, say N. |
| 134 | |
| 135 | config HDLC_CISCO |
Krzysztof Halasa | eb2a2fd | 2006-09-26 23:23:45 +0200 | [diff] [blame] | 136 | tristate "Cisco HDLC support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | depends on HDLC |
| 138 | help |
| 139 | Generic HDLC driver supporting Cisco HDLC over WAN connections. |
| 140 | |
| 141 | If unsure, say N. |
| 142 | |
| 143 | config HDLC_FR |
Krzysztof Halasa | eb2a2fd | 2006-09-26 23:23:45 +0200 | [diff] [blame] | 144 | tristate "Frame Relay support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | depends on HDLC |
| 146 | help |
| 147 | Generic HDLC driver supporting Frame Relay over WAN connections. |
| 148 | |
| 149 | If unsure, say N. |
| 150 | |
| 151 | config HDLC_PPP |
Krzysztof Halasa | eb2a2fd | 2006-09-26 23:23:45 +0200 | [diff] [blame] | 152 | tristate "Synchronous Point-to-Point Protocol (PPP) support" |
David S. Miller | 4951704 | 2008-05-12 03:29:11 -0700 | [diff] [blame] | 153 | depends on HDLC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | help |
| 155 | Generic HDLC driver supporting PPP over WAN connections. |
Krzysztof Halasa | 16a7914 | 2008-04-12 10:10:40 +0200 | [diff] [blame] | 156 | |
| 157 | It will be replaced by new PPP implementation in Linux 2.6.26. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | |
| 159 | If unsure, say N. |
| 160 | |
| 161 | config HDLC_X25 |
Krzysztof Halasa | eb2a2fd | 2006-09-26 23:23:45 +0200 | [diff] [blame] | 162 | tristate "X.25 protocol support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | depends on HDLC && (LAPB=m && HDLC=m || LAPB=y) |
| 164 | help |
| 165 | Generic HDLC driver supporting X.25 over WAN connections. |
| 166 | |
| 167 | If unsure, say N. |
| 168 | |
| 169 | comment "X.25/LAPB support is disabled" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 170 | depends on HDLC && (LAPB!=m || HDLC!=m) && LAPB!=y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | |
| 172 | config PCI200SYN |
| 173 | tristate "Goramo PCI200SYN support" |
| 174 | depends on HDLC && PCI |
| 175 | help |
| 176 | Driver for PCI200SYN cards by Goramo sp. j. |
| 177 | |
| 178 | If you have such a card, say Y here and see |
| 179 | <http://www.kernel.org/pub/linux/utils/net/hdlc/>. |
| 180 | |
| 181 | To compile this as a module, choose M here: the |
| 182 | module will be called pci200syn. |
| 183 | |
| 184 | If unsure, say N. |
| 185 | |
| 186 | config WANXL |
| 187 | tristate "SBE Inc. wanXL support" |
| 188 | depends on HDLC && PCI |
| 189 | help |
| 190 | Driver for wanXL PCI cards by SBE Inc. |
| 191 | |
| 192 | If you have such a card, say Y here and see |
| 193 | <http://www.kernel.org/pub/linux/utils/net/hdlc/>. |
| 194 | |
| 195 | To compile this as a module, choose M here: the |
| 196 | module will be called wanxl. |
| 197 | |
| 198 | If unsure, say N. |
| 199 | |
| 200 | config WANXL_BUILD_FIRMWARE |
| 201 | bool "rebuild wanXL firmware" |
| 202 | depends on WANXL && !PREVENT_FIRMWARE_BUILD |
| 203 | help |
| 204 | Allows you to rebuild firmware run by the QUICC processor. |
| 205 | It requires as68k, ld68k and hexdump programs. |
| 206 | |
| 207 | You should never need this option, say N. |
| 208 | |
| 209 | config PC300 |
| 210 | tristate "Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)" |
| 211 | depends on HDLC && PCI |
| 212 | ---help--- |
| 213 | Driver for the Cyclades-PC300 synchronous communication boards. |
| 214 | |
| 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 |
| 219 | package. |
| 220 | |
| 221 | To compile this as a module, choose M here: the module |
| 222 | will be called pc300. |
| 223 | |
| 224 | If unsure, say N. |
| 225 | |
| 226 | config PC300_MLPPP |
| 227 | bool "Cyclades-PC300 MLPPP support" |
| 228 | depends on PC300 && PPP_MULTILINK && PPP_SYNC_TTY && HDLC_PPP |
| 229 | help |
| 230 | Multilink PPP over the PC300 synchronous communication boards. |
| 231 | |
| 232 | comment "Cyclades-PC300 MLPPP support is disabled." |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 233 | depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | |
| 235 | comment "Refer to the file README.mlppp, provided by PC300 package." |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 236 | depends on HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | |
Krzysztof Halasa | 7517c1b | 2007-01-30 16:10:24 +0100 | [diff] [blame] | 238 | config PC300TOO |
| 239 | tristate "Cyclades PC300 RSV/X21 alternative support" |
| 240 | depends on HDLC && PCI |
| 241 | help |
| 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/>. |
| 245 | |
| 246 | To compile this as a module, choose M here: the module |
| 247 | will be called pc300too. |
| 248 | |
| 249 | If unsure, say N here. |
| 250 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | config N2 |
| 252 | tristate "SDL RISCom/N2 support" |
| 253 | depends on HDLC && ISA |
| 254 | help |
| 255 | Driver for RISCom/N2 single or dual channel ISA cards by |
| 256 | SDL Communications Inc. |
| 257 | |
| 258 | If you have such a card, say Y here and see |
| 259 | <http://www.kernel.org/pub/linux/utils/net/hdlc/>. |
| 260 | |
| 261 | Note that N2csu and N2dds cards are not supported by this driver. |
| 262 | |
| 263 | To compile this driver as a module, choose M here: the module |
| 264 | will be called n2. |
| 265 | |
| 266 | If unsure, say N. |
| 267 | |
| 268 | config C101 |
| 269 | tristate "Moxa C101 support" |
| 270 | depends on HDLC && ISA |
| 271 | help |
| 272 | Driver for C101 SuperSync ISA cards by Moxa Technologies Co., Ltd. |
| 273 | |
| 274 | If you have such a card, say Y here and see |
| 275 | <http://www.kernel.org/pub/linux/utils/net/hdlc/>. |
| 276 | |
| 277 | To compile this driver as a module, choose M here: the |
| 278 | module will be called c101. |
| 279 | |
| 280 | If unsure, say N. |
| 281 | |
| 282 | config FARSYNC |
| 283 | tristate "FarSync T-Series support" |
| 284 | depends on HDLC && PCI |
| 285 | ---help--- |
| 286 | Support for the FarSync T-Series X.21 (and V.35/V.24) cards by |
| 287 | FarSite Communications Ltd. |
| 288 | |
| 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. |
| 292 | |
| 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. |
| 297 | |
| 298 | To compile this driver as a module, choose M here: the |
| 299 | module will be called farsync. |
| 300 | |
Krzysztof Halasa | b690bde | 2006-11-13 19:48:54 +0100 | [diff] [blame] | 301 | config DSCC4 |
| 302 | tristate "Etinc PCISYNC serial board support" |
| 303 | depends on HDLC && PCI && m |
| 304 | help |
| 305 | Driver for Etinc PCISYNC boards based on the Infineon (ex. Siemens) |
| 306 | DSCC4 chipset. |
| 307 | |
| 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 |
| 310 | driver. |
| 311 | |
| 312 | To compile this driver as a module, choose M here: the |
| 313 | module will be called dscc4. |
| 314 | |
| 315 | config DSCC4_PCISYNC |
| 316 | bool "Etinc PCISYNC features" |
| 317 | depends on DSCC4 |
| 318 | help |
| 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. |
| 323 | |
| 324 | Please say Y if your card is an Etinc's PCISYNC. |
| 325 | |
| 326 | config DSCC4_PCI_RST |
| 327 | bool "Hard reset support" |
| 328 | depends on DSCC4 |
| 329 | help |
| 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. |
| 336 | |
| 337 | Say Y if your card supports this feature. |
| 338 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 339 | config DLCI |
| 340 | tristate "Frame Relay DLCI support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 341 | ---help--- |
| 342 | Support for the Frame Relay protocol. |
| 343 | |
| 344 | Frame Relay is a fast low-cost way to connect to a remote Internet |
| 345 | access provider or to form a private wide area network. The one |
| 346 | physical line from your box to the local "switch" (i.e. the entry |
| 347 | point to the Frame Relay network, usually at the phone company) can |
| 348 | carry several logical point-to-point connections to other computers |
| 349 | connected to the Frame Relay network. For a general explanation of |
| 350 | the protocol, check out <http://www.mplsforum.org/>. |
| 351 | |
| 352 | To use frame relay, you need supporting hardware (called FRAD) and |
| 353 | certain programs from the net-tools package as explained in |
| 354 | <file:Documentation/networking/framerelay.txt>. |
| 355 | |
| 356 | To compile this driver as a module, choose M here: the |
| 357 | module will be called dlci. |
| 358 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 359 | config DLCI_MAX |
| 360 | int "Max DLCI per device" |
| 361 | depends on DLCI |
| 362 | default "8" |
| 363 | help |
| 364 | How many logical point-to-point frame relay connections (the |
| 365 | identifiers of which are called DCLIs) should be handled by each |
| 366 | of your hardware frame relay access devices. |
| 367 | |
| 368 | Go with the default. |
| 369 | |
| 370 | config SDLA |
| 371 | tristate "SDLA (Sangoma S502/S508) support" |
| 372 | depends on DLCI && ISA |
| 373 | help |
| 374 | Driver for the Sangoma S502A, S502E, and S508 Frame Relay Access |
| 375 | Devices. |
| 376 | |
| 377 | These are multi-protocol cards, but only Frame Relay is supported |
| 378 | by the driver at this time. Please read |
| 379 | <file:Documentation/networking/framerelay.txt>. |
| 380 | |
| 381 | To compile this driver as a module, choose M here: the |
| 382 | module will be called sdla. |
| 383 | |
| 384 | # Wan router core. |
| 385 | config WAN_ROUTER_DRIVERS |
Randy Dunlap | ed40771 | 2006-12-09 13:58:42 -0800 | [diff] [blame] | 386 | tristate "WAN router drivers" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 387 | depends on WAN_ROUTER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | ---help--- |
| 389 | Connect LAN to WAN via Linux box. |
| 390 | |
| 391 | Select driver your card and remember to say Y to "Wan Router." |
| 392 | You will need the wan-tools package which is available from |
Johann Felix Soden | 7197914 | 2008-07-14 22:22:29 -0700 | [diff] [blame] | 393 | <ftp://ftp.sangoma.com/>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | |
| 395 | Note that the answer to this question won't directly affect the |
Randy Dunlap | ed40771 | 2006-12-09 13:58:42 -0800 | [diff] [blame] | 396 | kernel except for how subordinate drivers may be built: |
| 397 | saying N will just cause the configurator to skip all |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | the questions about WAN router drivers. |
| 399 | |
| 400 | If unsure, say N. |
| 401 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 402 | config CYCLADES_SYNC |
| 403 | tristate "Cyclom 2X(tm) cards (EXPERIMENTAL)" |
| 404 | depends on WAN_ROUTER_DRIVERS && (PCI || ISA) |
| 405 | ---help--- |
| 406 | Cyclom 2X from Cyclades Corporation <http://www.cyclades.com/> is an |
| 407 | intelligent multiprotocol WAN adapter with data transfer rates up to |
| 408 | 512 Kbps. These cards support the X.25 and SNA related protocols. |
| 409 | |
| 410 | While no documentation is available at this time please grab the |
| 411 | wanconfig tarball in |
| 412 | <http://www.conectiva.com.br/~acme/cycsyn-devel/> (with minor changes |
| 413 | to make it compile with the current wanrouter include files; efforts |
| 414 | are being made to use the original package available at |
| 415 | <ftp://ftp.sangoma.com/>). |
| 416 | |
| 417 | Feel free to contact me or the cycsyn-devel mailing list at |
| 418 | <acme@conectiva.com.br> and <cycsyn-devel@bazar.conectiva.com.br> for |
| 419 | additional details, I hope to have documentation available as soon as |
| 420 | possible. (Cyclades Brazil is writing the Documentation). |
| 421 | |
| 422 | The next questions will ask you about the protocols you want the |
| 423 | driver to support (for now only X.25 is supported). |
| 424 | |
| 425 | If you have one or more of these cards, say Y to this option. |
| 426 | |
| 427 | To compile this driver as a module, choose M here: the |
| 428 | module will be called cyclomx. |
| 429 | |
| 430 | config CYCLOMX_X25 |
| 431 | bool "Cyclom 2X X.25 support (EXPERIMENTAL)" |
| 432 | depends on CYCLADES_SYNC |
| 433 | help |
| 434 | Connect a Cyclom 2X card to an X.25 network. |
| 435 | |
| 436 | Enabling X.25 support will enlarge your kernel by about 11 kB. |
| 437 | |
| 438 | # X.25 network drivers |
| 439 | config LAPBETHER |
| 440 | tristate "LAPB over Ethernet driver (EXPERIMENTAL)" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 441 | depends on LAPB && X25 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | ---help--- |
| 443 | Driver for a pseudo device (typically called /dev/lapb0) which allows |
| 444 | you to open an LAPB point-to-point connection to some other computer |
| 445 | on your Ethernet network. |
| 446 | |
| 447 | In order to do this, you need to say Y or M to the driver for your |
| 448 | Ethernet card as well as to "LAPB Data Link Driver". |
| 449 | |
| 450 | To compile this driver as a module, choose M here: the |
| 451 | module will be called lapbether. |
| 452 | |
| 453 | If unsure, say N. |
| 454 | |
| 455 | config X25_ASY |
| 456 | tristate "X.25 async driver (EXPERIMENTAL)" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 457 | depends on LAPB && X25 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | ---help--- |
| 459 | Send and receive X.25 frames over regular asynchronous serial |
| 460 | lines such as telephone lines equipped with ordinary modems. |
| 461 | |
| 462 | Experts should note that this driver doesn't currently comply with |
| 463 | the asynchronous HDLS framing protocols in CCITT recommendation X.25. |
| 464 | |
| 465 | To compile this driver as a module, choose M here: the |
| 466 | module will be called x25_asy. |
| 467 | |
| 468 | If unsure, say N. |
| 469 | |
| 470 | config SBNI |
| 471 | tristate "Granch SBNI12 Leased Line adapter support" |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 472 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 473 | ---help--- |
| 474 | Driver for ISA SBNI12-xx cards which are low cost alternatives to |
| 475 | leased line modems. |
| 476 | |
| 477 | You can find more information and last versions of drivers and |
| 478 | utilities at <http://www.granch.ru/>. If you have any question you |
| 479 | can send email to <sbni@granch.ru>. |
| 480 | |
| 481 | To compile this driver as a module, choose M here: the |
| 482 | module will be called sbni. |
| 483 | |
| 484 | If unsure, say N. |
| 485 | |
| 486 | config SBNI_MULTILINE |
| 487 | bool "Multiple line feature support" |
| 488 | depends on SBNI |
| 489 | help |
| 490 | Schedule traffic for some parallel lines, via SBNI12 adapters. |
| 491 | |
| 492 | If you have two computers connected with two parallel lines it's |
| 493 | possible to increase transfer rate nearly twice. You should have |
| 494 | a program named 'sbniconfig' to configure adapters. |
| 495 | |
| 496 | If unsure, say N. |
| 497 | |
Jan Engelhardt | e6c5fb3 | 2007-05-10 22:52:59 -0700 | [diff] [blame] | 498 | endif # WAN |