| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # FDDI network device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 5 | 6 | config FDDI |
|---|
| 6 | 7 | tristate "FDDI driver support" |
|---|
| 7 | 8 | depends on PCI || EISA || TC |
|---|
| 8 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 9 | 10 | Fiber Distributed Data Interface is a high speed local area network |
|---|
| 10 | 11 | design; essentially a replacement for high speed Ethernet. FDDI can |
|---|
| 11 | 12 | run over copper or fiber. If you are connected to such a network and |
|---|
| .. | .. |
|---|
| 15 | 16 | |
|---|
| 16 | 17 | if FDDI |
|---|
| 17 | 18 | |
|---|
| 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 | + |
|---|
| 18 | 30 | config DEFXX |
|---|
| 19 | 31 | tristate "Digital DEFTA/DEFEA/DEFPA adapter support" |
|---|
| 20 | 32 | depends on FDDI && (PCI || EISA || TC) |
|---|
| 21 | | - ---help--- |
|---|
| 33 | + help |
|---|
| 22 | 34 | This is support for the DIGITAL series of TURBOchannel (DEFTA), |
|---|
| 23 | 35 | EISA (DEFEA) and PCI (DEFPA) controllers which can connect you |
|---|
| 24 | 36 | to a local FDDI network. |
|---|
| .. | .. |
|---|
| 32 | 44 | depends on DEFXX |
|---|
| 33 | 45 | default n if EISA |
|---|
| 34 | 46 | default y |
|---|
| 35 | | - ---help--- |
|---|
| 47 | + help |
|---|
| 36 | 48 | This instructs the driver to use EISA or PCI memory-mapped I/O |
|---|
| 37 | 49 | (MMIO) as appropriate instead of programmed I/O ports (IOP). |
|---|
| 38 | 50 | Enabling this gives an improvement in processing time in parts |
|---|
| .. | .. |
|---|
| 49 | 61 | tristate "SysKonnect FDDI PCI support" |
|---|
| 50 | 62 | depends on FDDI && PCI |
|---|
| 51 | 63 | select BITREVERSE |
|---|
| 52 | | - ---help--- |
|---|
| 64 | + help |
|---|
| 53 | 65 | Say Y here if you have a SysKonnect FDDI PCI adapter. |
|---|
| 54 | 66 | The following adapters are supported by this driver: |
|---|
| 55 | 67 | - SK-5521 (SK-NET FDDI-UP) |
|---|
| .. | .. |
|---|
| 68 | 80 | - Netelligent 100 FDDI SAS UTP |
|---|
| 69 | 81 | - Netelligent 100 FDDI SAS Fibre MIC |
|---|
| 70 | 82 | |
|---|
| 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. |
|---|
| 73 | 85 | |
|---|
| 74 | 86 | Questions concerning this driver can be addressed to: |
|---|
| 75 | 87 | <linux@syskonnect.de> |
|---|