commit | 14f4723466c53a022900c8e26b75eea470c869a7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 14 01:06:03 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 14 22:54:19 2016 +0900 |
tree | 75f8fff9d61ee2036a86f4660b9458146c702e35 | |
parent | 375241f39ba2f79890e7e424f24b99b7369eac91 [diff] [blame] |
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>
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 ARCH_UNIPHIER bool "Socionext UniPhier SoCs" + select BLK select CLK_UNIPHIER select DM select DM_GPIO