diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-10-31 18:13:32 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-01 19:36:50 -0400 |
commit | f631538d56338562e159616e34e297e22bc5f30d (patch) | |
tree | 733a47909481fd666bafcbc685457e5bd2387dad | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ARM: mvebu: Add DLINK DIR665 options to mvebu_v5_defconfig
Enable building of the switch chip driver and the wireless driver
needed by the DLINK DIR665
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1414793613-11798-4-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/configs/mvebu_v5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig index 22058e18dfaa..824de499237b 100644 --- a/arch/arm/configs/mvebu_v5_defconfig +++ b/arch/arm/configs/mvebu_v5_defconfig | |||
@@ -67,9 +67,11 @@ CONFIG_SATA_AHCI=y | |||
67 | CONFIG_SATA_MV=y | 67 | CONFIG_SATA_MV=y |
68 | CONFIG_NETDEVICES=y | 68 | CONFIG_NETDEVICES=y |
69 | CONFIG_NET_DSA_MV88E6123_61_65=y | 69 | CONFIG_NET_DSA_MV88E6123_61_65=y |
70 | CONFIG_NET_DSA_MV88E6171=y | ||
70 | CONFIG_MV643XX_ETH=y | 71 | CONFIG_MV643XX_ETH=y |
71 | CONFIG_R8169=y | 72 | CONFIG_R8169=y |
72 | CONFIG_MARVELL_PHY=y | 73 | CONFIG_MARVELL_PHY=y |
74 | CONFIG_MWL8K=m | ||
73 | CONFIG_LIBERTAS=y | 75 | CONFIG_LIBERTAS=y |
74 | CONFIG_LIBERTAS_SDIO=y | 76 | CONFIG_LIBERTAS_SDIO=y |
75 | CONFIG_INPUT_EVDEV=y | 77 | CONFIG_INPUT_EVDEV=y |