From: <he...@us...> - 2005-03-13 21:52:15
|
Update of /cvsroot/gc-linux/linux/arch/ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5073/arch/ppc Modified Files: Kconfig Log Message: Disabled building the reset driver as a module, as currently can't be. Modified the RTC driver to work with the new exi framework. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Kconfig 3 Mar 2005 21:12:48 -0000 1.23 +++ Kconfig 13 Mar 2005 21:51:37 -0000 1.24 @@ -651,6 +651,16 @@ depends on ADS8272 default y +config GAMECUBE_RTC + bool "Nintendo GameCube Real Time Clock and SRAM" + depends on GAMECUBE && EXI + default y + help + If you say yes to this option, support will be included for the + Real Time Clock and SRAM of the Nintendo GameCube. + + If in doubt, say Y here. + config GAMECUBE_CONSOLE bool "Nintendo GameCube debug console" depends on GAMECUBE @@ -662,16 +672,13 @@ If in doubt, say N here. config GAMECUBE_RESET - tristate "Nintendo GameCube reset button" + bool "Nintendo GameCube reset button" depends on GAMECUBE default y help If you say yes to this option, support will be included for the reset button of the Nintendo GameCube. - This driver can also be built as a module. If so, the module - will be called gcn-rsw. - If in doubt, say Y here. config GAMECUBE_DVDCOVER |