| Submitter | Albert Herranz |
|---|---|
| Date | Nov. 28, 2009, 8:43 p.m. |
| Message ID | <1259441037-15725-5-git-send-email-albert_herranz@yahoo.es> |
| Download | mbox | patch |
| Permalink | /patch/39704/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 291ac9d..97a2dbc 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig @@ -90,3 +90,7 @@ config MPC10X_OPENPIC config MPC10X_STORE_GATHERING bool "Enable MPC10x store gathering" depends on MPC10X_BRIDGE + +config GAMECUBE_COMMON + bool +
Add a config option GAMECUBE_COMMON to be used as a dependency for all options common to the Nintendo GameCube and Wii video game consoles. Signed-off-by: Albert Herranz <albert_herranz@yahoo.es> --- arch/powerpc/platforms/embedded6xx/Kconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)