diff options
Diffstat (limited to 'drivers/video/console/fonts.c')
-rw-r--r-- | drivers/video/console/fonts.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/console/fonts.c b/drivers/video/console/fonts.c index 465d678230ae..e79b29702649 100644 --- a/drivers/video/console/fonts.c +++ b/drivers/video/console/fonts.c | |||
@@ -36,6 +36,10 @@ static struct font_desc *fonts[] = { | |||
36 | #undef NO_FONTS | 36 | #undef NO_FONTS |
37 | &font_vga_6x11, | 37 | &font_vga_6x11, |
38 | #endif | 38 | #endif |
39 | #ifdef CONFIG_FONT_7x14 | ||
40 | #undef NO_FONTS | ||
41 | &font_7x14, | ||
42 | #endif | ||
39 | #ifdef CONFIG_FONT_SUN8x16 | 43 | #ifdef CONFIG_FONT_SUN8x16 |
40 | #undef NO_FONTS | 44 | #undef NO_FONTS |
41 | &font_sun_8x16, | 45 | &font_sun_8x16, |
@@ -44,6 +48,10 @@ static struct font_desc *fonts[] = { | |||
44 | #undef NO_FONTS | 48 | #undef NO_FONTS |
45 | &font_sun_12x22, | 49 | &font_sun_12x22, |
46 | #endif | 50 | #endif |
51 | #ifdef CONFIG_FONT_10x18 | ||
52 | #undef NO_FONTS | ||
53 | &font_10x18, | ||
54 | #endif | ||
47 | #ifdef CONFIG_FONT_ACORN_8x8 | 55 | #ifdef CONFIG_FONT_ACORN_8x8 |
48 | #undef NO_FONTS | 56 | #undef NO_FONTS |
49 | &font_acorn_8x8, | 57 | &font_acorn_8x8, |