summaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-25 14:52:35 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-28 12:39:47 +0900
commit3937404f8b80eb482661a182ebb774e96356c607 (patch)
treef62f6b5686a5ecf693cccb815dd5b6acd8e8990e /drivers/mmc/Kconfig
parent4a70d2622377fd04cd72d1da568acf71d23e02b6 (diff)
downloadu-boot-imx-3937404f8b80eb482661a182ebb774e96356c607.zip
u-boot-imx-3937404f8b80eb482661a182ebb774e96356c607.tar.gz
u-boot-imx-3937404f8b80eb482661a182ebb774e96356c607.tar.bz2
mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS
Catch up with the DM migration. As struct dm_mmc_ops does not have .init callback, call the init function directly from the probe function. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
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 3616dee..a71afa5 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
+ select DM_MMC_OPS
help
This selects support for the SD/MMC Host Controller on UniPhier SoCs.