]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynqmp_r5: Setup DM_ETH/MMC if NET/MMC is enabled
authorMichal Simek <michal.simek@xilinx.com>
Tue, 15 Jan 2019 08:06:46 +0000 (09:06 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 28 Jan 2019 07:36:34 +0000 (08:36 +0100)
Setup proper ETH/MMC dependency for the whole platform.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig

index 16f64c18c6b022b808c8ca5219209966e9d615b8..1213ff309b57d4960ee0b2d2a9678276214f1661 100644 (file)
@@ -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