aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/Kconfig10
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
311config 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
311config PPCBUG_NVRAM 321config 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