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.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=6f96fb508df5c23c34fb801f75e7b7166833e435;p=u-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 271d883d99..8346b172ac 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