From cc696e7caec612c1e334db8cd729e0045662bf00 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Thu, 11 Jun 2020 12:03:18 +0100 Subject: arm: juno: Enable DM_ETH The smc911X driver is now DM enabled, so we can switch the Juno board over to use DM_ETH for the on-board Fast Ethernet device. Works out of the box by using the DT. Signed-off-by: Andre Przywara Reviewed-by: Linus Walleij --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 832686596e2..f115fcdcc46 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1180,7 +1180,7 @@ config TARGET_VEXPRESS64_JUNO select DM_SERIAL select ARM_PSCI_FW select PSCI_RESET - select DM + select DM_ETH select BLK select USB select DM_USB -- cgit v1.3.1