]> git.itanic.dy.fi Git - linux-stable/commitdiff
firmware: Update Kconfig help text for Google firmware
authorBen Hutchings <ben@decadent.org.uk>
Mon, 18 Jun 2018 22:55:40 +0000 (23:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 08:19:51 +0000 (09:19 +0100)
commit d185a3466f0cd5af8f1c5c782c53bc0e6f2e7136 upstream.

The help text for GOOGLE_FIRMWARE states that it should only be
enabled when building a kernel for Google's own servers.  However,
many of the drivers dependent on it are also useful on Chromebooks or
on any platform using coreboot.

Update the help text to reflect this double duty.

Fixes: d384d6f43d1e ("firmware: google memconsole: Add coreboot support")
Reviewed-by: Julius Werner <jwerner@chromium.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Link: https://lore.kernel.org/r/20180618225540.GD14131@decadent.org.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/Kconfig

index a3a6ca659ffa3dfb20825c3b7c87efcdce17eec9..2fba0aa7fc54d009b4b38698d23e41d7dd47d4ea 100644 (file)
@@ -3,9 +3,9 @@ menuconfig GOOGLE_FIRMWARE
        bool "Google Firmware Drivers"
        default n
        help
-         These firmware drivers are used by Google's servers.  They are
-         only useful if you are working directly on one of their
-         proprietary servers.  If in doubt, say "N".
+         These firmware drivers are used by Google servers,
+         Chromebooks and other devices using coreboot firmware.
+         If in doubt, say "N".
 
 if GOOGLE_FIRMWARE