2019-10-28 21:35:13

by Bjorn Andersson

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: Enable ATH10K_SNOC

The ath10k snoc is found on the Qualcomm QCS404 and SDM845, so enable
the driver for this.

Signed-off-by: Bjorn Andersson <[email protected]>
---
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


2019-12-21 20:59:25

by Jeffrey Hugo

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: Enable ATH10K_SNOC

On Mon, Oct 28, 2019 at 11:18 AM Bjorn Andersson
<[email protected]> wrote:
>
> The ath10k snoc is found on the Qualcomm QCS404 and SDM845, so enable
> the driver for this.
>
> Signed-off-by: Bjorn Andersson <[email protected]>

This also works for MSM8998, particularly the Lenovo Miix 630 laptop.

Reviewed-by: Jeffrey Hugo <[email protected]>
Tested-by: Jeffrey Hugo <[email protected]>

> ---
> 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
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

2019-12-23 04:46:35

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: Enable ATH10K_SNOC

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 <[email protected]>

--
~Vinod