.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # wan devices configuration |
---|
3 | 4 | # |
---|
4 | 5 | |
---|
5 | 6 | menuconfig WAN |
---|
6 | 7 | bool "Wan interfaces support" |
---|
7 | | - ---help--- |
---|
| 8 | + help |
---|
8 | 9 | Wide Area Networks (WANs), such as X.25, Frame Relay and leased |
---|
9 | 10 | lines, are used to interconnect Local Area Networks (LANs) over vast |
---|
10 | 11 | distances with data transfer rates significantly higher than those |
---|
.. | .. |
---|
38 | 39 | config COSA |
---|
39 | 40 | tristate "COSA/SRP sync serial boards support" |
---|
40 | 41 | depends on ISA && m && ISA_DMA_API && HDLC && VIRT_TO_BUS |
---|
41 | | - ---help--- |
---|
| 42 | + help |
---|
42 | 43 | Driver for COSA and SRP synchronous serial boards. |
---|
43 | 44 | |
---|
44 | 45 | These boards allow to connect synchronous serial devices (for example |
---|
.. | .. |
---|
62 | 63 | config LANMEDIA |
---|
63 | 64 | tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards" |
---|
64 | 65 | depends on PCI && VIRT_TO_BUS && HDLC |
---|
65 | | - ---help--- |
---|
| 66 | + help |
---|
66 | 67 | Driver for the following Lan Media family of serial boards: |
---|
67 | 68 | |
---|
68 | 69 | - LMC 1000 board allows you to connect synchronous serial devices |
---|
.. | .. |
---|
250 | 251 | config FARSYNC |
---|
251 | 252 | tristate "FarSync T-Series support" |
---|
252 | 253 | depends on HDLC && PCI |
---|
253 | | - ---help--- |
---|
| 254 | + help |
---|
254 | 255 | Support for the FarSync T-Series X.21 (and V.35/V.24) cards by |
---|
255 | 256 | FarSite Communications Ltd. |
---|
256 | 257 | |
---|
.. | .. |
---|
265 | 266 | |
---|
266 | 267 | To compile this driver as a module, choose M here: the |
---|
267 | 268 | module will be called farsync. |
---|
268 | | - |
---|
269 | | -config DSCC4 |
---|
270 | | - tristate "Etinc PCISYNC serial board support" |
---|
271 | | - depends on HDLC && PCI && m |
---|
272 | | - help |
---|
273 | | - Driver for Etinc PCISYNC boards based on the Infineon (ex. Siemens) |
---|
274 | | - DSCC4 chipset. |
---|
275 | | - |
---|
276 | | - This is supposed to work with the four port card. Take a look at |
---|
277 | | - <http://www.cogenit.fr/dscc4/> for further information about the |
---|
278 | | - driver. |
---|
279 | | - |
---|
280 | | - To compile this driver as a module, choose M here: the |
---|
281 | | - module will be called dscc4. |
---|
282 | 269 | |
---|
283 | 270 | config FSL_UCC_HDLC |
---|
284 | 271 | tristate "Freescale QUICC Engine HDLC support" |
---|
.. | .. |
---|
329 | 316 | |
---|
330 | 317 | config IXP4XX_HSS |
---|
331 | 318 | tristate "Intel IXP4xx HSS (synchronous serial port) support" |
---|
332 | | - depends on HDLC && ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR |
---|
| 319 | + depends on HDLC && IXP4XX_NPE && IXP4XX_QMGR |
---|
| 320 | + depends on ARCH_IXP4XX |
---|
333 | 321 | help |
---|
334 | 322 | Say Y here if you want to use built-in HSS ports |
---|
335 | 323 | on IXP4xx processor. |
---|
336 | 324 | |
---|
337 | 325 | config DLCI |
---|
338 | 326 | tristate "Frame Relay DLCI support" |
---|
339 | | - ---help--- |
---|
| 327 | + help |
---|
340 | 328 | Support for the Frame Relay protocol. |
---|
341 | 329 | |
---|
342 | 330 | Frame Relay is a fast low-cost way to connect to a remote Internet |
---|
.. | .. |
---|
349 | 337 | |
---|
350 | 338 | To use frame relay, you need supporting hardware (called FRAD) and |
---|
351 | 339 | certain programs from the net-tools package as explained in |
---|
352 | | - <file:Documentation/networking/framerelay.txt>. |
---|
| 340 | + <file:Documentation/networking/framerelay.rst>. |
---|
353 | 341 | |
---|
354 | 342 | To compile this driver as a module, choose M here: the |
---|
355 | 343 | module will be called dlci. |
---|
.. | .. |
---|
374 | 362 | |
---|
375 | 363 | These are multi-protocol cards, but only Frame Relay is supported |
---|
376 | 364 | by the driver at this time. Please read |
---|
377 | | - <file:Documentation/networking/framerelay.txt>. |
---|
| 365 | + <file:Documentation/networking/framerelay.rst>. |
---|
378 | 366 | |
---|
379 | 367 | To compile this driver as a module, choose M here: the |
---|
380 | 368 | module will be called sdla. |
---|
.. | .. |
---|
383 | 371 | config LAPBETHER |
---|
384 | 372 | tristate "LAPB over Ethernet driver" |
---|
385 | 373 | depends on LAPB && X25 |
---|
386 | | - ---help--- |
---|
| 374 | + help |
---|
387 | 375 | Driver for a pseudo device (typically called /dev/lapb0) which allows |
---|
388 | 376 | you to open an LAPB point-to-point connection to some other computer |
---|
389 | 377 | on your Ethernet network. |
---|
.. | .. |
---|
399 | 387 | config X25_ASY |
---|
400 | 388 | tristate "X.25 async driver" |
---|
401 | 389 | depends on LAPB && X25 && TTY |
---|
402 | | - ---help--- |
---|
| 390 | + help |
---|
403 | 391 | Send and receive X.25 frames over regular asynchronous serial |
---|
404 | 392 | lines such as telephone lines equipped with ordinary modems. |
---|
405 | 393 | |
---|
.. | .. |
---|
414 | 402 | config SBNI |
---|
415 | 403 | tristate "Granch SBNI12 Leased Line adapter support" |
---|
416 | 404 | depends on X86 |
---|
417 | | - ---help--- |
---|
| 405 | + help |
---|
418 | 406 | Driver for ISA SBNI12-xx cards which are low cost alternatives to |
---|
419 | 407 | leased line modems. |
---|
420 | 408 | |
---|