# # [31mCONFIG_FDDI[0m network device configuration # config [31mCONFIG_FDDI[0m tristate "FDDI driver support" depends on [31mCONFIG_PCI[0m || [31mCONFIG_EISA[0m || [31mCONFIG_TC[0m ---help--- Fiber Distributed Data Interface is a high speed local area network design; essentially a replacement for high speed Ethernet. [31mCONFIG_FDDI[0m can run over copper or fiber. If you are connected to such a network and want a driver for the [31mCONFIG_FDDI[0m card in your computer, say Y here (and then also Y to the driver for your [31mCONFIG_FDDI[0m card, below). Most people will say N. if [31mCONFIG_FDDI[0m config [31mCONFIG_DEFXX[0m tristate "Digital DEFTA/DEFEA/DEFPA adapter support" depends on [31mCONFIG_FDDI[0m && ([31mCONFIG_PCI[0m || [31mCONFIG_EISA[0m || [31mCONFIG_TC[0m) ---help--- This is support for the DIGITAL series of TURBOchannel (DEFTA), [31mCONFIG_EISA[0m (DEFEA) and [31mCONFIG_PCI[0m (DEFPA) controllers which can connect you to a local [31mCONFIG_FDDI[0m network. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called defxx. If unsure, say N. config [31mCONFIG_DEFXX_MMIO[0m bool prompt "Use MMIO instead of PIO" if [31mCONFIG_PCI[0m || [31mCONFIG_EISA[0m depends on [31mCONFIG_DEFXX[0m default n if [31mCONFIG_PCI[0m || [31mCONFIG_EISA[0m default y ---help--- This instructs the driver to use [31mCONFIG_EISA[0m or [31mCONFIG_PCI[0m memory-mapped I/O (MMIO) as appropriate instead of programmed I/O ports (PIO). Enabling this gives an improvement in processing time in parts of the driver, but it may cause problems with [31mCONFIG_EISA[0m (DEFEA) adapters. TURBOchannel does not have the concept of I/O ports, so MMIO is always used for these (DEFTA) adapters. If unsure, say N. config [31mCONFIG_SKFP[0m tristate "SysKonnect FDDI PCI support" depends on [31mCONFIG_FDDI[0m && [31mCONFIG_PCI[0m select [31mCONFIG_BITREVERSE[0m ---help--- Say Y here if you have a SysKonnect [31mCONFIG_FDDI[0m [31mCONFIG_PCI[0m adapter. The following adapters are supported by this driver: - SK-5521 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-UP) - SK-5522 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-UP DAS) - SK-5541 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-FP) - SK-5543 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-LP) - SK-5544 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-LP DAS) - SK-5821 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-UP64) - SK-5822 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-UP64 DAS) - SK-5841 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-FP64) - SK-5843 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-LP64) - SK-5844 (SK-[31mCONFIG_NET[0m [31mCONFIG_FDDI[0m-LP64 DAS) - Netelligent 100 [31mCONFIG_FDDI[0m DAS Fibre SC - Netelligent 100 [31mCONFIG_FDDI[0m SAS Fibre SC - Netelligent 100 [31mCONFIG_FDDI[0m DAS UTP - Netelligent 100 [31mCONFIG_FDDI[0m SAS UTP - Netelligent 100 [31mCONFIG_FDDI[0m SAS Fibre MIC Read <file:Documentation/networking/skfp.txt> for information about the driver. Questions concerning this driver can be addressed to: <linux@syskonnect.de> To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called skfp. This is recommended. endif # [31mCONFIG_FDDI[0m |