diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2017-04-14 19:50:02 +0200 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-05-15 18:28:21 +0900 |
commit | b5511d6cb8dc601efc14b8cf607553e3ad4fb5e6 (patch) | |
tree | f12053aaa5fc40492e79d5e466d6b1a388d0b70d /drivers/mmc/Kconfig | |
parent | e83d61a57d8abcbf68b81a81dd468149a2a250b0 (diff) | |
download | u-boot-b5511d6cb8dc601efc14b8cf607553e3ad4fb5e6.tar.gz |
drivers: omap_hsmmc: move to DM_MMC_OPS
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 6ac26dd137..ac57867378 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -138,6 +138,7 @@ config MMC_PCI config MMC_OMAP_HS bool "TI OMAP High Speed Multimedia Card Interface support" + select DM_MMC_OPS if DM_MMC help This selects the TI OMAP High Speed Multimedia card Interface. If you have an omap2plus board with a Multimedia Card slot, |