diff options
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | 2009-03-26 10:24:46 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-03-26 10:24:28 -0400 |
commit | 59f2e69d0f95bc00353628ef33fd534fbb8e3597 (patch) | |
tree | db7db7b66273939975c93cc4563d3f86e176e28c /arch/s390/Kconfig | |
parent | 159d1ff8f6c38086ed75f8e892790d0a4f3a6b71 (diff) |
[S390] zfcpdump: Prevent zcore from beeing built as a kernel module.
The zcore code switches to real addressing mode when creating a kernel dump.
This is not possible, if it is built as a kernel module. With this patch
zcore (zfcpdump) can't be built as a kernel module any more.
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 0a9463bea758..2a8af5e16345 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -545,7 +545,7 @@ config KEXEC | |||
545 | but is independent of hardware/microcode support. | 545 | but is independent of hardware/microcode support. |
546 | 546 | ||
547 | config ZFCPDUMP | 547 | config ZFCPDUMP |
548 | tristate "zfcpdump support" | 548 | bool "zfcpdump support" |
549 | select SMP | 549 | select SMP |
550 | default n | 550 | default n |
551 | help | 551 | help |