summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorPaul Burton2015-05-24 17:11:15 +0200
committerRalf Baechle2015-06-21 21:52:49 +0200
commitffb1843d059c5627fb8982eb4ab29219e7503fb2 (patch)
tree2e68285faeb1adcff6c05e355021d9e34c711f34 /arch/mips/Kconfig
parentMIPS: ingenic: Add newer vendor IDs (diff)
downloadkernel-qcow2-linux-ffb1843d059c5627fb8982eb4ab29219e7503fb2.tar.gz
kernel-qcow2-linux-ffb1843d059c5627fb8982eb4ab29219e7503fb2.tar.xz
kernel-qcow2-linux-ffb1843d059c5627fb8982eb4ab29219e7503fb2.zip
MIPS: JZ4740: require & include DT
Require a DT for JZ4740 based systems, and add a stub one for the qi_lb60 (Ben NanoNote) board. Devices will be migrated to being probed via this DT over time. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: devicetree@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: Andrew Bresticker <abrestic@chromium.org> Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/10132/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 006d8147ed61..9501d814ded5 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -300,6 +300,8 @@ config MACH_INGENIC
select SYS_HAS_EARLY_PRINTK
select HAVE_CLK
select GENERIC_IRQ_CHIP
+ select BUILTIN_DTB
+ select USE_OF
config LANTIQ
bool "Lantiq based platforms"