Message ID | 20191028171837.3907550-1-bjorn.andersson@linaro.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | d83d8d7b8aba23399a76ea648f7add417fa27f05 |
Headers | show |
Series | arm64: defconfig: Enable ATH10K_SNOC | expand |
On Mon, Oct 28, 2019 at 11:18 AM Bjorn Andersson <bjorn.andersson@linaro.org> wrote: > > The ath10k snoc is found on the Qualcomm QCS404 and SDM845, so enable > the driver for this. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> This also works for MSM8998, particularly the Lenovo Miix 630 laptop. Reviewed-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> Tested-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index e5e83dbf1433..c350ca25ba8e 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -308,6 +308,7 @@ CONFIG_USB_NET_PLUSB=m > CONFIG_USB_NET_MCS7830=m > CONFIG_ATH10K=m > CONFIG_ATH10K_PCI=m > +CONFIG_ATH10K_SNOC=m > CONFIG_BRCMFMAC=m > CONFIG_MWIFIEX=m > CONFIG_MWIFIEX_PCIE=m > -- > 2.23.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On 28-10-19, 10:18, Bjorn Andersson wrote: > The ath10k snoc is found on the Qualcomm QCS404 and SDM845, so enable > the driver for this. Reviewed-by: Vinod Koul <vkoul@kernel.org>
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e5e83dbf1433..c350ca25ba8e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -308,6 +308,7 @@ CONFIG_USB_NET_PLUSB=m CONFIG_USB_NET_MCS7830=m CONFIG_ATH10K=m CONFIG_ATH10K_PCI=m +CONFIG_ATH10K_SNOC=m CONFIG_BRCMFMAC=m CONFIG_MWIFIEX=m CONFIG_MWIFIEX_PCIE=m
The ath10k snoc is found on the Qualcomm QCS404 and SDM845, so enable the driver for this. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)