From: Paul M. <le...@us...> - 2002-06-27 21:13:10
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv19440/arch/mips/configs Modified Files: defconfig-casio-be300 Log Message: sfb rewrite part 1. get rid of all the platdep dependance, let platforms specify memory locations/sizes if they need to. also use the modedb for mode lookups. inverse/grayscale become boot options. support for obscure video modes to come later.. Index: defconfig-casio-be300 =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-casio-be300,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- defconfig-casio-be300 14 Jun 2002 16:35:59 -0000 1.4 +++ defconfig-casio-be300 27 Jun 2002 21:13:06 -0000 1.5 @@ -359,7 +359,35 @@ # # Frame-buffer support # -# CONFIG_FB is not set +CONFIG_FB=y +CONFIG_DUMMY_CONSOLE=y +# CONFIG_FB_RIVA is not set +# CONFIG_FB_CLGEN is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_E1355 is not set +# CONFIG_FB_MQ200 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_E1356 is not set +# CONFIG_FB_IT8181 is not set +CONFIG_FB_SIMPLE=y +CONFIG_FB_SIMPLE_MEMBASE=aa200000 +CONFIG_FB_SIMPLE_MEMSIZE=0 +# CONFIG_FB_SIMPLE_GRAY is not set +# CONFIG_FB_HPCSFB is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FBCON_ADVANCED is not set +# CONFIG_FBCON_FONTWIDTH8_ONLY is not set +# CONFIG_FBCON_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y # # Sound |