diff options
author | Manish Ahuja <ahuja@austin.ibm.com> | 2008-03-21 19:50:50 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-03-25 17:44:07 -0400 |
commit | 242f271c056f49b64b94c06b38fe9e8d3bf703bc (patch) | |
tree | 87dd7020bc0ef1ac53664a94a5a5f319925c9f52 /arch/powerpc/Kconfig | |
parent | fd35cff8d285c6ae30c66a70321ebbcd2a4615ec (diff) |
[POWERPC] pseries: phyp dump: Add Kconfig file option
Add hypervisor-assisted dump to kernel config.
Signed-off-by: Linas Vepstas <linasvepstas@gmail.com>
Signed-off-by: Manish Ahuja <mahuja@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index ef12db07b22f..3651355b6ad7 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -308,6 +308,16 @@ config CRASH_DUMP | |||
308 | 308 | ||
309 | Don't change this unless you know what you are doing. | 309 | Don't change this unless you know what you are doing. |
310 | 310 | ||
311 | config PHYP_DUMP | ||
312 | bool "Hypervisor-assisted dump (EXPERIMENTAL)" | ||
313 | depends on PPC_PSERIES && EXPERIMENTAL | ||
314 | help | ||
315 | Hypervisor-assisted dump is meant to be a kdump replacement | ||
316 | offering robustness and speed not possible without system | ||
317 | hypervisor assistence. | ||
318 | |||
319 | If unsure, say "N" | ||
320 | |||
311 | config PPCBUG_NVRAM | 321 | config PPCBUG_NVRAM |
312 | bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC | 322 | bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC |
313 | default y if PPC_PREP | 323 | default y if PPC_PREP |