Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: power: Correct a mistaken configuration option

Somehow CONFIG_PSTORE_FIRMWARE ended up in this document when I intended
it to be CONFIG_CHROMEOS_PSTORE. Correct the configuration option and
make it clear that not all options are required.

Fixes: b1f02f005a2e ("Documentation: power: Add document on debugging shutdown hangs")
Reported-by: Rodrigo Siqueira <siqueira@igalia.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
[ rjw: Fixes: tag ]
Link: https://patch.msgid.link/20251106142524.3841343-1-superm1@kernel.org
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Mario Limonciello (AMD) and committed by
Rafael J. Wysocki
39ce15a4 b1f02f00

+2 -2
+2 -2
Documentation/power/shutdown-debugging.rst
··· 24 24 * ``CONFIG_PSTORE_CONSOLE=y`` 25 25 26 26 Additionally, enable a backend to store the data. Depending upon your platform 27 - some options include: 27 + some potential options include: 28 28 29 29 * ``CONFIG_EFI_VARS_PSTORE=y`` 30 30 * ``CONFIG_PSTORE_RAM=y`` 31 - * ``CONFIG_PSTORE_FIRMWARE=y`` 31 + * ``CONFIG_CHROMEOS_PSTORE=y`` 32 32 * ``CONFIG_PSTORE_BLK=y`` 33 33 34 34 Kernel Command-line Parameters