From 888422ea17c06491efb56486c4445502b6e7dc07 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Thu, 25 Feb 2021 09:44:35 +0100 Subject: configs: meson: use Designware glue driver for Amlogic Meson8b & later SoCs Use the proper Synopsys DWMAC Meson8b glue to handle the ethernet link type. Signed-off-by: Neil Armstrong --- configs/odroid-n2_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/odroid-n2_defconfig') diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig index 2e8b365ebc..d2a8c342c2 100644 --- a/configs/odroid-n2_defconfig +++ b/configs/odroid-n2_defconfig @@ -35,7 +35,7 @@ CONFIG_DM_MDIO_MUX=y CONFIG_MDIO_MUX_MESON_G12A=y CONFIG_PHY_REALTEK=y CONFIG_DM_ETH=y -CONFIG_ETH_DESIGNWARE=y +CONFIG_ETH_DESIGNWARE_MESON8B=y CONFIG_MESON_G12A_USB_PHY=y CONFIG_PINCTRL=y CONFIG_PINCTRL_MESON_G12A=y -- cgit