From: Mugunthan V N Date: Mon, 4 Apr 2016 11:58:04 +0000 (+0530) Subject: configs: dra72_evm: enable mmc driver model X-Git-Tag: v2016.05-rc2~47 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4965919496f57b348f5ccd85154d7813827d7cb2;p=u-boot configs: dra72_evm: enable mmc driver model enable mmc driver model for dra72 evm as omap_hsmmc supports driver model Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig index da249926d9..6626a1e3c6 100644 --- a/configs/dra72_evm_defconfig +++ b/configs/dra72_evm_defconfig @@ -25,3 +25,4 @@ CONFIG_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_USB=y CONFIG_USB_GADGET=y +CONFIG_DM_MMC=y