From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Sat, 10 Dec 2016 01:52:25 +0000 (+0900)
Subject: ARM: uniphier: remove BLK select
X-Git-Tag: v2025.01-rc5-pxa1908~7859^2
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=6c498835af560ad850de4dad4ff8c60d26ef2898;p=u-boot.git

ARM: uniphier: remove BLK select

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

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7203d63d2a..714dd8b514 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