hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/wan/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # wan devices configuration
34 #
45
56 menuconfig WAN
67 bool "Wan interfaces support"
7
- ---help---
8
+ help
89 Wide Area Networks (WANs), such as X.25, Frame Relay and leased
910 lines, are used to interconnect Local Area Networks (LANs) over vast
1011 distances with data transfer rates significantly higher than those
....@@ -38,7 +39,7 @@
3839 config COSA
3940 tristate "COSA/SRP sync serial boards support"
4041 depends on ISA && m && ISA_DMA_API && HDLC && VIRT_TO_BUS
41
- ---help---
42
+ help
4243 Driver for COSA and SRP synchronous serial boards.
4344
4445 These boards allow to connect synchronous serial devices (for example
....@@ -62,7 +63,7 @@
6263 config LANMEDIA
6364 tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards"
6465 depends on PCI && VIRT_TO_BUS && HDLC
65
- ---help---
66
+ help
6667 Driver for the following Lan Media family of serial boards:
6768
6869 - LMC 1000 board allows you to connect synchronous serial devices
....@@ -250,7 +251,7 @@
250251 config FARSYNC
251252 tristate "FarSync T-Series support"
252253 depends on HDLC && PCI
253
- ---help---
254
+ help
254255 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by
255256 FarSite Communications Ltd.
256257
....@@ -265,20 +266,6 @@
265266
266267 To compile this driver as a module, choose M here: the
267268 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.
282269
283270 config FSL_UCC_HDLC
284271 tristate "Freescale QUICC Engine HDLC support"
....@@ -329,14 +316,15 @@
329316
330317 config IXP4XX_HSS
331318 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
333321 help
334322 Say Y here if you want to use built-in HSS ports
335323 on IXP4xx processor.
336324
337325 config DLCI
338326 tristate "Frame Relay DLCI support"
339
- ---help---
327
+ help
340328 Support for the Frame Relay protocol.
341329
342330 Frame Relay is a fast low-cost way to connect to a remote Internet
....@@ -349,7 +337,7 @@
349337
350338 To use frame relay, you need supporting hardware (called FRAD) and
351339 certain programs from the net-tools package as explained in
352
- <file:Documentation/networking/framerelay.txt>.
340
+ <file:Documentation/networking/framerelay.rst>.
353341
354342 To compile this driver as a module, choose M here: the
355343 module will be called dlci.
....@@ -374,7 +362,7 @@
374362
375363 These are multi-protocol cards, but only Frame Relay is supported
376364 by the driver at this time. Please read
377
- <file:Documentation/networking/framerelay.txt>.
365
+ <file:Documentation/networking/framerelay.rst>.
378366
379367 To compile this driver as a module, choose M here: the
380368 module will be called sdla.
....@@ -383,7 +371,7 @@
383371 config LAPBETHER
384372 tristate "LAPB over Ethernet driver"
385373 depends on LAPB && X25
386
- ---help---
374
+ help
387375 Driver for a pseudo device (typically called /dev/lapb0) which allows
388376 you to open an LAPB point-to-point connection to some other computer
389377 on your Ethernet network.
....@@ -399,7 +387,7 @@
399387 config X25_ASY
400388 tristate "X.25 async driver"
401389 depends on LAPB && X25 && TTY
402
- ---help---
390
+ help
403391 Send and receive X.25 frames over regular asynchronous serial
404392 lines such as telephone lines equipped with ordinary modems.
405393
....@@ -414,7 +402,7 @@
414402 config SBNI
415403 tristate "Granch SBNI12 Leased Line adapter support"
416404 depends on X86
417
- ---help---
405
+ help
418406 Driver for ISA SBNI12-xx cards which are low cost alternatives to
419407 leased line modems.
420408