From 8a5f1efbb1a13cd2e2a1c2d1ae3773821e8b1d67 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 25 Mar 2015 21:55:15 -0700 Subject: 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 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 --- arch/mips/bmips/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/mips/bmips') 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 -- cgit v1.2.3