summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Mailhol <mailhol@kernel.org>2026-01-10 15:23:24 +0300
committerHelge Deller <deller@gmx.de>2026-02-14 13:09:46 +0300
commit994fcd4b107d747bee88888a849dcdd00cf739ba (patch)
tree4d898c24b03e3c45dcc9176b36c3f3fc05f037db
parentac6d088b3b20f9efb883e8302288276db3bdc2b8 (diff)
downloadlinux-994fcd4b107d747bee88888a849dcdd00cf739ba.tar.xz
video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by default
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>
-rw-r--r--drivers/video/logo/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/logo/Kconfig b/drivers/video/logo/Kconfig
index 34ee207e5e77..cda15b95891e 100644
--- a/drivers/video/logo/Kconfig
+++ b/drivers/video/logo/Kconfig
@@ -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"