diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-14 01:06:03 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-09-14 22:54:19 +0900 |
commit | 14f4723466c53a022900c8e26b75eea470c869a7 (patch) | |
tree | 75f8fff9d61ee2036a86f4660b9458146c702e35 /arch | |
parent | 375241f39ba2f79890e7e424f24b99b7369eac91 (diff) | |
download | u-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 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 512e326..498658d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -855,6 +855,7 @@ config TARGET_COLIBRI_PXA270 config ARCH_UNIPHIER bool "Socionext UniPhier SoCs" + select BLK select CLK_UNIPHIER select DM select DM_GPIO |