All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: uniphier: remove BLK select
@ 2016-12-10  1:52 Masahiro Yamada
  2016-12-11  9:00 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-12-10  1:52 UTC (permalink / raw)
  To: u-boot

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(-)

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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] ARM: uniphier: remove BLK select
  2016-12-10  1:52 [U-Boot] [PATCH] ARM: uniphier: remove BLK select Masahiro Yamada
@ 2016-12-11  9:00 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2016-12-11  9:00 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-11  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-10  1:52 [U-Boot] [PATCH] ARM: uniphier: remove BLK select Masahiro Yamada
2016-12-11  9:00 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.