summaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-14 01:06:03 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-14 22:54:19 +0900
commit14f4723466c53a022900c8e26b75eea470c869a7 (patch)
tree75f8fff9d61ee2036a86f4660b9458146c702e35 /drivers/mmc/Kconfig
parent375241f39ba2f79890e7e424f24b99b7369eac91 (diff)
downloadu-boot-imx-14f4723466c53a022900c8e26b75eea470c869a7.zip
u-boot-imx-14f4723466c53a022900c8e26b75eea470c869a7.tar.gz
u-boot-imx-14f4723466c53a022900c8e26b75eea470c869a7.tar.bz2
mmc: uniphier-sd: migrate to CONFIG_BLK
This is the state-of-the-art MMC driver implementation. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index a71afa5..ba9a723 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -80,6 +80,7 @@ config ROCKCHIP_SDHCI
config MMC_UNIPHIER
bool "UniPhier SD/MMC Host Controller support"
depends on ARCH_UNIPHIER
+ depends on BLK
select DM_MMC_OPS
help
This selects support for the SD/MMC Host Controller on UniPhier SoCs.