diff options
author | Sekhar Nori <nsekhar@ti.com> | 2016-08-10 19:24:06 +0530 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2016-08-16 10:24:11 +0900 |
commit | ba92cd74d227b0d3f39c2452513055c1477697e9 (patch) | |
tree | 80c6511147b099089c978ead04fb08debb80bae1 /configs | |
parent | ce52531c5df871766bf0e19bb7c4cf3eff0d2d15 (diff) |
defconfig: k2g_evm_defconfig: Enable mmc driver model
K2G can benefit from driver model support in the
MMC/SD driver it uses: omap_hsmmc
Enable driver model MMC support for K2G.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/k2g_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig index 5d44e8deb3d..825de72f948 100644 --- a/configs/k2g_evm_defconfig +++ b/configs/k2g_evm_defconfig @@ -32,6 +32,7 @@ CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_DM_ETH=y +CONFIG_DM_MMC=y CONFIG_REMOTEPROC_TI_POWER=y CONFIG_SYS_NS16550=y CONFIG_USB=y |