mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
[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>
This commit is contained in:
parent
fd35cff8d2
commit
242f271c05
1 changed files with 10 additions and 0 deletions
|
@ -308,6 +308,16 @@ config CRASH_DUMP
|
||||||
|
|
||||||
Don't change this unless you know what you are doing.
|
Don't change this unless you know what you are doing.
|
||||||
|
|
||||||
|
config PHYP_DUMP
|
||||||
|
bool "Hypervisor-assisted dump (EXPERIMENTAL)"
|
||||||
|
depends on PPC_PSERIES && EXPERIMENTAL
|
||||||
|
help
|
||||||
|
Hypervisor-assisted dump is meant to be a kdump replacement
|
||||||
|
offering robustness and speed not possible without system
|
||||||
|
hypervisor assistence.
|
||||||
|
|
||||||
|
If unsure, say "N"
|
||||||
|
|
||||||
config PPCBUG_NVRAM
|
config PPCBUG_NVRAM
|
||||||
bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
|
bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
|
||||||
default y if PPC_PREP
|
default y if PPC_PREP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue