From patchwork Sat Nov 28 20:43:50 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Albert Herranz X-Patchwork-Id: 39704 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id DDD541016F4 for ; Sun, 29 Nov 2009 07:45:12 +1100 (EST) Received: from smtp141.mail.ukl.yahoo.com (smtp141.mail.ukl.yahoo.com [77.238.184.72]) by ozlabs.org (Postfix) with SMTP id D69E2B6F1C for ; Sun, 29 Nov 2009 07:44:10 +1100 (EST) Received: (qmail 42269 invoked from network); 28 Nov 2009 20:44:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References; b=19JdbJ42VLlWFV1ipMWg2+pulq5gbccOYm2Yts7aCeA722F2w4RaG4SQkPKTvVv+qWKqcnQQc9zaXiIRdiuyaR6u39Q41hc1Ab0C14rLtk5v1OEyTSNP6LTuwcy7W/5BXIynLs21+aaJoCwbqMkb3VZEcvAWkJC/sOfCF9O1UlU= ; Received: from 59.Red-88-24-158.staticIP.rima-tde.net (albert_herranz@88.24.158.59 with login) by smtp141.mail.ukl.yahoo.com with SMTP; 28 Nov 2009 20:44:08 +0000 GMT X-Yahoo-SMTP: czee06uswBAtfIYshc.kP27UlfEXaxwWNSjJ X-YMail-OSG: SUDxWgUVM1nZYzi4vQvSBMJTNYipSdSioLBpciRXpodEo3Rt75Rq4ZXC1YgvSb2L_0tQY_eLf68tBhI03RzcvayWseYX87J2cAWuqVeU6xdQnoqA6xbdPAxT5t15h..GwPTbBfUgKzGcy3yddCtbKKqdHRh_874Pr_KKpQWmSBypQdC78XpGCOP9yoSUYEfRJqswIqGn.CQP4SIHHkWl3Pm0mV5H0jijsFkblikmRTdz4TtW6ZSUQtXf11Qjos8un2RL_bGLBB0XCCZuzZKyEWpg7AvNmjIsuE9fkc17Kqr4iNJvJJ3LbFKHRlZVzAkdGu1_HMxqmQn4LC6._XT9PzA- X-Yahoo-Newman-Property: ymail-3 From: Albert Herranz To: linuxppc-dev@lists.ozlabs.org Subject: [RFC PATCH v2 04/11] powerpc: gamecube/wii: introduce GAMECUBE_COMMON Date: Sat, 28 Nov 2009 21:43:50 +0100 Message-Id: <1259441037-15725-5-git-send-email-albert_herranz@yahoo.es> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1259441037-15725-1-git-send-email-albert_herranz@yahoo.es> References: <1259441037-15725-1-git-send-email-albert_herranz@yahoo.es> Cc: Albert Herranz X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org 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 --- arch/powerpc/platforms/embedded6xx/Kconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) 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 +