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-Tag: v2019.04-rc1~28^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f96fb508df5c23c34fb801f75e7b7166833e435;p=platform%2Fkernel%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 271d883..8346b17 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -931,6 +931,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