1# SPDX-License-Identifier: GPL-2.0-only
2#
3# FDDI network device configuration
4#
5
6config FDDI
7	tristate "FDDI driver support"
8	depends on PCI || EISA || TC
9	help
10	  Fiber Distributed Data Interface is a high speed local area network
11	  design; essentially a replacement for high speed Ethernet. FDDI can
12	  run over copper or fiber. If you are connected to such a network and
13	  want a driver for the FDDI card in your computer, say Y here (and
14	  then also Y to the driver for your FDDI card, below). Most people
15	  will say N.
16
17if FDDI
18
19config 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
30config DEFXX
31	tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
32	depends on FDDI && (PCI || EISA || TC)
33	help
34	  This is support for the DIGITAL series of TURBOchannel (DEFTA),
35	  EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
36	  to a local FDDI network.
37
38	  To compile this driver as a module, choose M here: the module
39	  will be called defxx.  If unsure, say N.
40
41config SKFP
42	tristate "SysKonnect FDDI PCI support"
43	depends on FDDI && PCI
44	select BITREVERSE
45	help
46	  Say Y here if you have a SysKonnect FDDI PCI adapter.
47	  The following adapters are supported by this driver:
48	  - SK-5521 (SK-NET FDDI-UP)
49	  - SK-5522 (SK-NET FDDI-UP DAS)
50	  - SK-5541 (SK-NET FDDI-FP)
51	  - SK-5543 (SK-NET FDDI-LP)
52	  - SK-5544 (SK-NET FDDI-LP DAS)
53	  - SK-5821 (SK-NET FDDI-UP64)
54	  - SK-5822 (SK-NET FDDI-UP64 DAS)
55	  - SK-5841 (SK-NET FDDI-FP64)
56	  - SK-5843 (SK-NET FDDI-LP64)
57	  - SK-5844 (SK-NET FDDI-LP64 DAS)
58	  - Netelligent 100 FDDI DAS Fibre SC
59	  - Netelligent 100 FDDI SAS Fibre SC
60	  - Netelligent 100 FDDI DAS UTP
61	  - Netelligent 100 FDDI SAS UTP
62	  - Netelligent 100 FDDI SAS Fibre MIC
63
64	  Read <file:Documentation/networking/device_drivers/fddi/skfp.rst>
65	  for information about the driver.
66
67	  Questions concerning this driver can be addressed to:
68	  <linux@syskonnect.de>
69
70	  To compile this driver as a module, choose M here: the module
71	  will be called skfp.  This is recommended.
72
73endif # FDDI
74