Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <aothieno@us...> - 2005-07-06 18:28:51
|
Update of /cvsroot/gc-linux/linux/arch/ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25896/arch/ppc Modified Files: Kconfig Log Message: - Rename CONFIG_EXI to CONFIG_GAMECUBE_EXI - Add drivers/exi/Kconfig - Relocate CONFIG_GAMECUBE_RTC to drivers/exi/Kconfig - Update default config accordingly Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Kconfig 23 Jun 2005 23:16:21 -0000 1.27 +++ Kconfig 6 Jul 2005 18:27:59 -0000 1.28 @@ -682,16 +682,6 @@ 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 @@ -1211,20 +1201,10 @@ source "drivers/pci/Kconfig" -config EXI - bool "EXI support (EXPERIMENTAL)" - depends on GAMECUBE && EXPERIMENTAL - default y - help - This adds support for the Expansion Interface as found in - the Nintendo GameCube. On the Expansion Interface sit the - memory card slots, serial ports I & II, the Mask ROM, RTC, - SRAM and UART. - - Say Y. - source "drivers/pcmcia/Kconfig" +source "drivers/exi/Kconfig" + endmenu menu "Advanced setup" |