]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by default
authorVincent Mailhol <mailhol@kernel.org>
Sat, 10 Jan 2026 12:23:24 +0000 (13:23 +0100)
committerHelge Deller <deller@gmx.de>
Sat, 14 Feb 2026 10:09:46 +0000 (11:09 +0100)
Nowadays, nearly all systems have a color depth of eight or more and
are thus able to display the clut224 logo. This means that the
monochrome and vga16 logos will never be displayed on an average
machine and are thus just a waste of bytes.

Set CONFIG_LOGO_LINUX_MONO and CONFIG_LOGO_LINUX_VGA16 configuration
symbols to no by default.

Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/logo/Kconfig

index 34ee207e5e77f3967b092640a9a1b9ad73ded21c..cda15b95891ed3a89c7cbf3f9b5dc87f48e21bb6 100644 (file)
@@ -20,7 +20,6 @@ config FB_LOGO_EXTRA
 
 config LOGO_LINUX_MONO
        bool "Standard black and white Linux logo"
-       default y
 
 config LOGO_LINUX_MONO_FILE
        string "Monochrome logo .pbm file"
@@ -38,7 +37,6 @@ config LOGO_LINUX_MONO_FILE
 
 config LOGO_LINUX_VGA16
        bool "Standard 16-color Linux logo"
-       default y
 
 config LOGO_LINUX_VGA16_FILE
        string "16-color logo .ppm file"