diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-10-28 10:18:37 -0700 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-12-21 13:06:16 -0800 |
commit | d83d8d7b8aba23399a76ea648f7add417fa27f05 (patch) | |
tree | 302b5dbbfa844151c28f0d65e9f84f7e924a43cc /arch/arm64/configs | |
parent | 2dcb404529f41368c6525497f25ad3be61e31d03 (diff) | |
download | lwn-d83d8d7b8aba23399a76ea648f7add417fa27f05.tar.gz lwn-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/configs')
-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 |