diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-04-04 17:28:05 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-18 12:29:21 -0400 |
commit | f0ad6e361df4d588c6a4a601e41b6a4804ea7f6d (patch) | |
tree | 3819c4fa3b40bc7018157782e3d06fc5bf543296 /configs | |
parent | 4965919496f57b348f5ccd85154d7813827d7cb2 (diff) | |
download | u-boot-imx-f0ad6e361df4d588c6a4a601e41b6a4804ea7f6d.zip u-boot-imx-f0ad6e361df4d588c6a4a601e41b6a4804ea7f6d.tar.gz u-boot-imx-f0ad6e361df4d588c6a4a601e41b6a4804ea7f6d.tar.bz2 |
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 <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dra74_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 9039b15..5f50004 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 |