projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
554b7f5
)
MIPS: BMIPS: restrict DTB selection to BMIPS_GENERIC
author
Florian Fainelli
<
[email protected]
>
Thu, 26 Mar 2015 04:55:15 +0000
(21:55 -0700)
committer
Ralf Baechle
<
[email protected]
>
Wed, 1 Apr 2015 15:22:04 +0000
(17:22 +0200)
Since we are always sourcing arch/mips/bmips/Kconfig and there is no
dependency on BMIPS_GENERIC, we will offer building BMIPS-related DTBs
while this is not relevant for the other MIPS platforms.
Signed-off-by: Florian Fainelli <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/9603/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/bmips/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/bmips/Kconfig
b/arch/mips/bmips/Kconfig
index 6ffc42cbb846a4dfe881c33a4797d5945bae67d4..f35c84c019dfd1ff55fc694e8df62ccdcd0d575c 100644
(file)
--- a/
arch/mips/bmips/Kconfig
+++ b/
arch/mips/bmips/Kconfig
@@
-1,3
+1,5
@@
+if BMIPS_GENERIC
+
choice
prompt "Built-in device tree"
help
@@
-56,3
+58,5
@@
config DT_BCM97425SVMB
select BUILTIN_DTB
endchoice
+
+endif