From: Albert H. <he...@us...> - 2008-03-26 20:04:57
|
Update of /cvsroot/gc-linux/linux/drivers/video In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15088/drivers/video Modified Files: Kconfig Log Message: Use CONFIG_GAMECUBE_COMMON to denote common code between gamecube and wii. Use CONFIG_GAMECUBE for the gamecube platform. Use CONFIG_WII for the wii platform. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/Kconfig,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Kconfig 24 Feb 2008 18:05:33 -0000 1.26 +++ Kconfig 26 Mar 2008 20:02:28 -0000 1.27 @@ -1617,8 +1617,8 @@ and maybe other boards. config FB_GAMECUBE - bool "Nintendo GameCube frame buffer" - depends on FB && GAMECUBE + bool "Nintendo GameCube/Wii frame buffer" + depends on FB && GAMECUBE_COMMON select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT @@ -1627,7 +1627,7 @@ config FB_GAMECUBE_GX bool "Nintendo GameCube hardware accelerated graphics support" - depends on FB_GAMECUBE + depends on FB_GAMECUBE && GAMECUBE && BROKEN help Say Y here to support the 3D hardware found in the Nintendo GameCube. |