diff options
author | Suzuki Poulose <suzuki@in.ibm.com> | 2011-12-14 17:59:37 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2011-12-20 10:22:14 -0500 |
commit | 5b2e478da032b7d443833402fa586f832397f3be (patch) | |
tree | d69863c14d04f05943d2f46226b9b27356a9d9b7 /arch/powerpc | |
parent | 26ecb6c44bb33afc62905ba01b636dde70fc2dc6 (diff) |
powerpc/44x: Enable CRASH_DUMP for 440x
Now that we have relocatable kernel, supporting CRASH_DUMP only requires
turning the switches on for UP machines.
We don't have kexec support on 47x yet. Enabling SMP support would be done
as part of enabling the PPC_47x support.
Signed-off-by: Suzuki K. Poulose <suzuki@in.ibm.com>
Cc: Josh Boyer <jwboyer@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 1703509649b0..83b1780a3bdc 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -367,8 +367,8 @@ config KEXEC | |||
367 | 367 | ||
368 | config CRASH_DUMP | 368 | config CRASH_DUMP |
369 | bool "Build a kdump crash kernel" | 369 | bool "Build a kdump crash kernel" |
370 | depends on PPC64 || 6xx || FSL_BOOKE | 370 | depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP && !PPC_47x) |
371 | select RELOCATABLE if PPC64 | 371 | select RELOCATABLE if PPC64 || 44x |
372 | select DYNAMIC_MEMSTART if FSL_BOOKE | 372 | select DYNAMIC_MEMSTART if FSL_BOOKE |
373 | help | 373 | help |
374 | Build a kernel suitable for use as a kdump capture kernel. | 374 | Build a kernel suitable for use as a kdump capture kernel. |