diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 14 |
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 | ||
229 | source "mm/Kconfig" | ||
230 | |||
229 | comment "I/O subsystem configuration" | 231 | comment "I/O subsystem configuration" |
230 | 232 | ||
231 | config MACHCHK_WARNING | 233 | config 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 | ||
458 | config 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 | |||
456 | endmenu | 466 | endmenu |
457 | 467 | ||
468 | source "net/Kconfig" | ||
469 | |||
458 | config PCMCIA | 470 | config PCMCIA |
459 | bool | 471 | bool |
460 | default n | 472 | default n |
@@ -465,7 +477,7 @@ source "drivers/scsi/Kconfig" | |||
465 | 477 | ||
466 | source "drivers/s390/Kconfig" | 478 | source "drivers/s390/Kconfig" |
467 | 479 | ||
468 | source "net/Kconfig" | 480 | source "drivers/net/Kconfig" |
469 | 481 | ||
470 | source "fs/Kconfig" | 482 | source "fs/Kconfig" |
471 | 483 | ||