aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorKristoffer Glembo <kristoffer@gaisler.com>2010-02-14 22:33:44 -0500
committerDavid S. Miller <davem@davemloft.net>2010-02-17 18:59:40 -0500
commitd4c41139df6e74c6fff0cbac43e51cab782133be (patch)
treec0831f0896b680d272e3e20314c8b47efb9ca48c /drivers/net/Kconfig
parentb6ca430599ea37843632b0eaa231dea5414dec25 (diff)
net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver
Adds device driver for Aeroflex Gaisler 10/100 and 10/100/1G Ethernet MAC IP cores. Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 069057796bd7..17ff15f6099a 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -995,6 +995,14 @@ config ETHOC
995 help 995 help
996 Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC. 996 Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC.
997 997
998config GRETH
999 tristate "Aeroflex Gaisler GRETH Ethernet MAC support"
1000 depends on OF
1001 select PHYLIB
1002 select CRC32
1003 help
1004 Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.
1005
998config SMC911X 1006config SMC911X
999 tristate "SMSC LAN911[5678] support" 1007 tristate "SMSC LAN911[5678] support"
1000 select CRC32 1008 select CRC32