projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd62214
)
ARM: uniphier: remove BLK select
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sat, 10 Dec 2016 01:52:25 +0000
(10:52 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sun, 11 Dec 2016 08:55:13 +0000
(17:55 +0900)
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
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 7203d63d2ad39153728701a9a3a48151eb516bb0..714dd8b51493d21990e593cbd2dcee370dd490df 100644
(file)
--- 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