[PATCH v2] powerpc/booke: Add support for new e500mc core
Scott Wood
scottwood at freescale.com
Wed Jun 18 02:23:09 EST 2008
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.
-Scott
More information about the Linuxppc-dev
mailing list