diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-03-14 09:39:05 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-14 17:19:47 +0100 |
commit | baa11ebc0c7680861f74f8a11dca903e4b421262 (patch) | |
tree | 4b3579d7e2bd56b1c529fdd7620dd58826971997 /drivers/net/ethernet/marvell/Kconfig | |
parent | net: add a hardware buffer management helper API (diff) | |
download | linux-baa11ebc0c7680861f74f8a11dca903e4b421262.tar.xz linux-baa11ebc0c7680861f74f8a11dca903e4b421262.zip |
net: mvneta: Use the new hwbm framework
Now that the hardware buffer management framework had been introduced,
let's use it.
Tested-by: Sebastian Careba <nitroshift@yahoo.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/Kconfig b/drivers/net/ethernet/marvell/Kconfig index ac6605c62f46..62d80fddbe34 100644 --- a/drivers/net/ethernet/marvell/Kconfig +++ b/drivers/net/ethernet/marvell/Kconfig @@ -43,6 +43,7 @@ config MVMDIO config MVNETA_BM tristate "Marvell Armada 38x/XP network interface BM support" depends on MVNETA + select HWBM ---help--- This driver supports auxiliary block of the network interface units in the Marvell ARMADA XP and ARMADA 38x SoC |