From: <aot...@us...> - 2004-03-15 00:37:10
|
Update of /cvsroot/gc-linux/linux/arch/ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30513/arch/ppc Modified Files: Kconfig Log Message: Trivial re-ordering to keep things sorted alphabetically. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Kconfig 14 Mar 2004 23:45:44 -0000 1.9 +++ Kconfig 15 Mar 2004 00:27:55 -0000 1.10 @@ -517,6 +517,13 @@ Select SANDPOINT if configuring for a Motorola Sandpoint X3 (any flavor). +config GAMECUBE + bool "Nintendo-GameCube" + help + Select GAMECUBE if configuring for the Nintendo GameCube. + More information is available at: + <http://gc-linux.sourceforge.net/>. + config ADIR bool "SBS-Adirondack" @@ -560,11 +567,6 @@ End of Life: not yet :-) URL: <http://www.denx.de/PDF/TQM82xx_SPEC_Rev005.pdf> -config GAMECUBE - bool "GameCube" - ---help--- - The Nintendo GamCube. - endchoice config GAMECUBE_RESET_SWITCH |