diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e3cba0b45600..7ecb679f0130 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1279,6 +1279,13 @@ config CRASH_DUMP | |||
1279 | (CONFIG_RELOCATABLE=y). | 1279 | (CONFIG_RELOCATABLE=y). |
1280 | For more details see Documentation/kdump/kdump.txt | 1280 | For more details see Documentation/kdump/kdump.txt |
1281 | 1281 | ||
1282 | config KEXEC_JUMP | ||
1283 | bool "kexec jump (EXPERIMENTAL)" | ||
1284 | depends on EXPERIMENTAL | ||
1285 | depends on KEXEC && PM_SLEEP && X86_32 | ||
1286 | help | ||
1287 | Invoke code in physical address mode via KEXEC | ||
1288 | |||
1282 | config PHYSICAL_START | 1289 | config PHYSICAL_START |
1283 | hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP) | 1290 | hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP) |
1284 | default "0x1000000" if X86_NUMAQ | 1291 | default "0x1000000" if X86_NUMAQ |