From: Jan-Benedict G. <jb...@us...> - 2005-07-31 17:28:37
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/video In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17734 Modified Files: Kconfig Log Message: - The vaxlcgfb needs softcursor support. Index: Kconfig =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/video/Kconfig,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Kconfig 24 Jul 2005 21:36:48 -0000 1.15 +++ Kconfig 31 Jul 2005 17:28:22 -0000 1.16 @@ -615,6 +615,7 @@ config FB_VAXLCG tristate "VAX LCG framebuffer support" depends on FB && VAX + select FB_SOFT_CURSOR help This is a very dumb framebuffer driver for the LCG (Low Cost Graphics) framebuffer found on VAXstation 4000/60 systems. |