diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 0f391cbf116e..6c02336fe2e4 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -970,6 +970,13 @@ config KEXEC | |||
970 | support. As of this writing the exact hardware interface is | 970 | support. As of this writing the exact hardware interface is |
971 | strongly in flux, so no good recommendation can be made. | 971 | strongly in flux, so no good recommendation can be made. |
972 | 972 | ||
973 | config CRASH_DUMP | ||
974 | bool "kernel crash dumps (EXPERIMENTAL)" | ||
975 | depends on EMBEDDED | ||
976 | depends on EXPERIMENTAL | ||
977 | depends on HIGHMEM | ||
978 | help | ||
979 | Generate crash dump after being started by kexec. | ||
973 | endmenu | 980 | endmenu |
974 | 981 | ||
975 | 982 | ||