aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-13 18:38:08 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-10 23:04:12 -0400
commit115978859272b958366d4a08c99a24f9625fa663 (patch)
treee3eb08a76c0180bd5efa36985306878cbea5845f /drivers/net/Kconfig
parentae150435b59e68de00546330241727f2fec54517 (diff)
i825xx: Move the Intel 82586/82593/82596 based drivers
Move the drivers that use the i82586/i82593/i82596 chipsets into drivers/net/ethernet/i825xx/ and make the necessary Kconfig and Makefile changes. There were 4 3Com drivers which were initially moved into 3com/, which now reside in i825xx since they all used the i82586 chip. CC: Philip Blundell <philb@gnu.org> CC: Russell King <linux@arm.linux.org.uk> CC: <aris@cathedrallabs.org> CC: Donald Becker <becker@scyld.com> CC: Chris Beauregard <cpbeaure@undergrad.math.uwaterloo.ca> CC: Richard Procter <rnp@paradise.net.nz> CC: Andries Brouwer <aeb@cwi.nl> CC: "M.Hipp" <hippm@informatik.uni-tuebingen.de> CC: Richard Hirst <richard@sleepie.demon.co.uk> CC: Sam Creasey <sammy@oh.verio.com> CC: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig167
1 files changed, 1 insertions, 166 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 649918609cb6..d7d0b3532bc3 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -306,47 +306,6 @@ config MACMACE
306 say Y and read the Ethernet-HOWTO, available from 306 say Y and read the Ethernet-HOWTO, available from
307 <http://www.tldp.org/docs.html#howto>. 307 <http://www.tldp.org/docs.html#howto>.
308 308
309config MVME16x_NET
310 tristate "MVME16x Ethernet support"
311 depends on MVME16x
312 help
313 This is the driver for the Ethernet interface on the Motorola
314 MVME162, 166, 167, 172 and 177 boards. Say Y here to include the
315 driver for this chip in your kernel.
316 To compile this driver as a module, choose M here.
317
318config BVME6000_NET
319 tristate "BVME6000 Ethernet support"
320 depends on BVME6000
321 help
322 This is the driver for the Ethernet interface on BVME4000 and
323 BVME6000 VME boards. Say Y here to include the driver for this chip
324 in your kernel.
325 To compile this driver as a module, choose M here.
326
327config SUN3_82586
328 bool "Sun3 on-board Intel 82586 support"
329 depends on SUN3
330 help
331 This driver enables support for the on-board Intel 82586 based
332 Ethernet adapter found on Sun 3/1xx and 3/2xx motherboards. Note
333 that this driver does not support 82586-based adapters on additional
334 VME boards.
335
336config LASI_82596
337 tristate "Lasi ethernet"
338 depends on GSC
339 help
340 Say Y here to support the builtin Intel 82596 ethernet controller
341 found in Hewlett-Packard PA-RISC machines with 10Mbit ethernet.
342
343config SNI_82596
344 tristate "SNI RM ethernet"
345 depends on NET_ETHERNET && SNI_RM
346 help
347 Say Y here to support the on-board Intel 82596 ethernet controller
348 built into SNI RM machines.
349
350config KORINA 309config KORINA
351 tristate "Korina (IDT RC32434) Ethernet support" 310 tristate "Korina (IDT RC32434) Ethernet support"
352 depends on NET_ETHERNET && MIKROTIK_RB532 311 depends on NET_ETHERNET && MIKROTIK_RB532
@@ -462,63 +421,6 @@ config SUNVNET
462 help 421 help
463 Support for virtual network devices under Sun Logical Domains. 422 Support for virtual network devices under Sun Logical Domains.
464 423
465config EL2
466 tristate "3c503 \"EtherLink II\" support"
467 depends on ISA
468 select CRC32
469 ---help---
470 If you have a network (Ethernet) card of this type, say Y and read
471 the Ethernet-HOWTO, available from
472 <http://www.tldp.org/docs.html#howto>.
473
474 To compile this driver as a module, choose M here. The module
475 will be called 3c503.
476
477config ELPLUS
478 tristate "3c505 \"EtherLink Plus\" support"
479 depends on ISA && ISA_DMA_API
480 ---help---
481 Information about this network (Ethernet) card can be found in
482 <file:Documentation/networking/3c505.txt>. If you have a card of
483 this type, say Y and read the Ethernet-HOWTO, available from
484 <http://www.tldp.org/docs.html#howto>.
485
486 To compile this driver as a module, choose M here. The module
487 will be called 3c505.
488
489config EL16
490 tristate "3c507 \"EtherLink 16\" support (EXPERIMENTAL)"
491 depends on ISA && EXPERIMENTAL
492 ---help---
493 If you have a network (Ethernet) card of this type, say Y and read
494 the Ethernet-HOWTO, available from
495 <http://www.tldp.org/docs.html#howto>.
496
497 To compile this driver as a module, choose M here. The module
498 will be called 3c507.
499
500config ELMC
501 tristate "3c523 \"EtherLink/MC\" support"
502 depends on MCA_LEGACY
503 ---help---
504 If you have a network (Ethernet) card of this type, say Y and read
505 the Ethernet-HOWTO, available from
506 <http://www.tldp.org/docs.html#howto>.
507
508 To compile this driver as a module, choose M here. The module
509 will be called 3c523.
510
511config ELMC_II
512 tristate "3c527 \"EtherLink/MC 32\" support (EXPERIMENTAL)"
513 depends on MCA && MCA_LEGACY
514 ---help---
515 If you have a network (Ethernet) card of this type, say Y and read
516 the Ethernet-HOWTO, available from
517 <http://www.tldp.org/docs.html#howto>.
518
519 To compile this driver as a module, choose M here. The module
520 will be called 3c527.
521
522config BFIN_MAC 424config BFIN_MAC
523 tristate "Blackfin on-chip MAC support" 425 tristate "Blackfin on-chip MAC support"
524 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537) 426 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537)
@@ -684,7 +586,7 @@ config NET_VENDOR_RACAL
684 depends on ISA 586 depends on ISA
685 help 587 help
686 If you have a network (Ethernet) card belonging to this class, such 588 If you have a network (Ethernet) card belonging to this class, such
687 as the NI5010, NI5210 or NI6210, say Y and read the Ethernet-HOWTO, 589 as the NI5010, say Y and read the Ethernet-HOWTO,
688 available from <http://www.tldp.org/docs.html#howto>. 590 available from <http://www.tldp.org/docs.html#howto>.
689 591
690 Note that the answer to this question doesn't directly affect the 592 Note that the answer to this question doesn't directly affect the
@@ -704,17 +606,6 @@ config NI5010
704 To compile this driver as a module, choose M here. The module 606 To compile this driver as a module, choose M here. The module
705 will be called ni5010. 607 will be called ni5010.
706 608
707config NI52
708 tristate "NI5210 support"
709 depends on NET_VENDOR_RACAL && ISA
710 help
711 If you have a network (Ethernet) card of this type, say Y and read
712 the Ethernet-HOWTO, available from
713 <http://www.tldp.org/docs.html#howto>.
714
715 To compile this driver as a module, choose M here. The module
716 will be called ni52.
717
718config DNET 609config DNET
719 tristate "Dave ethernet support (DNET)" 610 tristate "Dave ethernet support (DNET)"
720 depends on NET_ETHERNET && HAS_IOMEM 611 depends on NET_ETHERNET && HAS_IOMEM
@@ -782,41 +673,6 @@ config EWRK3
782 To compile this driver as a module, choose M here. The module 673 To compile this driver as a module, choose M here. The module
783 will be called ewrk3. 674 will be called ewrk3.
784 675
785config EEXPRESS
786 tristate "EtherExpress 16 support"
787 depends on NET_ISA
788 ---help---
789 If you have an EtherExpress16 network (Ethernet) card, say Y and
790 read the Ethernet-HOWTO, available from
791 <http://www.tldp.org/docs.html#howto>. Note that the Intel
792 EtherExpress16 card used to be regarded as a very poor choice
793 because the driver was very unreliable. We now have a new driver
794 that should do better.
795
796 To compile this driver as a module, choose M here. The module
797 will be called eexpress.
798
799config EEXPRESS_PRO
800 tristate "EtherExpressPro support/EtherExpress 10 (i82595) support"
801 depends on NET_ISA
802 ---help---
803 If you have a network (Ethernet) card of this type, say Y. This
804 driver supports Intel i82595{FX,TX} based boards. Note however
805 that the EtherExpress PRO/100 Ethernet card has its own separate
806 driver. Please read the Ethernet-HOWTO, available from
807 <http://www.tldp.org/docs.html#howto>.
808
809 To compile this driver as a module, choose M here. The module
810 will be called eepro.
811
812config LP486E
813 tristate "LP486E on board Ethernet"
814 depends on NET_ISA
815 help
816 Say Y here to support the 82596-based on-board Ethernet controller
817 for the Panther motherboard, which is one of the two shipped in the
818 Intel Professional Workstation.
819
820config ETH16I 676config ETH16I
821 tristate "ICL EtherTeam 16i/32 support" 677 tristate "ICL EtherTeam 16i/32 support"
822 depends on NET_ISA 678 depends on NET_ISA
@@ -828,16 +684,6 @@ config ETH16I
828 To compile this driver as a module, choose M here. The module 684 To compile this driver as a module, choose M here. The module
829 will be called eth16i. 685 will be called eth16i.
830 686
831config ZNET
832 tristate "Zenith Z-Note support (EXPERIMENTAL)"
833 depends on NET_ISA && EXPERIMENTAL && ISA_DMA_API
834 help
835 The Zenith Z-Note notebook computer has a built-in network
836 (Ethernet) card, and this is the Linux driver for it. Note that the
837 IBM Thinkpad 300 is compatible with the Z-Note and is also supported
838 by this driver. Read the Ethernet-HOWTO, available from
839 <http://www.tldp.org/docs.html#howto>.
840
841config SEEQ8005 687config SEEQ8005
842 tristate "SEEQ8005 support (EXPERIMENTAL)" 688 tristate "SEEQ8005 support (EXPERIMENTAL)"
843 depends on NET_ISA && EXPERIMENTAL 689 depends on NET_ISA && EXPERIMENTAL
@@ -915,17 +761,6 @@ config KSZ884X_PCI
915 To compile this driver as a module, choose M here. The module 761 To compile this driver as a module, choose M here. The module
916 will be called ksz884x. 762 will be called ksz884x.
917 763
918config APRICOT
919 tristate "Apricot Xen-II on board Ethernet"
920 depends on NET_PCI && ISA
921 help
922 If you have a network (Ethernet) controller of this type, say Y and
923 read the Ethernet-HOWTO, available from
924 <http://www.tldp.org/docs.html#howto>.
925
926 To compile this driver as a module, choose M here. The module
927 will be called apricot.
928
929config FORCEDETH 764config FORCEDETH
930 tristate "nForce Ethernet support" 765 tristate "nForce Ethernet support"
931 depends on NET_PCI && PCI 766 depends on NET_PCI && PCI