From 23ce06b24648a46e9fc6fa82c40e95f13078c0f4 Mon Sep 17 00:00:00 2001 From: Andrej Rosano Date: Tue, 17 Aug 2021 11:34:03 +0200 Subject: imx53: usbarmory: Use ethernet driver model Enable ethernet driver model as it is mandatory. Signed-off-by: Andrej Rosano --- configs/usbarmory_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig index f259554..a4cdcca 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 -- cgit v1.1