aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig105
1 files changed, 0 insertions, 105 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index de2293d23d55..649918609cb6 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -565,39 +565,6 @@ config BFIN_MAC_USE_HWSTAMP
565 help 565 help
566 To support the IEEE 1588 Precision Time Protocol (PTP), select y here 566 To support the IEEE 1588 Precision Time Protocol (PTP), select y here
567 567
568config SMC9194
569 tristate "SMC 9194 support"
570 depends on NET_VENDOR_SMC && (ISA || MAC && BROKEN)
571 select CRC32
572 ---help---
573 This is support for the SMC9xxx based Ethernet cards. Choose this
574 option if you have a DELL laptop with the docking station, or
575 another SMC9192/9194 based chipset. Say Y if you want it compiled
576 into the kernel, and read the file
577 <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
578 available from <http://www.tldp.org/docs.html#howto>.
579
580 To compile this driver as a module, choose M here. The module
581 will be called smc9194.
582
583config SMC91X
584 tristate "SMC 91C9x/91C1xxx support"
585 select CRC32
586 select MII
587 depends on ARM || M32R || SUPERH || \
588 MIPS || BLACKFIN || MN10300 || COLDFIRE
589 help
590 This is a driver for SMC's 91x series of Ethernet chipsets,
591 including the SMC91C94 and the SMC91C111. Say Y if you want it
592 compiled into the kernel, and read the file
593 <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
594 available from <http://www.tldp.org/docs.html#howto>.
595
596 This driver is also available as a module ( = code which can be
597 inserted in and removed from the running kernel whenever you want).
598 The module will be called smc91x. If you want to compile it as a
599 module, say M here and read <file:Documentation/kbuild/modules.txt>.
600
601config PXA168_ETH 568config PXA168_ETH
602 tristate "Marvell pxa168 ethernet support" 569 tristate "Marvell pxa168 ethernet support"
603 depends on CPU_PXA168 570 depends on CPU_PXA168
@@ -712,44 +679,6 @@ config GRETH
712 help 679 help
713 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC. 680 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.
714 681
715config SMC911X
716 tristate "SMSC LAN911[5678] support"
717 select CRC32
718 select MII
719 depends on ARM || SUPERH || MN10300
720 help
721 This is a driver for SMSC's LAN911x series of Ethernet chipsets
722 including the new LAN9115, LAN9116, LAN9117, and LAN9118.
723 Say Y if you want it compiled into the kernel,
724 and read the Ethernet-HOWTO, available from
725 <http://www.tldp.org/docs.html#howto>.
726
727 This driver is also available as a module. The module will be
728 called smc911x. If you want to compile it as a module, say M
729 here and read <file:Documentation/kbuild/modules.txt>
730
731config SMSC911X
732 tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
733 depends on ARM || SUPERH || BLACKFIN || MIPS || MN10300
734 select CRC32
735 select MII
736 select PHYLIB
737 ---help---
738 Say Y here if you want support for SMSC LAN911x and LAN921x families
739 of ethernet controllers.
740
741 To compile this driver as a module, choose M here and read
742 <file:Documentation/networking/net-modules.txt>. The module
743 will be called smsc911x.
744
745config SMSC911X_ARCH_HOOKS
746 def_bool n
747 depends on SMSC911X
748 help
749 If the arch enables this, it allows the arch to implement various
750 hooks for more comprehensive interrupt control and also to override
751 the source of the MAC address.
752
753config NET_VENDOR_RACAL 682config NET_VENDOR_RACAL
754 bool "Racal-Interlan (Micom) NI cards" 683 bool "Racal-Interlan (Micom) NI cards"
755 depends on ISA 684 depends on ISA
@@ -1148,33 +1077,6 @@ config SIS900
1148 To compile this driver as a module, choose M here: the module 1077 To compile this driver as a module, choose M here: the module
1149 will be called sis900. This is recommended. 1078 will be called sis900. This is recommended.
1150 1079
1151config EPIC100
1152 tristate "SMC EtherPower II"
1153 depends on NET_PCI && PCI
1154 select CRC32
1155 select MII
1156 help
1157 This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,
1158 which is based on the SMC83c17x (EPIC/100).
1159 More specific information and updates are available from
1160 <http://www.scyld.com/network/epic100.html>.
1161
1162config SMSC9420
1163 tristate "SMSC LAN9420 PCI ethernet adapter support"
1164 depends on NET_PCI && PCI
1165 select CRC32
1166 select PHYLIB
1167 select SMSC_PHY
1168 help
1169 This is a driver for SMSC's LAN9420 PCI ethernet adapter.
1170 Say Y if you want it compiled into the kernel,
1171 and read the Ethernet-HOWTO, available from
1172 <http://www.tldp.org/docs.html#howto>.
1173
1174 This driver is also available as a module. The module will be
1175 called smsc9420. If you want to compile it as a module, say M
1176 here and read <file:Documentation/kbuild/modules.txt>
1177
1178config SUNDANCE 1080config SUNDANCE
1179 tristate "Sundance Alta support" 1081 tristate "Sundance Alta support"
1180 depends on NET_PCI && PCI 1082 depends on NET_PCI && PCI
@@ -1891,13 +1793,6 @@ config MYRI10GE_DCA
1891 driver. DCA is a method for warming the CPU cache before data 1793 driver. DCA is a method for warming the CPU cache before data
1892 is used, with the intent of lessening the impact of cache misses. 1794 is used, with the intent of lessening the impact of cache misses.
1893 1795
1894config NETXEN_NIC
1895 tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
1896 depends on PCI
1897 select FW_LOADER
1898 help
1899 This enables the support for NetXen's Gigabit Ethernet card.
1900
1901config NIU 1796config NIU
1902 tristate "Sun Neptune 10Gbit Ethernet support" 1797 tristate "Sun Neptune 10Gbit Ethernet support"
1903 depends on PCI 1798 depends on PCI