diff options
author | Marcin Wojtas <mw@semihalf.com> | 2014-07-10 21:52:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-11 02:18:24 +0200 |
commit | 3f518509dedc99f0b755d2ce68d24f610e3a005a (patch) | |
tree | dec5c4c2a566e0957f34bec64f5cf2b2a77d141d /drivers/net/ethernet/marvell/Makefile | |
parent | ipv6: fix the check when handle RA (diff) | |
download | linux-3f518509dedc99f0b755d2ce68d24f610e3a005a.tar.xz linux-3f518509dedc99f0b755d2ce68d24f610e3a005a.zip |
ethernet: Add new driver for Marvell Armada 375 network unit
This commit adds a new network driver for the network controller in Marvell
Armada 375 SoC.
Given the controller is very different from the ones in the other Marvell
SoCs that use the mv643xx_eth (Kirkwood, Orion, Discovery) and mvneta
(Armada 370/38x/XP) drivers, a new driver is needed.
Signed-off-by: Marcin Wojtas <mw@semihalf.com>
[Ezequiel: coding style cleanup]
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/Makefile')
-rw-r--r-- | drivers/net/ethernet/marvell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/Makefile b/drivers/net/ethernet/marvell/Makefile index 5c4a7765ff0e..f6425bd2884b 100644 --- a/drivers/net/ethernet/marvell/Makefile +++ b/drivers/net/ethernet/marvell/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_MVMDIO) += mvmdio.o obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o obj-$(CONFIG_MVNETA) += mvneta.o +obj-$(CONFIG_MVPP2) += mvpp2.o obj-$(CONFIG_PXA168_ETH) += pxa168_eth.o obj-$(CONFIG_SKGE) += skge.o obj-$(CONFIG_SKY2) += sky2.o |