Update of /cvsroot/gc-linux/linux/drivers/video
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31851/drivers/video
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.30.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/video/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Makefile 25 Oct 2009 18:50:27 -0000 1.33
--- Makefile 25 Oct 2009 18:53:45 -0000 1.34
***************
*** 126,130 ****
obj-$(CONFIG_FB_CARMINE) += carminefb.o
obj-$(CONFIG_FB_MB862XX) += mb862xx/
- obj-$(CONFIG_FB_GAMECUBE) += gcnfb.o
# Platform or fallback drivers go here
--- 126,129 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/video/Kconfig,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Kconfig 25 Oct 2009 18:50:27 -0000 1.37
--- Kconfig 25 Oct 2009 18:53:45 -0000 1.38
***************
*** 1664,1686 ****
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"
--- 1664,1667 ----
|