aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2011-11-13 14:55:35 -0500
committerJiri Kosina <jkosina@suse.cz>2011-11-13 14:55:53 -0500
commit2290c0d06d82faee87b1ab2d9d4f7bf81ef64379 (patch)
treee075e4d5534193f28e6059904f61e5ca03958d3c /arch/s390/Kconfig
parent4da669a2e3e5bc70b30a0465f3641528681b5f77 (diff)
parent52e4c2a05256cb83cda12f3c2137ab1533344edb (diff)
Merge branch 'master' into for-next
Sync with Linus tree to have 157550ff ("mtd: add GPMI-NAND driver in the config and Makefile") as I have patch depending on that one.
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index ce8eaaa65665..7014cfc66d2b 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -90,6 +90,7 @@ config S390
90 select HAVE_ARCH_MUTEX_CPU_RELAX 90 select HAVE_ARCH_MUTEX_CPU_RELAX
91 select HAVE_ARCH_JUMP_LABEL if !MARCH_G5 91 select HAVE_ARCH_JUMP_LABEL if !MARCH_G5
92 select HAVE_RCU_TABLE_FREE if SMP 92 select HAVE_RCU_TABLE_FREE if SMP
93 select ARCH_SAVE_PAGE_KEYS if HIBERNATION
93 select ARCH_INLINE_SPIN_TRYLOCK 94 select ARCH_INLINE_SPIN_TRYLOCK
94 select ARCH_INLINE_SPIN_TRYLOCK_BH 95 select ARCH_INLINE_SPIN_TRYLOCK_BH
95 select ARCH_INLINE_SPIN_LOCK 96 select ARCH_INLINE_SPIN_LOCK
@@ -567,6 +568,16 @@ config KEXEC
567 current kernel, and to start another kernel. It is like a reboot 568 current kernel, and to start another kernel. It is like a reboot
568 but is independent of hardware/microcode support. 569 but is independent of hardware/microcode support.
569 570
571config CRASH_DUMP
572 bool "kernel crash dumps"
573 depends on 64BIT
574 help
575 Generate crash dump after being started by kexec.
576 Crash dump kernels are loaded in the main kernel with kexec-tools
577 into a specially reserved region and then later executed after
578 a crash by kdump/kexec.
579 For more details see Documentation/kdump/kdump.txt
580
570config ZFCPDUMP 581config ZFCPDUMP
571 def_bool n 582 def_bool n
572 prompt "zfcpdump support" 583 prompt "zfcpdump support"