Commit 8b0215aa authored by Oskar Schirmer's avatar Oskar Schirmer Committed by Chris Zankel
Browse files

s6gmac: xtensa s6000 on-chip ethernet driver



The s6000 on-chip MAC supports 10/100/1000Mbit and is connected to an
external PHY via MII or RGMII interface.

[jw@emlix.com: don't use device->bus_id directly]
Signed-off-by: default avatarOskar Schirmer <os@emlix.com>
Signed-off-by: default avatarDaniel Glockner <dg@emlix.com>
Acked-by: default avatar"David S. Miller" <davem@davemloft.net>
Signed-off-by: default avatarJohannes Weiner <jw@emlix.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 0b3eb21b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2443,6 +2443,17 @@ config JME
	  To compile this driver as a module, choose M here. The module
	  will be called jme.

config S6GMAC
	tristate "S6105 GMAC ethernet support"
	depends on XTENSA_VARIANT_S6000
	select PHYLIB
	help
	  This driver supports the on chip ethernet device on the
	  S6105 xtensa processor.

	  To compile this driver as a module, choose M here. The module
	  will be called s6gmac.

endif # NETDEV_1000

#
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o

obj-$(CONFIG_DNET) += dnet.o
obj-$(CONFIG_MACB) += macb.o
obj-$(CONFIG_S6GMAC) += s6gmac.o

obj-$(CONFIG_ARM) += arm/
obj-$(CONFIG_DEV_APPLETALK) += appletalk/

drivers/net/s6gmac.c

0 → 100644
+1073 −0

File added.

Preview size limit exceeded, changes collapsed.