Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd9c99d7 authored by Michael Ellerman's avatar Michael Ellerman Committed by Paul Mackerras
Browse files

[PATCH] powerpc: Clarify wording for CRASH_DUMP Kconfig option



The wording of the CRASH_DUMP Kconfig option is not very clear. It gives you a
kernel that can be used _as_ the kdump kernel, not a kernel that can boot into
a kdump kernel.

Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent e2c552cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -580,7 +580,7 @@ config KEXEC
	  strongly in flux, so no good recommendation can be made.
	  strongly in flux, so no good recommendation can be made.


config CRASH_DUMP
config CRASH_DUMP
	bool "kernel crash dumps (EXPERIMENTAL)"
	bool "Build a kdump crash kernel (EXPERIMENTAL)"
	depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
	depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
	help
	help
	  Build a kernel suitable for use as a kdump capture kernel.
	  Build a kernel suitable for use as a kdump capture kernel.