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

Commit 34ff6846 authored by Ioana Radulescu's avatar Ioana Radulescu Committed by David S. Miller
Browse files

dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/net



The DPAA2 Ethernet driver supports Freescale/NXP SoCs with DPAA2
(DataPath Acceleration Architecture v2). The driver manages
network objects discovered on the fsl-mc bus.

Signed-off-by: default avatarIoana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7f12c8a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ DPAA2 Documentation

   overview
   dpio-driver
   ethernet-driver
+2 −2
Original line number Diff line number Diff line
@@ -4527,9 +4527,9 @@ F: drivers/soc/fsl/dpio

DPAA2 ETHERNET DRIVER
M:	Ioana Radulescu <ruxandra.radulescu@nxp.com>
L:	linux-kernel@vger.kernel.org
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/staging/fsl-dpaa2/ethernet
F:	drivers/net/ethernet/freescale/dpaa2

DPAA2 ETHERNET SWITCH DRIVER
M:	Ioana Radulescu <ruxandra.radulescu@nxp.com>
+8 −0
Original line number Diff line number Diff line
@@ -97,4 +97,12 @@ config GIANFAR

source "drivers/net/ethernet/freescale/dpaa/Kconfig"

config FSL_DPAA2_ETH
	tristate "Freescale DPAA2 Ethernet"
	depends on FSL_MC_BUS && FSL_MC_DPIO
	depends on NETDEVICES && ETHERNET
	---help---
	  Ethernet driver for Freescale DPAA2 SoCs, using the
	  Freescale MC bus driver

endif # NET_VENDOR_FREESCALE
+2 −0
Original line number Diff line number Diff line
@@ -21,3 +21,5 @@ ucc_geth_driver-objs := ucc_geth.o ucc_geth_ethtool.o

obj-$(CONFIG_FSL_FMAN) += fman/
obj-$(CONFIG_FSL_DPAA_ETH) += dpaa/

obj-$(CONFIG_FSL_DPAA2_ETH) += dpaa2/
Loading