commit | e67eac0b9ff62f9aff7dedb07bf3983749e0510a | [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 | 94bb2fd9cedc54b88c21d486647afff83d344740 [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