mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
701a9b9db9
If CONFIG_FB_CORE=y and CONFIG_FB=n, the frame buffer bootup logos can
no longer be enabled. Fix this by making CONFIG_LOGO depend on
CONFIG_FB_CORE instead of CONFIG_FB, as there is no good reason for the
logo code to depend on the presence of real frame buffer device drivers.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
clut_vga16.ppm | ||
Kconfig | ||
logo_dec_clut224.ppm | ||
logo_linux_clut224.ppm | ||
logo_linux_mono.pbm | ||
logo_linux_vga16.ppm | ||
logo_mac_clut224.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 | ||
logo.c | ||
Makefile | ||
pnmtologo.c |