From: Albert H. <he...@us...> - 2009-12-09 18:18:17
|
Update of /cvsroot/gc-linux/linux/drivers/video In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17071/drivers/video Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.31. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Makefile 25 Oct 2009 18:59:28 -0000 1.36 --- Makefile 9 Dec 2009 18:18:07 -0000 1.37 *************** *** 127,131 **** obj-$(CONFIG_FB_CARMINE) += carminefb.o obj-$(CONFIG_FB_MB862XX) += mb862xx/ - obj-$(CONFIG_FB_GAMECUBE) += gcnfb.o # Platform or fallback drivers go here --- 127,130 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/video/Kconfig,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** Kconfig 25 Oct 2009 18:59:28 -0000 1.40 --- Kconfig 9 Dec 2009 18:18:07 -0000 1.41 *************** *** 1669,1691 **** endchoice - config 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 - help - This is the frame buffer device driver for the Nintendo GameCube. - - config WII_AVE_RVL - bool "Nintendo Wii audio/video encoder support" - depends on FB_GAMECUBE && WII - select I2C_GPIO - select I2C - default y - help - Say Y here to support the audio/video encoder found in the - Nintendo Wii video game console. - config FB_AU1100 bool "Au1100 LCD Driver" --- 1669,1672 ---- |