From: Michal Simek Date: Tue, 15 Jan 2019 08:06:46 +0000 (+0100) Subject: ARM: zynqmp_r5: Setup DM_ETH/MMC if NET/MMC is enabled X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb809b0f957d0b3d776467cb9333d34f7b420305;p=thirdparty%2Fu-boot.git ARM: zynqmp_r5: Setup DM_ETH/MMC if NET/MMC is enabled Setup proper ETH/MMC dependency for the whole platform. Signed-off-by: Michal Simek --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 16f64c18c6b..1213ff309b5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -929,6 +929,8 @@ config ARCH_ZYNQMP_R5 select CLK select CPU_V7R select DM + select DM_ETH if NET + select DM_MMC if MMC select DM_SERIAL select OF_CONTROL imply CMD_DM