From: Paul M. <le...@us...> - 2002-01-08 08:20:52
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv19880 Modified Files: Config.in Log Message: For some reason these things got changed around.. figuring out if we want to descend the directory or not should be a bool, not a tristate.. Index: Config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/Config.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- Config.in 2001/12/26 17:28:11 1.56 +++ Config.in 2002/01/08 08:20:48 1.57 @@ -163,10 +163,10 @@ fi tristate ' ATI Radeon display support (EXPERIMENTAL)' CONFIG_FB_RADEON tristate ' ATI Rage 128 display support (EXPERIMENTAL)' CONFIG_FB_ATY128 - tristate ' 3Dfx acceleration support' CONFIG_FB_TDFX + bool ' 3Dfx acceleration support' CONFIG_FB_TDFX if [ "$CONFIG_FB_TDFX" != "n" ]; then - bool ' 3Dfx Banshee/Voodoo3 display support (EXPERIMENTAL)' CONFIG_FB_3DFX - bool ' 3Dfx Voodoo Graphics (sst1) support (EXPERIMENTAL)' CONFIG_FB_VOODOO1 + tristate ' 3Dfx Banshee/Voodoo3 display support (EXPERIMENTAL)' CONFIG_FB_3DFX + tristate ' 3Dfx Voodoo Graphics (sst1) support (EXPERIMENTAL)' CONFIG_FB_VOODOO1 fi dep_tristate ' SIS acceleration (EXPERIMENTAL)' CONFIG_FB_SIS $CONFIG_EXPERIMENTAL if [ "$CONFIG_FB_SIS" != "n" ]; then |