diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7ecb679f0130..6b2debfabddc 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1282,9 +1282,10 @@ config CRASH_DUMP | |||
1282 | config KEXEC_JUMP | 1282 | config KEXEC_JUMP |
1283 | bool "kexec jump (EXPERIMENTAL)" | 1283 | bool "kexec jump (EXPERIMENTAL)" |
1284 | depends on EXPERIMENTAL | 1284 | depends on EXPERIMENTAL |
1285 | depends on KEXEC && PM_SLEEP && X86_32 | 1285 | depends on KEXEC && HIBERNATION && X86_32 |
1286 | help | 1286 | help |
1287 | Invoke code in physical address mode via KEXEC | 1287 | Jump between original kernel and kexeced kernel and invoke |
1288 | code in physical address mode via KEXEC | ||
1288 | 1289 | ||
1289 | config PHYSICAL_START | 1290 | config PHYSICAL_START |
1290 | hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP) | 1291 | hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP) |