summaryrefslogtreecommitdiff
path: root/arch/mips/bmips
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2015-03-25 21:55:15 -0700
committerRalf Baechle <ralf@linux-mips.org>2015-04-01 17:22:04 +0200
commit8a5f1efbb1a13cd2e2a1c2d1ae3773821e8b1d67 (patch)
tree24147ab3085ec42a73f619d1f1d51db47ccbe769 /arch/mips/bmips
parent554b7f56b998c72316ab2d5c21963512fd6c9a5e (diff)
MIPS: BMIPS: restrict DTB selection to BMIPS_GENERIC
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 <f.fainelli@gmail.com> Cc: linux-mips@linux-mips.org Cc: cernekee@gmail.com Cc: jaedon.shin@gmail.com Patchwork: https://patchwork.linux-mips.org/patch/9603/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bmips')
-rw-r--r--arch/mips/bmips/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/bmips/Kconfig b/arch/mips/bmips/Kconfig
index 6ffc42cbb846..f35c84c019df 100644
--- 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