Skip to content

Commit 994fcd4

Browse files
vincent-mailholhdeller
authored andcommitted
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>
1 parent ac6d088 commit 994fcd4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/video/logo/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ config FB_LOGO_EXTRA
2020

2121
config LOGO_LINUX_MONO
2222
bool "Standard black and white Linux logo"
23-
default y
2423

2524
config LOGO_LINUX_MONO_FILE
2625
string "Monochrome logo .pbm file"
@@ -38,7 +37,6 @@ config LOGO_LINUX_MONO_FILE
3837

3938
config LOGO_LINUX_VGA16
4039
bool "Standard 16-color Linux logo"
41-
default y
4240

4341
config LOGO_LINUX_VGA16_FILE
4442
string "16-color logo .ppm file"

0 commit comments

Comments
 (0)