From: Andrej Rosano Date: Tue, 17 Aug 2021 09:34:03 +0000 (+0200) Subject: imx53: usbarmory: Use ethernet driver model X-Git-Tag: v2022.01-rc1~19^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23ce06b24648a46e9fc6fa82c40e95f13078c0f4;p=thirdparty%2Fu-boot.git imx53: usbarmory: Use ethernet driver model Enable ethernet driver model as it is mandatory. Signed-off-by: Andrej Rosano --- diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig index f259554645f..a4cdccad2b5 100644 --- a/configs/usbarmory_defconfig +++ b/configs/usbarmory_defconfig @@ -39,3 +39,4 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_MXC_UART=y CONFIG_USB=y CONFIG_USB_EHCI_MX5=y +CONFIG_DM_ETH=y