diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 6b99fc3f9b63..a9fbd43395f7 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -569,6 +569,16 @@ config KEXEC | |||
569 | current kernel, and to start another kernel. It is like a reboot | 569 | current kernel, and to start another kernel. It is like a reboot |
570 | but is independent of hardware/microcode support. | 570 | but is independent of hardware/microcode support. |
571 | 571 | ||
572 | config CRASH_DUMP | ||
573 | bool "kernel crash dumps" | ||
574 | depends on 64BIT | ||
575 | help | ||
576 | Generate crash dump after being started by kexec. | ||
577 | Crash dump kernels are loaded in the main kernel with kexec-tools | ||
578 | into a specially reserved region and then later executed after | ||
579 | a crash by kdump/kexec. | ||
580 | For more details see Documentation/kdump/kdump.txt | ||
581 | |||
572 | config ZFCPDUMP | 582 | config ZFCPDUMP |
573 | def_bool n | 583 | def_bool n |
574 | prompt "zfcpdump support" | 584 | prompt "zfcpdump support" |