From: Albert H. <he...@us...> - 2009-10-25 18:33:55
|
Update of /cvsroot/gc-linux/linux/arch/powerpc/platforms/embedded6xx In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/arch/powerpc/platforms/embedded6xx Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.29. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/platforms/embedded6xx/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 1 Feb 2009 18:29:35 -0000 1.8 --- Makefile 25 Oct 2009 18:33:46 -0000 1.9 *************** *** 8,18 **** obj-$(CONFIG_PPC_PRPMC2800) += prpmc2800.o obj-$(CONFIG_PPC_C2K) += c2k.o - obj-$(CONFIG_GAMECUBE) += gamecube.o gamecube_dev.o - obj-$(CONFIG_WII) += wii.o wii_dev.o \ - starlet-ipc.o starlet-malloc.o \ - starlet-stm.o starlet-es.o - obj-$(CONFIG_FLIPPER_PIC) += flipper-pic.o - obj-$(CONFIG_USBGECKO_UDBG) += usbgecko_udbg.o - obj-$(CONFIG_GAMECUBE_VIDEO_UDBG) += gcnvi_udbg.o - obj-$(CONFIG_GAMECUBE_RSW) += gcn-rsw.o - obj-$(CONFIG_WII_GPIO) += starlet-gpio.o --- 8,9 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/powerpc/platforms/embedded6xx/Kconfig,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Kconfig 1 Feb 2009 18:29:35 -0000 1.7 --- Kconfig 25 Oct 2009 18:33:46 -0000 1.8 *************** *** 91,179 **** bool "Enable MPC10x store gathering" depends on MPC10X_BRIDGE - - config GAMECUBE - bool "Nintendo-GameCube" - depends on EMBEDDED6xx - select GAMECUBE_COMMON - help - Select GAMECUBE if configuring for the Nintendo GameCube. - More information at: <http://gc-linux.sourceforge.net/> - - config WII - bool "Nintendo-Wii" - depends on EMBEDDED6xx - select GAMECUBE_COMMON - select PPC_LIB_RHEAP - help - Select WII if configuring for the Nintendo Wii. - More information at: <http://gc-linux.sourceforge.net/> - - config FLIPPER_PIC - bool - default n - - config GAMECUBE_COMMON - bool - select NOT_COHERENT_CACHE - select FLIPPER_PIC - default n - - config GAMECUBE_UDBG - bool "Nintendo GameCube/Wii udbg support" - depends on GAMECUBE_COMMON - default n - help - If you say yes to this option, you will be able to choose between - several udbg drivers available for the Nintendo GameCube/Wii. - - If in doubt, say N here. - - choice - prompt "Nintendo GameCube/Wii udbg drivers" - depends on GAMECUBE_UDBG - - config USBGECKO_UDBG - bool "USB Gecko udbg console for the Nintendo GameCube/Wii" - help - If you say yes to this option, support will be included for the - USB Gecko adapter as an udbg console. - The USB Gecko is a EXI to USB Serial converter that can be plugged - into a memcard slot in the Nintendo GameCube/Wii. - - This driver bypasses the EXI layer completely. - - If in doubt, say N here. - - config GAMECUBE_VIDEO_UDBG - bool "Nintendo GameCube/Wii framebuffer udbg console" - select FONTS - select FONT_8x16 - help - If you say yes to this option, support will be included for a - framebuffer based udbg console for the Nintendo GameCube/Wii. - - If in doubt, say N here. - - endchoice - - config GAMECUBE_RSW - bool "Nintendo GameCube/Wii reset switch/button" - depends on GAMECUBE_COMMON - default y - help - If you say yes to this option, support will be included for the - reset switch/button of the Nintendo GameCube/Wii. - - If in doubt, say Y here. - - config WII_GPIO - bool "Nintendo Wii GPIO support" - depends on GPIOLIB - default y - help - If you say yes to this option, support will be included for the - Nintendo Wii GPIO lines that control, for example, the sensor - bar IR leds, the front led, or the eject switch of the disk unit. - - If in doubt, say Y here. - --- 91,92 ---- |