From: Michael Holzheu Date: Mon, 14 Nov 2011 10:19:03 +0000 (+0100) Subject: [S390] Kconfig: Select CONFIG_KEXEC for CONFIG_CRASH_DUMP X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=96603b505cb6c54782a27599afef65cc108ef5f2;p=deliverable%2Flinux.git [S390] Kconfig: Select CONFIG_KEXEC for CONFIG_CRASH_DUMP The kdump infrastructure is built on top of kexec. Therefore CONFIG_KEXEC has to be enabled when CONFIG_CRASH_DUMP is selected. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index a9fbd43395f7..373679b3744a 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -572,6 +572,7 @@ config KEXEC config CRASH_DUMP bool "kernel crash dumps" depends on 64BIT + select KEXEC help Generate crash dump after being started by kexec. Crash dump kernels are loaded in the main kernel with kexec-tools