diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2014-01-21 08:08:38 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-01-22 08:02:16 -0500 |
commit | 05e9181bdba4b1eb8f8eac5fd925df5223d16308 (patch) | |
tree | 2b18abbb63fd591512bfea77361143324a36034b /arch | |
parent | 38ea1f358b3b7dd4b965ef992894b5857471dc45 (diff) |
s390/zfcpdump: make zfcpdump depend on 64BIT
Get rid of this link error:
arch/s390/built-in.o: In function `smp_prepare_cpus':
(.init.text+0x301e): undefined reference to `dump_save_area_create'
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-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 e9f312532526..40f0c69d2046 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -596,7 +596,7 @@ config CRASH_DUMP | |||
596 | config ZFCPDUMP | 596 | config ZFCPDUMP |
597 | def_bool n | 597 | def_bool n |
598 | prompt "zfcpdump support" | 598 | prompt "zfcpdump support" |
599 | depends on SMP | 599 | depends on 64BIT && SMP |
600 | help | 600 | help |
601 | Select this option if you want to build an zfcpdump enabled kernel. | 601 | Select this option if you want to build an zfcpdump enabled kernel. |
602 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. | 602 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. |