Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # FDDI network device configuration
0004 #
0005 
0006 config FDDI
0007         tristate "FDDI driver support"
0008         depends on PCI || EISA || TC
0009         help
0010           Fiber Distributed Data Interface is a high speed local area network
0011           design; essentially a replacement for high speed Ethernet. FDDI can
0012           run over copper or fiber. If you are connected to such a network and
0013           want a driver for the FDDI card in your computer, say Y here (and
0014           then also Y to the driver for your FDDI card, below). Most people
0015           will say N.
0016 
0017 if FDDI
0018 
0019 config DEFZA
0020         tristate "DEC FDDIcontroller 700/700-C (DEFZA-xx) support"
0021         depends on FDDI && TC
0022         help
0023           This is support for the DEC FDDIcontroller 700 (DEFZA-AA, fiber)
0024           and 700-C (DEFZA-CA, copper) TURBOchannel network cards which
0025           can connect you to a local FDDI network.
0026 
0027           To compile this driver as a module, choose M here: the module
0028           will be called defza.  If unsure, say N.
0029 
0030 config DEFXX
0031         tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
0032         depends on FDDI && (PCI || EISA || TC)
0033         help
0034           This is support for the DIGITAL series of TURBOchannel (DEFTA),
0035           EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
0036           to a local FDDI network.
0037 
0038           To compile this driver as a module, choose M here: the module
0039           will be called defxx.  If unsure, say N.
0040 
0041 config SKFP
0042         tristate "SysKonnect FDDI PCI support"
0043         depends on FDDI && PCI
0044         select BITREVERSE
0045         help
0046           Say Y here if you have a SysKonnect FDDI PCI adapter.
0047           The following adapters are supported by this driver:
0048           - SK-5521 (SK-NET FDDI-UP)
0049           - SK-5522 (SK-NET FDDI-UP DAS)
0050           - SK-5541 (SK-NET FDDI-FP)
0051           - SK-5543 (SK-NET FDDI-LP)
0052           - SK-5544 (SK-NET FDDI-LP DAS)
0053           - SK-5821 (SK-NET FDDI-UP64)
0054           - SK-5822 (SK-NET FDDI-UP64 DAS)
0055           - SK-5841 (SK-NET FDDI-FP64)
0056           - SK-5843 (SK-NET FDDI-LP64)
0057           - SK-5844 (SK-NET FDDI-LP64 DAS)
0058           - Netelligent 100 FDDI DAS Fibre SC
0059           - Netelligent 100 FDDI SAS Fibre SC
0060           - Netelligent 100 FDDI DAS UTP
0061           - Netelligent 100 FDDI SAS UTP
0062           - Netelligent 100 FDDI SAS Fibre MIC
0063 
0064           Read <file:Documentation/networking/device_drivers/fddi/skfp.rst>
0065           for information about the driver.
0066 
0067           Questions concerning this driver can be addressed to:
0068           <linux@syskonnect.de>
0069 
0070           To compile this driver as a module, choose M here: the module
0071           will be called skfp.  This is recommended.
0072 
0073 endif # FDDI