Skip to content

Commit 39ce15a

Browse files
superm1rafaeljw
authored andcommitted
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: b1f02f0 ("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>
1 parent b1f02f0 commit 39ce15a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/power/shutdown-debugging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ following kernel configuration options:
2424
* ``CONFIG_PSTORE_CONSOLE=y``
2525

2626
Additionally, enable a backend to store the data. Depending upon your platform
27-
some options include:
27+
some potential options include:
2828

2929
* ``CONFIG_EFI_VARS_PSTORE=y``
3030
* ``CONFIG_PSTORE_RAM=y``
31-
* ``CONFIG_PSTORE_FIRMWARE=y``
31+
* ``CONFIG_CHROMEOS_PSTORE=y``
3232
* ``CONFIG_PSTORE_BLK=y``
3333

3434
Kernel Command-line Parameters

0 commit comments

Comments
 (0)