Update of /cvsroot/linux-mips/linux/drivers/video
In directory usw-pr-cvs1:/tmp/cvs-serv18705
Modified Files:
Config.in
Log Message:
Add back in the IT8181 option..
Index: Config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/drivers/video/Config.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Config.in 7 Mar 2002 23:30:22 -0000 1.14
+++ Config.in 8 Mar 2002 20:10:51 -0000 1.15
@@ -156,10 +156,9 @@
bool ' Use TFT Panel on Pb1500 ' CONFIG_PB1500_TFT
fi
fi
-
- # Linux VR devices
- tristate ' Simple Frame Buffer support' CONFIG_FB_SIMPLE
- tristate ' Simple Frame Buffer with HPC device control (Experimental)' CONFIG_FB_HPCSFB
+ tristate ' ITE IT8181 framebuffer support' CONFIG_FB_IT8181
+ tristate ' Simple Frame Buffer support' CONFIG_FB_SIMPLE
+ tristate ' Simple Frame Buffer with HPC device control (Experimental)' CONFIG_FB_HPCSFB
fi
if [ "$ARCH" = "sparc" -o "$ARCH" = "sparc64" ]; then
bool ' SBUS and UPA framebuffers' CONFIG_FB_SBUS
|