Fonts: New Terminus large console font
[sfrench/cifs-2.6.git] / lib / fonts / fonts.c
index 823376ca0a8b2a7655a51b51c39d5dd944373e61..9969358a7af5a84aff788cc49fe103437286c5f6 100644 (file)
@@ -67,6 +67,10 @@ static const struct font_desc *fonts[] = {
 #undef NO_FONTS
     &font_6x10,
 #endif
+#ifdef CONFIG_FONT_TER16x32
+#undef NO_FONTS
+    &font_ter_16x32,
+#endif
 };
 
 #define num_fonts ARRAY_SIZE(fonts)