diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index fb2723e8ba65..3ec272859e1e 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -526,6 +526,7 @@ config CRASH_DUMP | |||
526 | bool "kernel crash dumps" | 526 | bool "kernel crash dumps" |
527 | depends on 64BIT && SMP | 527 | depends on 64BIT && SMP |
528 | select KEXEC | 528 | select KEXEC |
529 | select ZFCPDUMP | ||
529 | help | 530 | help |
530 | Generate crash dump after being started by kexec. | 531 | Generate crash dump after being started by kexec. |
531 | Crash dump kernels are loaded in the main kernel with kexec-tools | 532 | Crash dump kernels are loaded in the main kernel with kexec-tools |
@@ -536,7 +537,7 @@ config CRASH_DUMP | |||
536 | config ZFCPDUMP | 537 | config ZFCPDUMP |
537 | def_bool n | 538 | def_bool n |
538 | prompt "zfcpdump support" | 539 | prompt "zfcpdump support" |
539 | select SMP | 540 | depends on SMP |
540 | help | 541 | help |
541 | Select this option if you want to build an zfcpdump enabled kernel. | 542 | Select this option if you want to build an zfcpdump enabled kernel. |
542 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. | 543 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. |