summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorPaul Burton2015-05-24 17:11:42 +0200
committerRalf Baechle2015-06-21 21:53:22 +0200
commit6ec127fb3c7754d3dc6614e9744386fbe652927f (patch)
treea8b9195f3351f800cba73611e2b7da148f8d490d /arch/mips/Kconfig
parentMIPS: JZ4740: remove clock.h (diff)
downloadkernel-qcow2-linux-6ec127fb3c7754d3dc6614e9744386fbe652927f.tar.gz
kernel-qcow2-linux-6ec127fb3c7754d3dc6614e9744386fbe652927f.tar.xz
kernel-qcow2-linux-6ec127fb3c7754d3dc6614e9744386fbe652927f.zip
MIPS: JZ4740: only detect RAM size if not specified in DT
Allow a devicetree to specify the memory present in the system rather than probing it from the memory controller. This both saves the probing for systems where the amount of memory is fixed, and will simplify the bringup of later Ingenic SoCs where the memory controller register layout differs. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/10163/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index eb70c2d0a6a9..d5acb9e96d59 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -302,6 +302,7 @@ config MACH_INGENIC
select GENERIC_IRQ_CHIP
select BUILTIN_DTB
select USE_OF
+ select LIBFDT
config LANTIQ
bool "Lantiq based platforms"