aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/Kconfig
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@microsoft.com>2020-07-02 16:12:41 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-03 14:46:24 -0700
commitb27db2274ba8a62512603ba874c1e992fb7de1f4 (patch)
treec8fc9ebb5d79bcd8705dc0d829f75b48ecd0239c /drivers/net/ethernet/marvell/Kconfig
parentmvpp2: refactor BM pool init percpu code (diff)
downloadlinux-dev-b27db2274ba8a62512603ba874c1e992fb7de1f4.tar.xz
linux-dev-b27db2274ba8a62512603ba874c1e992fb7de1f4.zip
mvpp2: use page_pool allocator
Use the page_pool API for memory management. This is a prerequisite for native XDP support. Tested-by: Sven Auhagen <sven.auhagen@voleatech.de> Signed-off-by: Matteo Croce <mcroce@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/Kconfig')
-rw-r--r--drivers/net/ethernet/marvell/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig
index cd8ddd1ef6f2..ef4f35ba077d 100644
--- a/drivers/net/ethernet/marvell/Kconfig
+++ b/drivers/net/ethernet/marvell/Kconfig
@@ -87,6 +87,7 @@ config MVPP2
depends on ARCH_MVEBU || COMPILE_TEST
select MVMDIO
select PHYLINK
+ select PAGE_POOL
help
This driver supports the network interface units in the
Marvell ARMADA 375, 7K and 8K SoCs.