aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig32
1 files changed, 26 insertions, 6 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ad92b6a76ee6..b79711d441a4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2534,7 +2534,7 @@ config RIONET_RX_SIZE
2534 2534
2535config FDDI 2535config FDDI
2536 bool "FDDI driver support" 2536 bool "FDDI driver support"
2537 depends on (PCI || EISA) 2537 depends on (PCI || EISA || TC)
2538 help 2538 help
2539 Fiber Distributed Data Interface is a high speed local area network 2539 Fiber Distributed Data Interface is a high speed local area network
2540 design; essentially a replacement for high speed Ethernet. FDDI can 2540 design; essentially a replacement for high speed Ethernet. FDDI can
@@ -2544,11 +2544,31 @@ config FDDI
2544 will say N. 2544 will say N.
2545 2545
2546config DEFXX 2546config DEFXX
2547 tristate "Digital DEFEA and DEFPA adapter support" 2547 tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
2548 depends on FDDI && (PCI || EISA) 2548 depends on FDDI && (PCI || EISA || TC)
2549 help 2549 ---help---
2550 This is support for the DIGITAL series of EISA (DEFEA) and PCI 2550 This is support for the DIGITAL series of TURBOchannel (DEFTA),
2551 (DEFPA) controllers which can connect you to a local FDDI network. 2551 EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
2552 to a local FDDI network.
2553
2554 To compile this driver as a module, choose M here: the module
2555 will be called defxx. If unsure, say N.
2556
2557config DEFXX_MMIO
2558 bool
2559 prompt "Use MMIO instead of PIO" if PCI || EISA
2560 depends on DEFXX
2561 default n if PCI || EISA
2562 default y
2563 ---help---
2564 This instructs the driver to use EISA or PCI memory-mapped I/O
2565 (MMIO) as appropriate instead of programmed I/O ports (PIO).
2566 Enabling this gives an improvement in processing time in parts
2567 of the driver, but it may cause problems with EISA (DEFEA)
2568 adapters. TURBOchannel does not have the concept of I/O ports,
2569 so MMIO is always used for these (DEFTA) adapters.
2570
2571 If unsure, say N.
2552 2572
2553config SKFP 2573config SKFP
2554 tristate "SysKonnect FDDI PCI support" 2574 tristate "SysKonnect FDDI PCI support"