mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
a03a84bee3
When CONFIG_FONTS ("Select compiled-in fonts") is not enabled, the user
should not be asked about any fonts. However, when CONFIG_DRM_PANIC is
enabled, the user is still asked about the Sparc console 12x22 and
Terminus 16x32 fonts.
Fix this by moving the "|| DRM_PANIC" to where it belongs.
Split the dependency in two rules to improve readability.
Fixes:
|
||
---|---|---|
.. | ||
font_6x8.c | ||
font_6x10.c | ||
font_6x11.c | ||
font_7x14.c | ||
font_8x8.c | ||
font_8x16.c | ||
font_10x18.c | ||
font_acorn_8x8.c | ||
font_mini_4x6.c | ||
font_pearl_8x8.c | ||
font_sun8x16.c | ||
font_sun12x22.c | ||
font_ter16x32.c | ||
fonts.c | ||
Kconfig | ||
Makefile |