[PATCH 02/13] arm64: defconfig: Enable ATH10K_SDIO

Nícolas F. R. A. Prado nfraprado at collabora.com
Tue Nov 8 15:22:17 PST 2022


Enable support for the ATH10K wireless adapter when connected through a
SDIO/MMC bus. It is used by mt8183-kukui based devices.

By enabling this on the defconfig we make it effortless to test the
relevant hardware on CI systems like KernelCI.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado at collabora.com>
---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 171fbecd7372..af072b47f762 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -392,6 +392,7 @@ CONFIG_USB_NET_PLUSB=m
 CONFIG_USB_NET_MCS7830=m
 CONFIG_ATH10K=m
 CONFIG_ATH10K_PCI=m
+CONFIG_ATH10K_SDIO=m
 CONFIG_ATH10K_SNOC=m
 CONFIG_WCN36XX=m
 CONFIG_ATH11K=m
-- 
2.38.1




More information about the linux-arm-kernel mailing list