diff options
author | Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> | 2012-02-15 20:15:23 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-02-22 18:50:03 -0500 |
commit | 12d9299241241200e4f34f3b02f206fa8384a923 (patch) | |
tree | 3f659b2952e0277a63b4edd13bd6663997c117e3 /arch/powerpc/Kconfig | |
parent | 67b43b9d7ced37a2e72e2c3e06464aa0a5be95f9 (diff) |
fadump: Remove the phyp assisted dump code.
Remove the phyp assisted dump implementation which is not is use.
Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index afa4dabfad7c..c71311133e66 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -376,16 +376,6 @@ config CRASH_DUMP | |||
376 | The same kernel binary can be used as production kernel and dump | 376 | The same kernel binary can be used as production kernel and dump |
377 | capture kernel. | 377 | capture kernel. |
378 | 378 | ||
379 | config PHYP_DUMP | ||
380 | bool "Hypervisor-assisted dump (EXPERIMENTAL)" | ||
381 | depends on PPC_PSERIES && EXPERIMENTAL | ||
382 | help | ||
383 | Hypervisor-assisted dump is meant to be a kdump replacement | ||
384 | offering robustness and speed not possible without system | ||
385 | hypervisor assistance. | ||
386 | |||
387 | If unsure, say "N" | ||
388 | |||
389 | config FA_DUMP | 379 | config FA_DUMP |
390 | bool "Firmware-assisted dump" | 380 | bool "Firmware-assisted dump" |
391 | depends on PPC64 && PPC_RTAS && CRASH_DUMP | 381 | depends on PPC64 && PPC_RTAS && CRASH_DUMP |