diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-10-28 18:18:37 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-12-21 22:06:16 +0100 |
commit | d83d8d7b8aba23399a76ea648f7add417fa27f05 (patch) | |
tree | 302b5dbbfa844151c28f0d65e9f84f7e924a43cc /arch/arm64 | |
parent | arm64: defconfig: Enable QCOM PMIC thermal (diff) | |
download | linux-d83d8d7b8aba23399a76ea648f7add417fa27f05.tar.xz linux-d83d8d7b8aba23399a76ea648f7add417fa27f05.zip |
arm64: defconfig: Enable ATH10K_SNOC
The ath10k snoc is found on the Qualcomm QCS404 and SDM845, so enable
the driver for this.
Tested-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Reviewed-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20191028171837.3907550-1-bjorn.andersson@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2646fc76b8db..bab1f32c239c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -301,6 +301,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 |