[net PATCH] net: ethernet: mediatek: only enable WED for ARM64 architecture

Shiji Yang yangshiji66 at outlook.com
Fri Sep 18 09:38:30 PDT 2026


Currently, only MT7622 and MT798x SoCs support WED features. They
are all ARM64 platforms. And it is unlikely that MediaTek will
release a new net chip based on ARM32 architecture in the future.

Fixes: 804775dfc288 ("net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)")
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
---
 drivers/net/ethernet/mediatek/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mediatek/Kconfig b/drivers/net/ethernet/mediatek/Kconfig
index 2ba361f8ce7d..7737f2f15478 100644
--- a/drivers/net/ethernet/mediatek/Kconfig
+++ b/drivers/net/ethernet/mediatek/Kconfig
@@ -8,7 +8,7 @@ config NET_VENDOR_MEDIATEK
 if NET_VENDOR_MEDIATEK
 
 config NET_MEDIATEK_SOC_WED
-	depends on ARCH_MEDIATEK || COMPILE_TEST
+	depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
 	def_bool NET_MEDIATEK_SOC != n
 
 config NET_MEDIATEK_SOC
-- 
2.53.0




More information about the linux-arm-kernel mailing list