diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-04-04 11:58:04 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-18 16:29:20 (GMT) |
commit | 4965919496f57b348f5ccd85154d7813827d7cb2 (patch) | |
tree | 3ee3eec20f02037d4cd1f234370c63904129493e | |
parent | e36142143005e86d2d083d9549836c32bb3a6120 (diff) | |
download | u-boot-fsl-qoriq-4965919496f57b348f5ccd85154d7813827d7cb2.tar.xz |
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 <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | configs/dra72_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig index da24992..6626a1e 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 |