linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: power: Correct a mistaken configuration option
@ 2025-11-06 14:25 Mario Limonciello (AMD)
  2025-11-07 15:20 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Limonciello (AMD) @ 2025-11-06 14:25 UTC (permalink / raw)
  To: mario.limonciello, rafael, lenb, pavel
  Cc: Mario Limonciello (AMD), Rodrigo Siqueira, linux-pm

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.

Reported-by: Rodrigo Siqueira <siqueira@igalia.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
---
 Documentation/power/shutdown-debugging.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/power/shutdown-debugging.rst b/Documentation/power/shutdown-debugging.rst
index cdfa2cd90e5c6..c510122e0bbc2 100644
--- a/Documentation/power/shutdown-debugging.rst
+++ b/Documentation/power/shutdown-debugging.rst
@@ -24,11 +24,11 @@ following kernel configuration options:
 * ``CONFIG_PSTORE_CONSOLE=y``
 
 Additionally, enable a backend to store the data. Depending upon your platform
-some options include:
+some potential options include:
 
 * ``CONFIG_EFI_VARS_PSTORE=y``
 * ``CONFIG_PSTORE_RAM=y``
-* ``CONFIG_PSTORE_FIRMWARE=y``
+* ``CONFIG_CHROMEOS_PSTORE=y``
 * ``CONFIG_PSTORE_BLK=y``
 
 Kernel Command-line Parameters
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: power: Correct a mistaken configuration option
  2025-11-06 14:25 [PATCH] Documentation: power: Correct a mistaken configuration option Mario Limonciello (AMD)
@ 2025-11-07 15:20 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2025-11-07 15:20 UTC (permalink / raw)
  To: Mario Limonciello (AMD)
  Cc: mario.limonciello, rafael, lenb, pavel, Rodrigo Siqueira,
	linux-pm

On Thu, Nov 6, 2025 at 3:25 PM Mario Limonciello (AMD)
<superm1@kernel.org> wrote:
>
> 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.
>
> Reported-by: Rodrigo Siqueira <siqueira@igalia.com>
> Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
> ---
>  Documentation/power/shutdown-debugging.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/power/shutdown-debugging.rst b/Documentation/power/shutdown-debugging.rst
> index cdfa2cd90e5c6..c510122e0bbc2 100644
> --- a/Documentation/power/shutdown-debugging.rst
> +++ b/Documentation/power/shutdown-debugging.rst
> @@ -24,11 +24,11 @@ following kernel configuration options:
>  * ``CONFIG_PSTORE_CONSOLE=y``
>
>  Additionally, enable a backend to store the data. Depending upon your platform
> -some options include:
> +some potential options include:
>
>  * ``CONFIG_EFI_VARS_PSTORE=y``
>  * ``CONFIG_PSTORE_RAM=y``
> -* ``CONFIG_PSTORE_FIRMWARE=y``
> +* ``CONFIG_CHROMEOS_PSTORE=y``
>  * ``CONFIG_PSTORE_BLK=y``
>
>  Kernel Command-line Parameters
> --

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-07 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 14:25 [PATCH] Documentation: power: Correct a mistaken configuration option Mario Limonciello (AMD)
2025-11-07 15:20 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).