diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 4f3e925962c3..dd2d116b9ab8 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -427,6 +427,13 @@ config KEXEC | |||
427 | support. As of this writing the exact hardware interface is | 427 | support. As of this writing the exact hardware interface is |
428 | strongly in flux, so no good recommendation can be made. | 428 | strongly in flux, so no good recommendation can be made. |
429 | 429 | ||
430 | config CRASH_DUMP | ||
431 | bool "kernel crash dumps (EXPERIMENTAL)" | ||
432 | depends on EMBEDDED | ||
433 | depends on EXPERIMENTAL | ||
434 | help | ||
435 | Generate crash dump after being started by kexec. | ||
436 | |||
430 | config SECCOMP | 437 | config SECCOMP |
431 | bool "Enable seccomp to safely compute untrusted bytecode" | 438 | bool "Enable seccomp to safely compute untrusted bytecode" |
432 | depends on PROC_FS | 439 | depends on PROC_FS |