[PATCH] arm64: defconfig: Enable MediaTek STAR Ethernet MAC

Nícolas F. R. A. Prado posted 1 patch 12 months ago
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
[PATCH] arm64: defconfig: Enable MediaTek STAR Ethernet MAC
Posted by Nícolas F. R. A. Prado 12 months ago
Enable CONFIG_NET_VENDOR_MEDIATEK and CONFIG_NET_MEDIATEK_STAR_EMAC in
the defconfig to allow usage of the Ethernet controller on the MT8365
SoC.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dfa5c8d5b65863741be7d7d3c6f6f05567d336da..0de2dcb5799f4b405fbfdfd9f2d0afdd053d0c07 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -360,6 +360,8 @@ CONFIG_IGBVF=y
 CONFIG_MVNETA=y
 CONFIG_MVPP2=y
 CONFIG_SKY2=y
+CONFIG_NET_VENDOR_MEDIATEK=y
+CONFIG_NET_MEDIATEK_STAR_EMAC=m
 CONFIG_MLX4_EN=m
 CONFIG_MLX5_CORE=m
 CONFIG_MLX5_CORE_EN=y

---
base-commit: e25c8d66f6786300b680866c0e0139981273feba
change-id: 20241220-mt8365-eth-config-23ef81e5d938

Best regards,
-- 
Nícolas F. R. A. Prado <nfraprado@collabora.com>

Re: [PATCH] arm64: defconfig: Enable MediaTek STAR Ethernet MAC
Posted by AngeloGioacchino Del Regno 12 months ago
On Fri, 20 Dec 2024 13:50:44 -0300, Nícolas F. R. A. Prado wrote:
> Enable CONFIG_NET_VENDOR_MEDIATEK and CONFIG_NET_MEDIATEK_STAR_EMAC in
> the defconfig to allow usage of the Ethernet controller on the MT8365
> SoC.
> 
> 

Applied to v6.13-next/defconfig, thanks!

[1/1] arm64: defconfig: Enable MediaTek STAR Ethernet MAC
      commit: 6140ae05d79ce063c976b2cc5660c76e98fbf9c6

Cheers,
Angelo