[parisc-linux-cvs] linux deller
    Helge Deller 
    deller@puffin.external.hp.com
    Sun, 18 Feb 2001 15:03:28 -0700
    
    
  
CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	deller	01/02/18 15:03:28
Modified files:
	arch/parisc    : config.common 
Log message:
- small change to config.common, so that framebuffer-fonts are compiled in...
--- config.common       2001/02/02 22:32:13     1.2
+++ config.common       2001/02/18 22:02:29
@@ -135,6 +135,12 @@
fi
if [ "$CONFIG_STI_CONSOLE" = "y" ]; then
define_bool CONFIG_DUMMY_CONSOLE y
+      define_bool CONFIG_FBCON y
+      define_bool CONFIG_FBCON_FONTWIDTH8_ONLY n
+      define_bool CONFIG_FONT_8x8 y
+      define_bool CONFIG_FONT_8x16 y
+      define_bool CONFIG_FONT_6x11 y
+      define_bool CONFIG_FONT_SUN12x22 y
fi
endmenu
fi