diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-10-31 18:13:33 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-01 19:36:56 -0400 |
commit | f63509810f1fd33e85c826ce9357f30765209698 (patch) | |
tree | 8bfc505b1ff1c13dd1c6f73cac0028dae5c3f6eb /arch/arm/configs/multi_v5_defconfig | |
parent | f631538d56338562e159616e34e297e22bc5f30d (diff) |
ARM: config: Add DLINK DIR665 options to multi_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>
Cc: arm@kernel.org
Link: https://lkml.kernel.org/r/1414793613-11798-5-git-send-email-andrew@lunn.ch
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/multi_v5_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 018bef9fa7e8..9d56781a8f80 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_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 |