[PATCH v2] powerpc/booke: Add support for new e500mc core
Kumar Gala
galak at kernel.crashing.org
Wed Jun 18 04:19:48 EST 2008
On Jun 17, 2008, at 11:23 AM, Scott Wood wrote:
> On Tue, Jun 17, 2008 at 09:01:39AM -0500, Kumar Gala wrote:
>> diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/
>> platforms/Kconfig.cputype
>> index f7efaa9..1a1ccfb 100644
>> --- a/arch/powerpc/platforms/Kconfig.cputype
>> +++ b/arch/powerpc/platforms/Kconfig.cputype
>> @@ -95,6 +95,11 @@ config E500
>> select FSL_EMB_PERFMON
>> bool
>>
>> +config PPC_E500MC
>> + bool "e500mc Support"
>> + select PPC_FPU
>> + depends on E500
>
> We should probably depend on !PPC_85xx until we can support such a
> configuration, rather than have it break in less obvious ways.
I don't see any reason for this. While our marketing may say its not
an 85xx anymore its pretty close to one. For example I plan on the
board code living in platforms/85xx.
- k
More information about the Linuxppc-dev
mailing list