forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/fddi/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # FDDI network device configuration
34 #
....@@ -5,7 +6,7 @@
56 config FDDI
67 tristate "FDDI driver support"
78 depends on PCI || EISA || TC
8
- ---help---
9
+ help
910 Fiber Distributed Data Interface is a high speed local area network
1011 design; essentially a replacement for high speed Ethernet. FDDI can
1112 run over copper or fiber. If you are connected to such a network and
....@@ -15,10 +16,21 @@
1516
1617 if FDDI
1718
19
+config DEFZA
20
+ tristate "DEC FDDIcontroller 700/700-C (DEFZA-xx) support"
21
+ depends on FDDI && TC
22
+ help
23
+ This is support for the DEC FDDIcontroller 700 (DEFZA-AA, fiber)
24
+ and 700-C (DEFZA-CA, copper) TURBOchannel network cards which
25
+ can connect you to a local FDDI network.
26
+
27
+ To compile this driver as a module, choose M here: the module
28
+ will be called defza. If unsure, say N.
29
+
1830 config DEFXX
1931 tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
2032 depends on FDDI && (PCI || EISA || TC)
21
- ---help---
33
+ help
2234 This is support for the DIGITAL series of TURBOchannel (DEFTA),
2335 EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
2436 to a local FDDI network.
....@@ -32,7 +44,7 @@
3244 depends on DEFXX
3345 default n if EISA
3446 default y
35
- ---help---
47
+ help
3648 This instructs the driver to use EISA or PCI memory-mapped I/O
3749 (MMIO) as appropriate instead of programmed I/O ports (IOP).
3850 Enabling this gives an improvement in processing time in parts
....@@ -49,7 +61,7 @@
4961 tristate "SysKonnect FDDI PCI support"
5062 depends on FDDI && PCI
5163 select BITREVERSE
52
- ---help---
64
+ help
5365 Say Y here if you have a SysKonnect FDDI PCI adapter.
5466 The following adapters are supported by this driver:
5567 - SK-5521 (SK-NET FDDI-UP)
....@@ -68,8 +80,8 @@
6880 - Netelligent 100 FDDI SAS UTP
6981 - Netelligent 100 FDDI SAS Fibre MIC
7082
71
- Read <file:Documentation/networking/skfp.txt> for information about
72
- the driver.
83
+ Read <file:Documentation/networking/device_drivers/fddi/skfp.rst>
84
+ for information about the driver.
7385
7486 Questions concerning this driver can be addressed to:
7587 <linux@syskonnect.de>