Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4c41139 authored by Kristoffer Glembo's avatar Kristoffer Glembo Committed by David S. Miller
Browse files

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: default avatarKristoffer Glembo <kristoffer@gaisler.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b6ca4305
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2373,6 +2373,12 @@ F: Documentation/isdn/README.gigaset
F:	drivers/isdn/gigaset/
F:	include/linux/gigaset_dev.h

GRETH 10/100/1G Ethernet MAC device driver
M:	Kristoffer Glembo <kristoffer@gaisler.com>
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/net/greth*

HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
M:	Frank Seidel <frank@f-seidel.de>
L:	lm-sensors@lm-sensors.org
+8 −0
Original line number Diff line number Diff line
@@ -995,6 +995,14 @@ config ETHOC
	help
	  Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC.

config GRETH
	tristate "Aeroflex Gaisler GRETH Ethernet MAC support"
	depends on OF
	select PHYLIB
	select CRC32
	help
	  Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.

config SMC911X
	tristate "SMSC LAN911[5678] support"
	select CRC32
+1 −0
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@ pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o
obj-$(CONFIG_MLX4_CORE) += mlx4/
obj-$(CONFIG_ENC28J60) += enc28j60.o
obj-$(CONFIG_ETHOC) += ethoc.o
obj-$(CONFIG_GRETH) += greth.o

obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o