Kconfig (ae6e59caefd8d4097ccb096c95df95ec7e52fe88) | Kconfig (cb93d568e1ed2596e27f35b39241fe83955d9b26) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 302 unchanged lines hidden (view full) --- 311config ARCH_HAS_WALK_MEMORY 312 def_bool y 313 314config ARCH_ENABLE_MEMORY_HOTREMOVE 315 def_bool y 316 317config KEXEC 318 bool "kexec system call (EXPERIMENTAL)" | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7source "arch/powerpc/platforms/Kconfig.cputype" 8 --- 302 unchanged lines hidden (view full) --- 311config ARCH_HAS_WALK_MEMORY 312 def_bool y 313 314config ARCH_ENABLE_MEMORY_HOTREMOVE 315 def_bool y 316 317config KEXEC 318 bool "kexec system call (EXPERIMENTAL)" |
319 depends on BOOK3S && EXPERIMENTAL | 319 depends on PPC_BOOK3S && EXPERIMENTAL |
320 help 321 kexec is a system call that implements the ability to shutdown your 322 current kernel, and to start another kernel. It is like a reboot 323 but it is independent of the system firmware. And like a reboot 324 you can start any kernel with it, not just Linux. 325 326 The name comes from the similarity to the exec system call. 327 --- 599 unchanged lines hidden --- | 320 help 321 kexec is a system call that implements the ability to shutdown your 322 current kernel, and to start another kernel. It is like a reboot 323 but it is independent of the system firmware. And like a reboot 324 you can start any kernel with it, not just Linux. 325 326 The name comes from the similarity to the exec system call. 327 --- 599 unchanged lines hidden --- |