summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorPaul Cercueil2019-02-21 23:43:10 +0100
committerPaul Burton2019-02-22 00:55:41 +0100
commit15205fc05482ba3d9574ded5bd4508f240f6ff52 (patch)
tree41f1ac6603722af776b12c3667508be271d1b367 /arch/mips/Kconfig
parentMIPS: SGI-IP27: rework HUB interrupts (diff)
downloadkernel-qcow2-linux-15205fc05482ba3d9574ded5bd4508f240f6ff52.tar.gz
kernel-qcow2-linux-15205fc05482ba3d9574ded5bd4508f240f6ff52.tar.xz
kernel-qcow2-linux-15205fc05482ba3d9574ded5bd4508f240f6ff52.zip
MIPS: ingenic: Add support for appended devicetree
Add support for booting the kernel from an externally-appended devicetree, if no devicetree was built-in. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b19f179f3f03..ddfb587c4744 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -390,7 +390,7 @@ config MACH_INGENIC
select GPIOLIB
select COMMON_CLK
select GENERIC_IRQ_CHIP
- select BUILTIN_DTB
+ select BUILTIN_DTB if MIPS_NO_APPENDED_DTB
select USE_OF
select LIBFDT