diff options
author | 2024-12-16 16:51:26 -0300 | |
---|---|---|
committer | 2024-12-23 12:08:29 +0100 | |
commit | cab316255951188fb2847af04f2123c1ab85dadf (patch) | |
tree | d741df098aeb4f9f06984499f1f9aa5547e93b64 | |
parent | arm64: defconfig: Enable sound for MT8188 (diff) | |
download | wireguard-linux-cab316255951188fb2847af04f2123c1ab85dadf.tar.xz wireguard-linux-cab316255951188fb2847af04f2123c1ab85dadf.zip |
arm64: defconfig: Enable MediaTek DWMAC
Enable the config for the DWMAC MediaTek glue layer to allow usage of
the Ethernet controller present on MT8195 and MT8188 SoCs.
Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20241216-genio700-configs-eth-sound-v1-2-04a719035d6e@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f6f37c2eb5e8..fd979ca00b74 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -375,6 +375,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_TI_ICSSG_PRUETH=m |