diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 64089b11a9ee..56d3c0dcd2b8 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -454,7 +454,7 @@ config ARCH_ENABLE_MEMORY_HOTPLUG | |||
454 | 454 | ||
455 | config KEXEC | 455 | config KEXEC |
456 | bool "kexec system call (EXPERIMENTAL)" | 456 | bool "kexec system call (EXPERIMENTAL)" |
457 | depends on PPC_MULTIPLATFORM && EXPERIMENTAL | 457 | depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL |
458 | help | 458 | help |
459 | kexec is a system call that implements the ability to shutdown your | 459 | kexec is a system call that implements the ability to shutdown your |
460 | current kernel, and to start another kernel. It is like a reboot | 460 | current kernel, and to start another kernel. It is like a reboot |