summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-12-10 10:52:25 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-12-11 17:55:13 +0900
commit6c498835af560ad850de4dad4ff8c60d26ef2898 (patch)
treec636fedb3fc409dcf4163219500607f3e1ad1782 /arch
parentcd62214d98dc07b83c00e177f77ff74bab23a4c0 (diff)
downloadu-boot-imx-6c498835af560ad850de4dad4ff8c60d26ef2898.zip
u-boot-imx-6c498835af560ad850de4dad4ff8c60d26ef2898.tar.gz
u-boot-imx-6c498835af560ad850de4dad4ff8c60d26ef2898.tar.bz2
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 0 insertions, 1 deletions
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