diff options
author | Marcin Wojtas <mw@semihalf.com> | 2014-07-10 21:52:16 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-13 23:54:47 +0200 |
commit | 22bb9d217a7fa47d03cce2c9c37a42963322a56a (patch) | |
tree | 50dd748385d7bf6a63838a3c60aeacb23cc49f1f /arch/arm | |
parent | ARM: mvebu: add devtmpfs to mvebu_v5_defconfig (diff) | |
download | linux-22bb9d217a7fa47d03cce2c9c37a42963322a56a.tar.xz linux-22bb9d217a7fa47d03cce2c9c37a42963322a56a.zip |
ARM: mvebu: enable Armada 375 network driver in mvebu_v7_defconfig
Now that the Armada 375 network driver has been pushed, let's enable it
in mvebu_v7_defconfig.
Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Link: https://lkml.kernel.org/r/1405021936-28658-5-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index e11170e37442..f3e4e6d32506 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -45,6 +45,7 @@ CONFIG_AHCI_MVEBU=y CONFIG_SATA_MV=y CONFIG_NETDEVICES=y CONFIG_MVNETA=y +CONFIG_MVPP2=y CONFIG_MARVELL_PHY=y CONFIG_MWIFIEX=y CONFIG_MWIFIEX_SDIO=y |