xref: /linux/drivers/net/fddi/Kconfig (revision 33f810b2036f13f1b123062a9e5c1794d400ce81)
1*33f810b2SJeff Kirsher#
2*33f810b2SJeff Kirsher# FDDI network device configuration
3*33f810b2SJeff Kirsher#
4*33f810b2SJeff Kirsher
5*33f810b2SJeff Kirsherconfig FDDI
6*33f810b2SJeff Kirsher	tristate "FDDI driver support"
7*33f810b2SJeff Kirsher	depends on PCI || EISA || TC
8*33f810b2SJeff Kirsher	---help---
9*33f810b2SJeff Kirsher	  Fiber Distributed Data Interface is a high speed local area network
10*33f810b2SJeff Kirsher	  design; essentially a replacement for high speed Ethernet. FDDI can
11*33f810b2SJeff Kirsher	  run over copper or fiber. If you are connected to such a network and
12*33f810b2SJeff Kirsher	  want a driver for the FDDI card in your computer, say Y here (and
13*33f810b2SJeff Kirsher	  then also Y to the driver for your FDDI card, below). Most people
14*33f810b2SJeff Kirsher	  will say N.
15*33f810b2SJeff Kirsher
16*33f810b2SJeff Kirsherif FDDI
17*33f810b2SJeff Kirsher
18*33f810b2SJeff Kirsherconfig DEFXX
19*33f810b2SJeff Kirsher	tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
20*33f810b2SJeff Kirsher	depends on FDDI && (PCI || EISA || TC)
21*33f810b2SJeff Kirsher	---help---
22*33f810b2SJeff Kirsher	  This is support for the DIGITAL series of TURBOchannel (DEFTA),
23*33f810b2SJeff Kirsher	  EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
24*33f810b2SJeff Kirsher	  to a local FDDI network.
25*33f810b2SJeff Kirsher
26*33f810b2SJeff Kirsher	  To compile this driver as a module, choose M here: the module
27*33f810b2SJeff Kirsher	  will be called defxx.  If unsure, say N.
28*33f810b2SJeff Kirsher
29*33f810b2SJeff Kirsherconfig DEFXX_MMIO
30*33f810b2SJeff Kirsher	bool
31*33f810b2SJeff Kirsher	prompt "Use MMIO instead of PIO" if PCI || EISA
32*33f810b2SJeff Kirsher	depends on DEFXX
33*33f810b2SJeff Kirsher	default n if PCI || EISA
34*33f810b2SJeff Kirsher	default y
35*33f810b2SJeff Kirsher	---help---
36*33f810b2SJeff Kirsher	  This instructs the driver to use EISA or PCI memory-mapped I/O
37*33f810b2SJeff Kirsher	  (MMIO) as appropriate instead of programmed I/O ports (PIO).
38*33f810b2SJeff Kirsher	  Enabling this gives an improvement in processing time in parts
39*33f810b2SJeff Kirsher	  of the driver, but it may cause problems with EISA (DEFEA)
40*33f810b2SJeff Kirsher	  adapters.  TURBOchannel does not have the concept of I/O ports,
41*33f810b2SJeff Kirsher	  so MMIO is always used for these (DEFTA) adapters.
42*33f810b2SJeff Kirsher
43*33f810b2SJeff Kirsher	  If unsure, say N.
44*33f810b2SJeff Kirsher
45*33f810b2SJeff Kirsherconfig SKFP
46*33f810b2SJeff Kirsher	tristate "SysKonnect FDDI PCI support"
47*33f810b2SJeff Kirsher	depends on FDDI && PCI
48*33f810b2SJeff Kirsher	select BITREVERSE
49*33f810b2SJeff Kirsher	---help---
50*33f810b2SJeff Kirsher	  Say Y here if you have a SysKonnect FDDI PCI adapter.
51*33f810b2SJeff Kirsher	  The following adapters are supported by this driver:
52*33f810b2SJeff Kirsher	  - SK-5521 (SK-NET FDDI-UP)
53*33f810b2SJeff Kirsher	  - SK-5522 (SK-NET FDDI-UP DAS)
54*33f810b2SJeff Kirsher	  - SK-5541 (SK-NET FDDI-FP)
55*33f810b2SJeff Kirsher	  - SK-5543 (SK-NET FDDI-LP)
56*33f810b2SJeff Kirsher	  - SK-5544 (SK-NET FDDI-LP DAS)
57*33f810b2SJeff Kirsher	  - SK-5821 (SK-NET FDDI-UP64)
58*33f810b2SJeff Kirsher	  - SK-5822 (SK-NET FDDI-UP64 DAS)
59*33f810b2SJeff Kirsher	  - SK-5841 (SK-NET FDDI-FP64)
60*33f810b2SJeff Kirsher	  - SK-5843 (SK-NET FDDI-LP64)
61*33f810b2SJeff Kirsher	  - SK-5844 (SK-NET FDDI-LP64 DAS)
62*33f810b2SJeff Kirsher	  - Netelligent 100 FDDI DAS Fibre SC
63*33f810b2SJeff Kirsher	  - Netelligent 100 FDDI SAS Fibre SC
64*33f810b2SJeff Kirsher	  - Netelligent 100 FDDI DAS UTP
65*33f810b2SJeff Kirsher	  - Netelligent 100 FDDI SAS UTP
66*33f810b2SJeff Kirsher	  - Netelligent 100 FDDI SAS Fibre MIC
67*33f810b2SJeff Kirsher
68*33f810b2SJeff Kirsher	  Read <file:Documentation/networking/skfp.txt> for information about
69*33f810b2SJeff Kirsher	  the driver.
70*33f810b2SJeff Kirsher
71*33f810b2SJeff Kirsher	  Questions concerning this driver can be addressed to:
72*33f810b2SJeff Kirsher	  <linux@syskonnect.de>
73*33f810b2SJeff Kirsher
74*33f810b2SJeff Kirsher	  To compile this driver as a module, choose M here: the module
75*33f810b2SJeff Kirsher	  will be called skfp.  This is recommended.
76*33f810b2SJeff Kirsher
77*33f810b2SJeff Kirsherendif # FDDI
78