diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-11 04:13:22 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 03:22:08 -0400 |
commit | 5346ebf6db077d963e9d81af9df290d7f5532492 (patch) | |
tree | 599c964dc98a13be7af437172b1002b5bf2cbf71 /drivers/net/Kconfig | |
parent | f2148a472883ddf77626fff52b070655a8a0a788 (diff) |
eth16i: Move the Allied Telesis/Fujitsu drivers
Move the Allied Telesis/Fujitsu drivers into drivers/net/ethernet/fujitsu/
and make the necessary Kconfig and Makefile changes.
CC: Shingo Fujimoto <shingo@flab.fujitsu.co.jp>
CC: Yutaka Tamiya <tamy@flab.fujitsu.co.jp>
CC: Rene Schmit <rene@bss.lu>
CC: Mika Kuoppala <miku@iki.fi>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c1e491add8f9..27f97b4e83b1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -428,18 +428,6 @@ config DNET | |||
428 | To compile this driver as a module, choose M here: the module | 428 | To compile this driver as a module, choose M here: the module |
429 | will be called dnet. | 429 | will be called dnet. |
430 | 430 | ||
431 | config AT1700 | ||
432 | tristate "AT1700/1720 support (EXPERIMENTAL)" | ||
433 | depends on (ISA || MCA_LEGACY) && EXPERIMENTAL | ||
434 | select CRC32 | ||
435 | ---help--- | ||
436 | If you have a network (Ethernet) card of this type, say Y and read | ||
437 | the Ethernet-HOWTO, available from | ||
438 | <http://www.tldp.org/docs.html#howto>. | ||
439 | |||
440 | To compile this driver as a module, choose M here. The module | ||
441 | will be called at1700. | ||
442 | |||
443 | config HP100 | 431 | config HP100 |
444 | tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support" | 432 | tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support" |
445 | depends on ISA || EISA || PCI | 433 | depends on ISA || EISA || PCI |
@@ -451,34 +439,6 @@ config HP100 | |||
451 | To compile this driver as a module, choose M here. The module | 439 | To compile this driver as a module, choose M here. The module |
452 | will be called hp100. | 440 | will be called hp100. |
453 | 441 | ||
454 | config NET_ISA | ||
455 | bool "Other ISA cards" | ||
456 | depends on ISA | ||
457 | ---help--- | ||
458 | If your network (Ethernet) card hasn't been mentioned yet and its | ||
459 | bus system (that's the way the cards talks to the other components | ||
460 | of your computer) is ISA (as opposed to EISA, VLB or PCI), say Y. | ||
461 | Make sure you know the name of your card. Read the Ethernet-HOWTO, | ||
462 | available from <http://www.tldp.org/docs.html#howto>. | ||
463 | |||
464 | If unsure, say Y. | ||
465 | |||
466 | Note that the answer to this question doesn't directly affect the | ||
467 | kernel: saying N will just cause the configurator to skip all | ||
468 | the remaining ISA network card questions. If you say Y, you will be | ||
469 | asked for your specific card in the following questions. | ||
470 | |||
471 | config ETH16I | ||
472 | tristate "ICL EtherTeam 16i/32 support" | ||
473 | depends on NET_ISA | ||
474 | help | ||
475 | If you have a network (Ethernet) card of this type, say Y and read | ||
476 | the Ethernet-HOWTO, available from | ||
477 | <http://www.tldp.org/docs.html#howto>. | ||
478 | |||
479 | To compile this driver as a module, choose M here. The module | ||
480 | will be called eth16i. | ||
481 | |||
482 | config NET_PCI | 442 | config NET_PCI |
483 | bool "EISA, VLB, PCI and on board controllers" | 443 | bool "EISA, VLB, PCI and on board controllers" |
484 | depends on ISA || EISA || PCI | 444 | depends on ISA || EISA || PCI |