diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-11-05 14:02:01 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-06 22:31:21 -0500 |
commit | 64bbc2bf639cd7891d6d9589ad665f1b30ee1b4a (patch) | |
tree | 795c0fc49fc6a62bbc6f0c305ce7a743813d06b7 /arch/arm/configs | |
parent | 59d4a95ad41cb4cdb6a64625881e37a67968dde2 (diff) |
ARM: mvebu: defconfig: Enable the mv88E6171 switch driver
This switch is used by the 370-rd. Enable it and support for
fixed-link phy configuration.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1415214121-29286-4-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index ba43804aa281..9ca7e7822288 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig | |||
@@ -59,10 +59,12 @@ CONFIG_ATA=y | |||
59 | CONFIG_AHCI_MVEBU=y | 59 | CONFIG_AHCI_MVEBU=y |
60 | CONFIG_SATA_MV=y | 60 | CONFIG_SATA_MV=y |
61 | CONFIG_NETDEVICES=y | 61 | CONFIG_NETDEVICES=y |
62 | CONFIG_NET_DSA_MV88E6171=y | ||
62 | CONFIG_MV643XX_ETH=y | 63 | CONFIG_MV643XX_ETH=y |
63 | CONFIG_MVNETA=y | 64 | CONFIG_MVNETA=y |
64 | CONFIG_MVPP2=y | 65 | CONFIG_MVPP2=y |
65 | CONFIG_MARVELL_PHY=y | 66 | CONFIG_MARVELL_PHY=y |
67 | CONFIG_FIXED_PHY=y | ||
66 | CONFIG_MWIFIEX=y | 68 | CONFIG_MWIFIEX=y |
67 | CONFIG_MWIFIEX_SDIO=y | 69 | CONFIG_MWIFIEX_SDIO=y |
68 | CONFIG_INPUT_EVDEV=y | 70 | CONFIG_INPUT_EVDEV=y |