mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] video/logo: Improve logo help texts
@ 2026-09-23  9:09 Geert Uytterhoeven
  2026-09-23 11:23 ` Vincent Mailhol
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2026-09-23  9:09 UTC (permalink / raw)
  To: Helge Deller, Vincent Mailhol
  Cc: linux-fbdev, dri-devel, linux-kernel, Geert Uytterhoeven

Since commit dfa6ce636cb8faea ("video/logo: allow custom logo"), the
LOGO_LINUX_{MONO,VGA16,CLUT224} configuration options no longer control
the inclusion of the "standard" Linux logo, but the inclusion of
(possibly custom) logos specified through the correspondig *_FILE
options.

Adjust the one-line prompt to reflect this.
Add long help texts while at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/video/logo/Kconfig | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/drivers/video/logo/Kconfig b/drivers/video/logo/Kconfig
index cda15b95891ed3a8..3cb66ac88d6be0fe 100644
--- a/drivers/video/logo/Kconfig
+++ b/drivers/video/logo/Kconfig
@@ -19,7 +19,11 @@ config FB_LOGO_EXTRA
 	default y if SPU_BASE
 
 config LOGO_LINUX_MONO
-	bool "Standard black and white Linux logo"
+	bool "Black and white Linux logo"
+	help
+	  Include a monochrome (black and white) Linux logo.
+	  This logo can be shown on all kinds of displays.
+	  Say Y to show a logo on monochrome displays.
 
 config LOGO_LINUX_MONO_FILE
 	string "Monochrome logo .pbm file"
@@ -36,7 +40,13 @@ config LOGO_LINUX_MONO_FILE
 	    magick source_image -compress none destination.pbm
 
 config LOGO_LINUX_VGA16
-	bool "Standard 16-color Linux logo"
+	bool "16-color Linux logo"
+	help
+	  Include a 16-color Linux logo.
+	  This logo can be shown on displays that support showing (at least)
+	  the standard VGA 16 color palette.
+	  Say Y to show a logo on color displays that are limited to less than
+	  256 colors.
 
 config LOGO_LINUX_VGA16_FILE
 	string "16-color logo .ppm file"
@@ -55,8 +65,13 @@ config LOGO_LINUX_VGA16_FILE
 	      -remap drivers/video/logo/clut_vga16.ppm destination.ppm
 
 config LOGO_LINUX_CLUT224
-	bool "Standard 224-color Linux logo"
+	bool "224-color Linux logo"
 	default y
+	help
+	  Include a 224-color Linux logo.
+	  This logo can be shown on displays that support showing a palette of
+	  256 or more colors.
+	  Say Y to show a logo on colorful displays.
 
 config LOGO_LINUX_CLUT224_FILE
 	string "224-color logo .ppm file"
-- 
2.43.0


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

end of thread, other threads:[~2026-09-23 11:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23  9:09 [PATCH] video/logo: Improve logo help texts Geert Uytterhoeven
2026-09-23 11:23 ` Vincent Mailhol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®