From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail19.bluewin.ch (mail19.bluewin.ch [195.186.18.65]) by ozlabs.org (Postfix) with ESMTP id D0193682FF for ; Mon, 19 Sep 2005 09:00:31 +1000 (EST) Date: Sun, 18 Sep 2005 18:49:55 -0400 To: Kumar Gala Message-ID: <20050918224955.GA5739@mars> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: From: a.othieno@bluewin.ch (Arthur Othieno) Cc: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Sep 18, 2005 at 01:02:03PM -0500, Kumar Gala wrote: > Made the CHRP/PMAC/PREP config options selectable by the user. > This allows us to build kernels specifically for one of the > platforms thus reducing code size. > > Signed-off-by: Kumar Gala > > --- > commit 41bfc892910fa820db2dfcaf876b2cbc2e3c4e56 > tree 2f77679b39af1f36174ada8338ad267858e46024 > parent e08f933110ff9e7d1a4b4e0ccead28e47c6840ea > author Kumar K. Gala Sun, 18 Sep 2005 13:01:02 -0500 > committer Kumar K. Gala Sun, 18 Sep 2005 13:01:02 -0500 > > arch/ppc/Kconfig | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig > --- a/arch/ppc/Kconfig > +++ b/arch/ppc/Kconfig > @@ -747,12 +747,13 @@ config CPM2 > on it (826x, 827x, 8560). > > config PPC_CHRP > + bool " Common Hardware Reference Platform (CHRP) based machines" > bool Forgot to knock off that extra `bool' ? > depends on PPC_MULTIPLATFORM > default y > > config PPC_PMAC > - bool > + bool " Apple PowerMac based machines" > depends on PPC_MULTIPLATFORM > default y > > @@ -762,6 +763,7 @@ config PPC_PMAC64 > default y > > config PPC_PREP > + bool " PowerPC Reference Platform (PREP) based machines" > bool Ditto. > depends on PPC_MULTIPLATFORM > default y