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@xxxxxxxxx> --- arch/mips/bmips/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.1.0