aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMohan Kumar M <mohan@in.ibm.com>2009-01-05 19:23:01 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-01-08 00:25:14 -0500
commitc6ac71a14aec8278507a71d9d9f496dc9adad010 (patch)
tree134a0e77d91880c290667da4ee1ef8e446d194da /arch
parentd6a09e0cd6329db6f48b0015407a1b038d8fa64b (diff)
powerpc: Enable RELOCATABLE option for CRASH_DUMP
Enable RELOCATABLE option if user selects CRASH_DUMP option. Without this patch user has to first select RELOCATABLE option and then has to enable CRASH_DUMP option. Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 79f25cef32df..acda55199f55 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -326,7 +326,8 @@ config KEXEC
326 326
327config CRASH_DUMP 327config CRASH_DUMP
328 bool "Build a kdump crash kernel" 328 bool "Build a kdump crash kernel"
329 depends on (PPC64 && RELOCATABLE) || 6xx 329 depends on PPC64 || 6xx
330 select RELOCATABLE if PPC64
330 help 331 help
331 Build a kernel suitable for use as a kdump capture kernel. 332 Build a kernel suitable for use as a kdump capture kernel.
332 The same kernel binary can be used as production kernel and dump 333 The same kernel binary can be used as production kernel and dump