[PATCH] ppc32: Allow user to individual select CHRP/PMAC/PREP config

Kumar Gala kumar.gala at freescale.com
Mon Sep 19 12:24:46 EST 2005


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




More information about the Linuxppc-dev mailing list