summaryrefslogtreecommitdiff
path: root/configs/ti816x_evm_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-25 21:30:36 +0300
committerTom Rini <trini@konsulko.com>2020-06-30 22:02:45 +0300
commit9ccd840cca6dce435138fdecaf302eb197d3971e (patch)
tree78df28bb2cea1fa2242218a5c12d215be212ae2e /configs/ti816x_evm_defconfig
parenta3e7750d58697aa4ae935e9f684b64f5bec7a4cf (diff)
downloadu-boot-9ccd840cca6dce435138fdecaf302eb197d3971e.tar.xz
ti816x_evm: Enable DM_MMC
This platform is already using DM in general and the MMC controller is the early generation of what is compatible with "ti,omap4-hsmmc" so enable DM_MMC (which in turn gets BLK enabled). Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ti816x_evm_defconfig')
-rw-r--r--configs/ti816x_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig
index 98322b8008..453b88f910 100644
--- a/configs/ti816x_evm_defconfig
+++ b/configs/ti816x_evm_defconfig
@@ -49,6 +49,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_OMAP24XX=y
+CONFIG_DM_MMC=y
CONFIG_MMC_OMAP_HS=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y