All of lore.kernel.org
 help / color / mirror / Atom feed
From: a.othieno@bluewin.ch (Arthur Othieno)
To: Kumar Gala <galak@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config
Date: Sun, 18 Sep 2005 18:49:55 -0400	[thread overview]
Message-ID: <20050918224955.GA5739@mars> (raw)
In-Reply-To: <Pine.LNX.4.61.0509181301340.19087@nylon.am.freescale.net>

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 <kumar.gala@freescale.com>
> 
> ---
> commit 41bfc892910fa820db2dfcaf876b2cbc2e3c4e56
> tree 2f77679b39af1f36174ada8338ad267858e46024
> parent e08f933110ff9e7d1a4b4e0ccead28e47c6840ea
> author Kumar K. Gala <kumar.gala@freescale.com> Sun, 18 Sep 2005 13:01:02 -0500
> committer Kumar K. Gala <kumar.gala@freescale.com> 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

  reply	other threads:[~2005-09-18 23:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-18 18:02 [PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config Kumar Gala
2005-09-18 22:49 ` Arthur Othieno [this message]
2005-09-19  2:24   ` Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050918224955.GA5739@mars \
    --to=a.othieno@bluewin.ch \
    --cc=galak@freescale.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.