linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config
@ 2005-09-18 18:02 Kumar Gala
  2005-09-18 22:49 ` Arthur Othieno
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2005-09-18 18:02 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

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
 	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
 	depends on PPC_MULTIPLATFORM
 	default y

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config
  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
  2005-09-19  2:24   ` Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Arthur Othieno @ 2005-09-18 22:49 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config
  2005-09-18 22:49 ` Arthur Othieno
@ 2005-09-19  2:24   ` Kumar Gala
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2005-09-19  2:24 UTC (permalink / raw)
  To: <a.othieno@bluewin.ch>; +Cc: linuxppc-dev

Oops, good catch.  I'll send an updated patch that gets ride of the  
duplicated 'bool's.

- kumar

On Sep 18, 2005, at 5:49 PM, <a.othieno@bluewin.ch>  
<a.othieno@bluewin.ch> wrote:

> 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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-19  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2005-09-19  2:24   ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).