2023-09-28 12:49:54

by Macpaul Lin

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: Enable DWMAC_MEDIATEK ethernet driver

Enable DWMAC_MEDIATEK ethernet driver to be built as a module.
This controller is available for MT8195, MT8188, MT8395, and MT8390 SOCs.

Signed-off-by: Macpaul Lin <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a25d783dfb95..76105021b854 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -361,6 +361,7 @@ CONFIG_SMSC911X=y
CONFIG_SNI_AVE=y
CONFIG_SNI_NETSEC=y
CONFIG_STMMAC_ETH=m
+CONFIG_DWMAC_MEDIATEK=m
CONFIG_DWMAC_TEGRA=m
CONFIG_TI_K3_AM65_CPSW_NUSS=y
CONFIG_QCOM_IPA=m
--
2.18.0