Message ID | 1414793613-11798-5-git-send-email-andrew@lunn.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
arm-soc folks, On Fri, Oct 31, 2014 at 11:13:33PM +0100, Andrew Lunn wrote: > 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 > --- > arch/arm/configs/multi_v5_defconfig | 2 ++ > 1 file changed, 2 insertions(+) I went ahead and picked this since I don't foresee too many conflicts like there are with multi_v7_defconfig. Please let me know if you would prefer to take changes to this file directly. thx, Jason.
On Sat, Nov 01, 2014 at 07:42:20PM -0400, Jason Cooper wrote: > arm-soc folks, > > On Fri, Oct 31, 2014 at 11:13:33PM +0100, Andrew Lunn wrote: > > 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 > > --- > > arch/arm/configs/multi_v5_defconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > I went ahead and picked this since I don't foresee too many conflicts > like there are with multi_v7_defconfig. Please let me know if you would > prefer to take changes to this file directly. Depends on if there's much other v5 activity this cycle or not. I don't think there is a whole lot so you should be safe. -Olof
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 CONFIG_SATA_MV=y CONFIG_NETDEVICES=y CONFIG_NET_DSA_MV88E6123_61_65=y +CONFIG_NET_DSA_MV88E6171=y CONFIG_MV643XX_ETH=y CONFIG_R8169=y CONFIG_MARVELL_PHY=y +CONFIG_MWL8K=m CONFIG_LIBERTAS=y CONFIG_LIBERTAS_SDIO=y CONFIG_INPUT_EVDEV=y
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 --- arch/arm/configs/multi_v5_defconfig | 2 ++ 1 file changed, 2 insertions(+)