[patch 1/9] move 82xx/83xx/86xx Kconfig options to platform selection

Mark A. Greer mgreer at mvista.com
Thu Jul 12 01:35:42 EST 2007


On Sat, Jun 16, 2007 at 02:05:12AM +0200, arnd at arndb.de wrote:
> The cores used in the MPC82xx/83xx/86xx embedded controllers are very similar
> to those in the 32 bit general-purpose processors, so it makes sense to
> treat them as the same CPU family.
> 
> Choosing between the embedded platforms and the multiplatform code is
> now done in the platform menu, but functionally everything stays the
> same.
> 
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Index: linux-2.6/arch/powerpc/platforms/Kconfig
> ===================================================================
> --- linux-2.6.orig/arch/powerpc/platforms/Kconfig
> +++ linux-2.6/arch/powerpc/platforms/Kconfig

> @@ -16,8 +16,31 @@ config EMBEDDED6xx
>  	bool "Embedded 6xx/7xx/7xxx-based board"
>  	depends on PPC32 && (BROKEN||BROKEN_ON_SMP)

<snip>

> +config CLASSIC32
> +	def_bool y
> +	depends on 6xx && PPC_MULTIPLATFORM
		       ^^^^^^^^^^^^^^^^^^^^
Arnd, is this really what you wanted?  With it, none of the embedded
classics have CLASSIC32 defined which means they don't get TAU or
ALTIVEC defined which isn't good.

Mark



More information about the Linuxppc-dev mailing list