mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
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> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| clut_vga16.ppm | ||
| Kconfig | ||
| logo.c | ||
| logo_dec_clut224.ppm | ||
| logo_linux_clut224.ppm | ||
| logo_linux_mono.pbm | ||
| logo_linux_vga16.ppm | ||
| logo_parisc_clut224.ppm | ||
| logo_sgi_clut224.ppm | ||
| logo_spe_clut224.ppm | ||
| logo_sun_clut224.ppm | ||
| logo_superh_clut224.ppm | ||
| logo_superh_mono.pbm | ||
| logo_superh_vga16.ppm | ||
| Makefile | ||
| pnmtologo.c | ||