diff options
author | Michael Holzheu <holzheu@de.ibm.com> | 2007-04-27 10:01:49 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-04-27 10:01:44 -0400 |
commit | 411ed3225733dbd83b4cbaaa992ef80d6ec1534e (patch) | |
tree | 388aeac39e9fad5f7cadcc8fcbf0838811f5829d /arch/s390/Kconfig | |
parent | 7039d3a11c4b4b59f9ef933b4b0a28304bdd07d1 (diff) |
[S390] zfcpdump support.
s390 machines provide hardware support for creating Linux dumps on SCSI
disks. For creating a dump a special purpose dump Linux is used. The first
32 MB of memory are saved by the hardware before the dump Linux is
booted. Via an SCLP interface, the saved memory can be accessed from
Linux. This patch exports memory and registers of the crashed Linux to
userspace via a debugfs file. For more information refer to
Documentation/s390/zfcpdump.txt, which is included in this patch.
Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 0f9517bc8e70..e6ec418093e5 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -519,6 +519,14 @@ config KEXEC | |||
519 | current kernel, and to start another kernel. It is like a reboot | 519 | current kernel, and to start another kernel. It is like a reboot |
520 | but is independent of hardware/microcode support. | 520 | but is independent of hardware/microcode support. |
521 | 521 | ||
522 | config ZFCPDUMP | ||
523 | tristate "zfcpdump support" | ||
524 | select SMP | ||
525 | default n | ||
526 | help | ||
527 | Select this option if you want to build an zfcpdump enabled kernel. | ||
528 | Refer to "Documentation/s390/zfcpdump.txt" for more details on this. | ||
529 | |||
522 | endmenu | 530 | endmenu |
523 | 531 | ||
524 | source "net/Kconfig" | 532 | source "net/Kconfig" |