aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-31 03:06:29 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-27 03:58:13 -0400
commit33f810b2036f13f1b123062a9e5c1794d400ce81 (patch)
tree370b55026f4bd856e96842f86af631ca2bab3da2 /drivers/net/Kconfig
parent3cd0999d134235d64b175edd2eb1d46ebc97b377 (diff)
fddi: Move the FDDI drivers
Move the FDDI drivers into drivers/net/fddi/ and make the necessary Kconfig and Makefile changes. CC: "Maciej W. Rozycki" <macro@linux-mips.org> CC: Christoph Goos <cgoos@syskonnect.de> CC: <linux@syskonnect.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig72
1 files changed, 2 insertions, 70 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ef6b6bee11da..7bdc22b59856 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -195,6 +195,8 @@ config SUNGEM_PHY
195 195
196source "drivers/net/ethernet/Kconfig" 196source "drivers/net/ethernet/Kconfig"
197 197
198source "drivers/net/fddi/Kconfig"
199
198source "drivers/net/tokenring/Kconfig" 200source "drivers/net/tokenring/Kconfig"
199 201
200source "drivers/net/wireless/Kconfig" 202source "drivers/net/wireless/Kconfig"
@@ -268,76 +270,6 @@ config RIONET_RX_SIZE
268 depends on RIONET 270 depends on RIONET
269 default "128" 271 default "128"
270 272
271config FDDI
272 tristate "FDDI driver support"
273 depends on (PCI || EISA || TC)
274 help
275 Fiber Distributed Data Interface is a high speed local area network
276 design; essentially a replacement for high speed Ethernet. FDDI can
277 run over copper or fiber. If you are connected to such a network and
278 want a driver for the FDDI card in your computer, say Y here (and
279 then also Y to the driver for your FDDI card, below). Most people
280 will say N.
281
282config DEFXX
283 tristate "Digital DEFTA/DEFEA/DEFPA adapter support"
284 depends on FDDI && (PCI || EISA || TC)
285 ---help---
286 This is support for the DIGITAL series of TURBOchannel (DEFTA),
287 EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
288 to a local FDDI network.
289
290 To compile this driver as a module, choose M here: the module
291 will be called defxx. If unsure, say N.
292
293config DEFXX_MMIO
294 bool
295 prompt "Use MMIO instead of PIO" if PCI || EISA
296 depends on DEFXX
297 default n if PCI || EISA
298 default y
299 ---help---
300 This instructs the driver to use EISA or PCI memory-mapped I/O
301 (MMIO) as appropriate instead of programmed I/O ports (PIO).
302 Enabling this gives an improvement in processing time in parts
303 of the driver, but it may cause problems with EISA (DEFEA)
304 adapters. TURBOchannel does not have the concept of I/O ports,
305 so MMIO is always used for these (DEFTA) adapters.
306
307 If unsure, say N.
308
309config SKFP
310 tristate "SysKonnect FDDI PCI support"
311 depends on FDDI && PCI
312 select BITREVERSE
313 ---help---
314 Say Y here if you have a SysKonnect FDDI PCI adapter.
315 The following adapters are supported by this driver:
316 - SK-5521 (SK-NET FDDI-UP)
317 - SK-5522 (SK-NET FDDI-UP DAS)
318 - SK-5541 (SK-NET FDDI-FP)
319 - SK-5543 (SK-NET FDDI-LP)
320 - SK-5544 (SK-NET FDDI-LP DAS)
321 - SK-5821 (SK-NET FDDI-UP64)
322 - SK-5822 (SK-NET FDDI-UP64 DAS)
323 - SK-5841 (SK-NET FDDI-FP64)
324 - SK-5843 (SK-NET FDDI-LP64)
325 - SK-5844 (SK-NET FDDI-LP64 DAS)
326 - Netelligent 100 FDDI DAS Fibre SC
327 - Netelligent 100 FDDI SAS Fibre SC
328 - Netelligent 100 FDDI DAS UTP
329 - Netelligent 100 FDDI SAS UTP
330 - Netelligent 100 FDDI SAS Fibre MIC
331
332 Read <file:Documentation/networking/skfp.txt> for information about
333 the driver.
334
335 Questions concerning this driver can be addressed to:
336 <linux@syskonnect.de>
337
338 To compile this driver as a module, choose M here: the module
339 will be called skfp. This is recommended.
340
341config HIPPI 273config HIPPI
342 bool "HIPPI driver support (EXPERIMENTAL)" 274 bool "HIPPI driver support (EXPERIMENTAL)"
343 depends on EXPERIMENTAL && INET && PCI 275 depends on EXPERIMENTAL && INET && PCI