From patchwork Sun Nov 22 22:01:37 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Albert Herranz X-Patchwork-Id: 39005 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 9B245101FED for ; Mon, 23 Nov 2009 09:03:36 +1100 (EST) Received: from smtp106.mail.ukl.yahoo.com (smtp106.mail.ukl.yahoo.com [77.238.184.38]) by ozlabs.org (Postfix) with SMTP id 9A4061007F7 for ; Mon, 23 Nov 2009 09:02:07 +1100 (EST) Received: (qmail 97147 invoked from network); 22 Nov 2009 22:02:05 -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=jcQNTrmfzXnMK76zKwunZ+JM3KjeLX2HmkGLHHe3e8dwa+Y8R50G2sKBwKXvw5JZiDsXZP19rHhrAk4mBPyXL2ecnWcwYcLMi5HbE4sy4xJc5yq+Hn7WaujL7GwSdS5GweY4YNPN6ryCYHQrD/Ac0b5p++NbF7UjzfxNLFQjoIs= ; Received: from 59.Red-88-24-158.staticIP.rima-tde.net (albert_herranz@88.24.158.59 with login) by smtp106.mail.ukl.yahoo.com with SMTP; 22 Nov 2009 22:02:05 +0000 GMT X-Yahoo-SMTP: czee06uswBAtfIYshc.kP27UlfEXaxwWNSjJ X-YMail-OSG: UPWm7bcVM1lSvfmQwvFeESVMmkRQBr7I5lah7HB93Xbhl4dO.IOxREK8lj3EEIY2HKfsCEvjCqpJi2BeO57RgCuPp_luUfcchm5wgubWu5vywIMwd2xN0grKzZioNUrkQqK67U5zOpuZou.ATIomQMmCS9f4fJFwqBqBrJN.gScvn1ssWF8XPqXlo1twJoeH5vlSu.ry_weunXYtHB5HzEpdHCukDzhAfav53H8Mqp2cMF8L6u9Eiyetzou6AXJ8fHgSaUxo5QcRWu_8B96JcIn6Y0WiNwvU0drR3BWrBACXxYJ5v2UEqbaud_K66bia5o7Jdxc1uWYEcJNlm_ArdlE- X-Yahoo-Newman-Property: ymail-3 From: Albert Herranz To: linuxppc-dev@lists.ozlabs.org Subject: [RFC PATCH 06/19] powerpc: gamecube/wii: introduce GAMECUBE_COMMON Date: Sun, 22 Nov 2009 23:01:37 +0100 Message-Id: <1258927311-4340-7-git-send-email-albert_herranz@yahoo.es> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1258927311-4340-6-git-send-email-albert_herranz@yahoo.es> References: <1258927311-4340-1-git-send-email-albert_herranz@yahoo.es> <1258927311-4340-2-git-send-email-albert_herranz@yahoo.es> <1258927311-4340-3-git-send-email-albert_herranz@yahoo.es> <1258927311-4340-4-git-send-email-albert_herranz@yahoo.es> <1258927311-4340-5-git-send-email-albert_herranz@yahoo.es> <1258927311-4340-6-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 +