diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 2c1186ada3ab..773b880d5577 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -379,6 +379,17 @@ config CELL_IIC | |||
379 | bool | 379 | bool |
380 | default y | 380 | default y |
381 | 381 | ||
382 | config CRASH_DUMP | ||
383 | bool "kernel crash dumps (EXPERIMENTAL)" | ||
384 | depends on PPC_MULTIPLATFORM | ||
385 | depends on EXPERIMENTAL | ||
386 | help | ||
387 | Build a kernel suitable for use as a kdump capture kernel. | ||
388 | The kernel will be linked at a different address than normal, and | ||
389 | so can only be used for Kdump. | ||
390 | |||
391 | Don't change this unless you know what you are doing. | ||
392 | |||
382 | config IBMVIO | 393 | config IBMVIO |
383 | depends on PPC_PSERIES || PPC_ISERIES | 394 | depends on PPC_PSERIES || PPC_ISERIES |
384 | bool | 395 | bool |