summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-10-22 12:13:14 +0200
committerTom Rini <trini@ti.com>2014-10-23 09:59:21 -0400
commit19fc2eae6defbf1fba494a523749dd69a80cc58b (patch)
tree7f4cb61d1cb59a38d54c75ef3eb354564730f088 /drivers/net/Makefile
parent96c5f0816a95c80e993140e34e1b06c016e90f36 (diff)
downloadtalos-obmc-uboot-19fc2eae6defbf1fba494a523749dd69a80cc58b.tar.gz
talos-obmc-uboot-19fc2eae6defbf1fba494a523749dd69a80cc58b.zip
net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC
This patch adds support for the NETA ethernet controller which is integrated in the Marvell Armada XP SoC's. This port is based on the Linux driver which has been stripped of the in U-Boot unused portions. Tested on the Marvell MV78460 eval board db-78460-bp. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Joe Hershberger <joe.hershberger@gmail.com> Tested-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 2c4dd7cb6a..fb0cf8c1cf 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -41,6 +41,7 @@ obj-$(CONFIG_MCFFEC) += mcffec.o mcfmii.o
obj-$(CONFIG_MPC5xxx_FEC) += mpc5xxx_fec.o
obj-$(CONFIG_MPC512x_FEC) += mpc512x_fec.o
obj-$(CONFIG_MVGBE) += mvgbe.o
+obj-$(CONFIG_MVNETA) += mvneta.o
obj-$(CONFIG_NATSEMI) += natsemi.o
obj-$(CONFIG_DRIVER_NE2000) += ne2000.o ne2000_base.o
obj-$(CONFIG_DRIVER_AX88796L) += ax88796.o ne2000_base.o
OpenPOWER on IntegriCloud