From f0ad6e361df4d588c6a4a601e41b6a4804ea7f6d Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Mon, 4 Apr 2016 17:28:05 +0530 Subject: configs: dra74_evm: enable mmc driver model enable mmc driver model for dra74 evm as omap_hsmmc supports driver model Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- configs/dra74_evm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 9039b15df3..5f500040c4 100644 --- a/configs/dra74_evm_defconfig +++ b/configs/dra74_evm_defconfig @@ -24,3 +24,4 @@ CONFIG_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_USB=y CONFIG_USB_GADGET=y +CONFIG_DM_MMC=y -- cgit v1.2.1