aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index ab79af84699a..477ac2758bd5 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -226,6 +226,8 @@ config WARN_STACK_SIZE
226 This allows you to specify the maximum frame size a function may 226 This allows you to specify the maximum frame size a function may
227 have without the compiler complaining about it. 227 have without the compiler complaining about it.
228 228
229source "mm/Kconfig"
230
229comment "I/O subsystem configuration" 231comment "I/O subsystem configuration"
230 232
231config MACHCHK_WARNING 233config MACHCHK_WARNING
@@ -453,8 +455,18 @@ config NO_IDLE_HZ_INIT
453 The HZ timer is switched off in idle by default. That means the 455 The HZ timer is switched off in idle by default. That means the
454 HZ timer is already disabled at boot time. 456 HZ timer is already disabled at boot time.
455 457
458config KEXEC
459 bool "kexec system call (EXPERIMENTAL)"
460 depends on EXPERIMENTAL
461 help
462 kexec is a system call that implements the ability to shutdown your
463 current kernel, and to start another kernel. It is like a reboot
464 but is independent of hardware/microcode support.
465
456endmenu 466endmenu
457 467
468source "net/Kconfig"
469
458config PCMCIA 470config PCMCIA
459 bool 471 bool
460 default n 472 default n
@@ -465,7 +477,7 @@ source "drivers/scsi/Kconfig"
465 477
466source "drivers/s390/Kconfig" 478source "drivers/s390/Kconfig"
467 479
468source "net/Kconfig" 480source "drivers/net/Kconfig"
469 481
470source "fs/Kconfig" 482source "fs/Kconfig"
471 483