diff options
author | Albert Herranz <albert_herranz@yahoo.es> | 2009-12-12 01:31:42 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-13 00:24:28 -0500 |
commit | e90d71d0f52fb3d619b96ba92b7614fed7cb819e (patch) | |
tree | 8b9243e0b494d158c3a6834137177c1d69159641 /arch/powerpc/platforms/embedded6xx/Kconfig | |
parent | 028ee972f032b636b5776b779c0f085ba9cfd30f (diff) |
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 | |||
107 | 107 | ||
108 | If in doubt, say N here. | 108 | If in doubt, say N here. |
109 | 109 | ||
110 | config GAMECUBE | ||
111 | bool "Nintendo-GameCube" | ||
112 | depends on EMBEDDED6xx | ||
113 | select GAMECUBE_COMMON | ||
114 | help | ||
115 | Select GAMECUBE if configuring for the Nintendo GameCube. | ||
116 | More information at: <http://gc-linux.sourceforge.net/> | ||
117 | |||