From: <se...@pr...> - 2004-01-30 15:00:47
|
Update of /cvsroot/gc-linux/linux/arch/ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16537/arch/ppc Modified Files: Kconfig Log Message: Adding DVD Cover Message Driver Changed name of GameCube Reset Switch option Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Kconfig 30 Jan 2004 02:15:15 -0000 1.4 +++ Kconfig 30 Jan 2004 14:59:14 -0000 1.5 @@ -564,7 +564,7 @@ endchoice config GAMECUBE_RESET_SWITCH - bool "RESETSWITCH" + bool "GameCube Reset button" default n ---help--- If you say yes to this option, support will be included for the @@ -573,6 +573,16 @@ This driver can also be built as a module. If so, the module will be called gc-rsw. +config GAMECUBE_DVD_COVER + bool "GameCube DVD Cover" + default n + ---help--- + If you say yes to this option, support will be included for the + reset switch of the GameCube. + + This driver can also be built as a module. If so, the module + will be called gc-dvdcover. + config TQM8xxL bool depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L || SM850) |