From: Lukasz Majewski Date: Thu, 4 Apr 2019 10:26:45 +0000 (+0200) Subject: ARM: Enable CONFIG_DM_MMC and CONFIG_DM_BLK on HSC and DDC boards X-Git-Tag: v2019.07-rc2~30^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81253ebba2344bcac66d45d9f24d35f4bb679a4c;p=platform%2Fkernel%2Fu-boot.git ARM: Enable CONFIG_DM_MMC and CONFIG_DM_BLK on HSC and DDC boards This commit enables DM_MMC and DM_BLK on imx53 based HSC and DDC boards. Signed-off-by: Lukasz Majewski --- diff --git a/arch/arm/mach-imx/mx5/Kconfig b/arch/arm/mach-imx/mx5/Kconfig index 29051c4..cbffdae 100644 --- a/arch/arm/mach-imx/mx5/Kconfig +++ b/arch/arm/mach-imx/mx5/Kconfig @@ -27,6 +27,8 @@ config TARGET_KP_IMX53 select DM_I2C select DM_PMIC select DM_SERIAL + select DM_MMC + select BLK select MX53 imply CMD_DM