diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-16 16:16:28 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-03-23 17:50:13 +0100 |
commit | 66e56302842e9971426bd7e504c4db4f88cbb037 (patch) | |
tree | 282487834267cbc494c730d31f04cb12f23a2397 /arch/arm64/configs | |
parent | efbd24646abc044f70afc53bd331c7b520f499fd (diff) |
arm64: defconfig: enable MVPP2
The MVPP2 network driver is used for the ARM64 Marvell Armada 7K and 8K
platforms, so enable it in the arm64 defconfig.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 19ce256f994e..8e27221afded 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -185,6 +185,7 @@ CONFIG_HNS_ENET=y CONFIG_E1000E=y CONFIG_IGB=y CONFIG_IGBVF=y +CONFIG_MVPP2=y CONFIG_MVNETA=y CONFIG_SKY2=y CONFIG_RAVB=y |