aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2014-09-24 15:57:11 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2014-10-03 18:03:55 +1000
commitd0b7abb2c7c05552aca2a0358c53b6a48eab2843 (patch)
tree41ea9fa58ae69f23f9ca5f4d128c767967601212 /arch/powerpc
parentpowerpc/kdump: crash_dump.c needs to include io.h (diff)
downloadlinux-dev-d0b7abb2c7c05552aca2a0358c53b6a48eab2843.tar.xz
linux-dev-d0b7abb2c7c05552aca2a0358c53b6a48eab2843.zip
powerpc: Enable CONFIG_CRASH_DUMP=y for ppc64_defconfig
It pulls in more code, including causing us to build a relocatable kernel, which is good for testing. The resulting kernel is still usable as a non-crash dump kernel. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/configs/ppc64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index f6c02f8cdc62..b9b769e4a23e 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -50,6 +50,7 @@ CONFIG_HZ_100=y
CONFIG_BINFMT_MISC=m
CONFIG_PPC_TRANSACTIONAL_MEM=y
CONFIG_KEXEC=y
+CONFIG_CRASH_DUMP=y
CONFIG_IRQ_ALL_CPUS=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_SCHED_SMT=y