diff options
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a0d7406e8b37..0a7193ae45ed 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1121,6 +1121,7 @@ source kernel/Kconfig.hz | |||
1121 | 1121 | ||
1122 | config KEXEC | 1122 | config KEXEC |
1123 | bool "kexec system call" | 1123 | bool "kexec system call" |
1124 | depends on X86_64 || X86_BIOS_REBOOT | ||
1124 | help | 1125 | help |
1125 | kexec is a system call that implements the ability to shutdown your | 1126 | kexec is a system call that implements the ability to shutdown your |
1126 | current kernel, and to start another kernel. It is like a reboot | 1127 | current kernel, and to start another kernel. It is like a reboot |