aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBernhard Walle <bwalle@suse.de>2008-06-26 09:23:21 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-08 13:10:41 +0200
commit383bc5cecc2ed0b8f44a25488660b03030425ef7 (patch)
treee17dd9be1367492036ddb67e681cbc9bebe6c6f6 /arch/x86/Kconfig
parent200001eb140ea33477965f2050bea0dac801974b (diff)
x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump
I would suggest to remove the "experimental" status from Kdump. Kdump is now in the kernel since a long time and used by Enterprise distributions. I don't think that "experimental" is true any more. Signed-off-by: Bernhard Walle <bwalle@suse.de> Cc: vgoyal@redhat.com Cc: kexec@lists.infradead.org Cc: Bernhard Walle <bwalle@suse.de> Cc: akpm@linux-foundation.org Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 112afd368c7..25ff7548d3d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1269,7 +1269,6 @@ config KEXEC
config CRASH_DUMP
bool "kernel crash dumps (EXPERIMENTAL)"
- depends on EXPERIMENTAL
depends on X86_64 || (X86_32 && HIGHMEM)
help
Generate crash dump after being started by kexec.