From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp112.mail.ukl.yahoo.com (smtp112.mail.ukl.yahoo.com [77.238.184.50]) by ozlabs.org (Postfix) with SMTP id 3C7B4B7BBE for ; Tue, 24 Nov 2009 06:56:20 +1100 (EST) Message-ID: <4B0AE8E3.7050606@yahoo.es> Date: Mon, 23 Nov 2009 20:56:19 +0100 From: Albert Herranz MIME-Version: 1.0 To: Grant Likely Subject: Re: [RFC PATCH 06/19] powerpc: gamecube/wii: introduce GAMECUBE_COMMON 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> <1258927311-4340-7-git-send-email-albert_herranz@yahoo.es> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > On Sun, Nov 22, 2009 at 3:01 PM, Albert Herranz wrote: >> 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 > > This could just be rolled into the first patch that uses it. But > otherwise; ACK. > > g. > Thanks. This one I prefer in a separate patch as a logical step, if that's not a problem. >> --- >> 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 >> + Cheers, Albert