aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-24 17:51:26 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-13 02:47:03 -0400
commit1fe003fd4247edf0d1ccf32061b046b90492a954 (patch)
tree402789a0fa44824a74c880828161b61394d392b2 /drivers/net/Kconfig
parent4ee542995273f6d6a83bc76cd13d71662f1c141c (diff)
greth: Move the Aeroflex Gaisler driver
Move the Aeroflex Gaisler driver into drivers/net/ethernet/aeroflex/ and make the necessary Kconfig and Makefile changes. CC: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index fe2a8bc7d0d..75ca0da52ea 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -291,14 +291,6 @@ config ENC28J60_WRITEVERIFY
291 Enable the verify after the buffer write useful for debugging purpose. 291 Enable the verify after the buffer write useful for debugging purpose.
292 If unsure, say N. 292 If unsure, say N.
293 293
294config GRETH
295 tristate "Aeroflex Gaisler GRETH Ethernet MAC support"
296 depends on SPARC
297 select PHYLIB
298 select CRC32
299 help
300 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.
301
302config NET_PCI 294config NET_PCI
303 bool "EISA, VLB, PCI and on board controllers" 295 bool "EISA, VLB, PCI and on board controllers"
304 depends on ISA || EISA || PCI 296 depends on ISA || EISA || PCI