aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-05-20 09:55:16 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-11 19:29:59 -0400
commit2b133ad6e9e96798007e64eb912c42fa00adef0a (patch)
tree34d1760a9257b150289893cda05b4adfa1990306 /drivers/net/Kconfig
parent3401299a1b9e747cbf7de2cc0c8f6376c3cbe565 (diff)
atl*: Move the Atheros drivers
Move the Atheros drivers into drivers/net/ethernet/atheros/ and make the necessary Kconfig and Makefile changes. CC: Jay Cliburn <jcliburn@gmail.com> CC: Chris Snook <chris.snook@gmail.com> CC: Jie Yang <jie.yang@atheros.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig45
1 files changed, 0 insertions, 45 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8799caf64c98..e6be7123f9ca 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -760,17 +760,6 @@ config FEC_MPC52xx_MDIO
760 If not sure, enable. 760 If not sure, enable.
761 If compiled as module, it will be called fec_mpc52xx_phy. 761 If compiled as module, it will be called fec_mpc52xx_phy.
762 762
763config ATL2
764 tristate "Atheros L2 Fast Ethernet support"
765 depends on PCI
766 select CRC32
767 select MII
768 help
769 This driver supports the Atheros L2 fast ethernet adapter.
770
771 To compile this driver as a module, choose M here. The module
772 will be called atl2.
773
774config XILINX_EMACLITE 763config XILINX_EMACLITE
775 tristate "Xilinx 10/100 Ethernet Lite support" 764 tristate "Xilinx 10/100 Ethernet Lite support"
776 depends on PPC32 || MICROBLAZE 765 depends on PPC32 || MICROBLAZE
@@ -1031,40 +1020,6 @@ config XILINX_LL_TEMAC
1031 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC 1020 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
1032 core used in Xilinx Spartan and Virtex FPGAs 1021 core used in Xilinx Spartan and Virtex FPGAs
1033 1022
1034config ATL1
1035 tristate "Atheros/Attansic L1 Gigabit Ethernet support"
1036 depends on PCI
1037 select CRC32
1038 select MII
1039 help
1040 This driver supports the Atheros/Attansic L1 gigabit ethernet
1041 adapter.
1042
1043 To compile this driver as a module, choose M here. The module
1044 will be called atl1.
1045
1046config ATL1E
1047 tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)"
1048 depends on PCI && EXPERIMENTAL
1049 select CRC32
1050 select MII
1051 help
1052 This driver supports the Atheros L1E gigabit ethernet adapter.
1053
1054 To compile this driver as a module, choose M here. The module
1055 will be called atl1e.
1056
1057config ATL1C
1058 tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)"
1059 depends on PCI && EXPERIMENTAL
1060 select CRC32
1061 select MII
1062 help
1063 This driver supports the Atheros L1C gigabit ethernet adapter.
1064
1065 To compile this driver as a module, choose M here. The module
1066 will be called atl1c.
1067
1068config JME 1023config JME
1069 tristate "JMicron(R) PCI-Express Gigabit Ethernet support" 1024 tristate "JMicron(R) PCI-Express Gigabit Ethernet support"
1070 depends on PCI 1025 depends on PCI