Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Vincent Mailhol and committed by
Helge Deller
994fcd4b ac6d088b

-2
-2
drivers/video/logo/Kconfig
··· 20 20 21 21 config LOGO_LINUX_MONO 22 22 bool "Standard black and white Linux logo" 23 - default y 24 23 25 24 config LOGO_LINUX_MONO_FILE 26 25 string "Monochrome logo .pbm file" ··· 37 38 38 39 config LOGO_LINUX_VGA16 39 40 bool "Standard 16-color Linux logo" 40 - default y 41 41 42 42 config LOGO_LINUX_VGA16_FILE 43 43 string "16-color logo .ppm file"