diff options
author | Albert Herranz <albert_herranz@yahoo.es> | 2009-12-12 06:31:42 +0000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-12 22:24:28 -0700 |
commit | e90d71d0f52fb3d619b96ba92b7614fed7cb819e (patch) | |
tree | 8b9243e0b494d158c3a6834137177c1d69159641 /arch/powerpc/platforms/embedded6xx/Kconfig | |
parent | 028ee972f032b636b5776b779c0f085ba9cfd30f (diff) | |
download | blackbird-obmc-linux-e90d71d0f52fb3d619b96ba92b7614fed7cb819e.tar.gz blackbird-obmc-linux-e90d71d0f52fb3d619b96ba92b7614fed7cb819e.zip |
powerpc: gamecube: platform support
Add platform support for the Nintendo GameCube video game console.
Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 464e4147ad63..e318ced39e72 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig @@ -107,3 +107,11 @@ config USBGECKO_UDBG If in doubt, say N here. +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/> + |