diff options
author | Bernhard Walle <bwalle@suse.de> | 2008-06-26 13:02:15 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-30 21:28:57 -0400 |
commit | 3420b5daffbf5892634fd89a04c010e71e8aeebf (patch) | |
tree | 01ae47dbcd9b9fbe0602af300a283463d8a2abd6 /arch/powerpc/Kconfig | |
parent | 016b33c4958681c24056abed8ec95844a0da80a3 (diff) |
powerpc: Remove experimental status of kdump on 64-bit powerpc
This removes the experimental status of kdump on PPC64. kdump is on
PPC64 now since more than one year and it has proven to be stable.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 2cde4e333fd5..f2a0f50146e1 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -308,8 +308,8 @@ config KEXEC | |||
308 | strongly in flux, so no good recommendation can be made. | 308 | strongly in flux, so no good recommendation can be made. |
309 | 309 | ||
310 | config CRASH_DUMP | 310 | config CRASH_DUMP |
311 | bool "Build a kdump crash kernel (EXPERIMENTAL)" | 311 | bool "Build a kdump crash kernel" |
312 | depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL | 312 | depends on PPC_MULTIPLATFORM && PPC64 |
313 | help | 313 | help |
314 | Build a kernel suitable for use as a kdump capture kernel. | 314 | Build a kernel suitable for use as a kdump capture kernel. |
315 | The kernel will be linked at a different address than normal, and | 315 | The kernel will be linked at a different address than normal, and |