X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fs390%2FKconfig;h=477ac2758bd5545b6f0d937cb88242fabbf6c5a4;hb=973bd9937569146de0917f54f05b2942f8257912;hp=32696c1d92806c7cac9eebaa20220aacd6793993;hpb=f46f6b20cb01508f5020142ff91021f8fb39550b;p=powerpc.git diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 32696c1d92..477ac2758b 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -455,8 +455,18 @@ config NO_IDLE_HZ_INIT The HZ timer is switched off in idle by default. That means the HZ timer is already disabled at boot time. +config KEXEC + bool "kexec system call (EXPERIMENTAL)" + depends on EXPERIMENTAL + help + kexec is a system call that implements the ability to shutdown your + current kernel, and to start another kernel. It is like a reboot + but is independent of hardware/microcode support. + endmenu +source "net/Kconfig" + config PCMCIA bool default n @@ -467,7 +477,7 @@ source "drivers/scsi/Kconfig" source "drivers/s390/Kconfig" -source "net/Kconfig" +source "drivers/net/Kconfig" source "fs/Kconfig"