diff mbox

ARM: uniphier: remove BLK select

Message ID 1481334745-3569-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 6c498835af560ad850de4dad4ff8c60d26ef2898
Headers show

Commit Message

Masahiro Yamada Dec. 10, 2016, 1:52 a.m. UTC
This is a user configurable option, but "select BLK" forces users to
enable it.

Even with this commit, BLK is still enabled by "default y if DM_MMC"
for UniPhier SoCs; the difference is users can disable it if they
do not need it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Masahiro Yamada Dec. 11, 2016, 9 a.m. UTC | #1
2016-12-10 10:52 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> This is a user configurable option, but "select BLK" forces users to

> enable it.

>

> Even with this commit, BLK is still enabled by "default y if DM_MMC"

> for UniPhier SoCs; the difference is users can disable it if they

> do not need it.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to u-boot-uniphier/master.



-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7203d63..714dd8b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -829,7 +829,6 @@  config TARGET_COLIBRI_PXA270
 
 config ARCH_UNIPHIER
 	bool "Socionext UniPhier SoCs"
-	select BLK
 	select CLK_UNIPHIER
 	select DM
 	select DM_GPIO