[PATCH] arm64: defconfig: Enable MT7921S support

From: Gary Bisson

Date: Tue Mar 10 2026 - 11:56:59 EST


Enable MT7921S which is the SDIO variant of the MT7921, also called
Filogic 320 [1].
This driver is now used by Tungsten510/700 platforms which are now
included upstream.

[1] https://www.mediatek.com/products/broadband-wifi/mediatek-filogic-320

Signed-off-by: Gary Bisson <bisson.gary@xxxxxxxxx>
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b67d5b1fc45b..d469ad15dc69 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -200,6 +200,7 @@ CONFIG_BT_HCIUART_QCA=y
CONFIG_BT_HCIUART_MRVL=y
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
+CONFIG_BT_MTKSDIO=m
CONFIG_BT_QCOMSMD=m
CONFIG_BT_NXPUART=m
CONFIG_CFG80211=m
@@ -462,6 +463,7 @@ CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
CONFIG_MWIFIEX_USB=m
CONFIG_MT7921E=m
+CONFIG_MT7921S=m
CONFIG_RSI_91X=m
CONFIG_WL18XX=m
CONFIG_WLCORE_SDIO=m

---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260310-mtkdefconfig-5d9626f242c7

Best regards,
--
Gary Bisson <bisson.gary@xxxxxxxxx>