[patch 06/10] powerpc: multiplatformize embedded6xx Kconfig

Stephen Rothwell sfr at canb.auug.org.au
Tue Jun 12 14:15:09 EST 2007


On Tue, 12 Jun 2007 01:28:30 +0200 arnd at arndb.de wrote:
>
> The existing embedded 6xx platforms will happily coexist
> with each other in a single kernel if you let them.
> 
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
> Index: linux-2.6/arch/powerpc/platforms/embedded6xx/Kconfig
> ===================================================================
> --- linux-2.6.orig/arch/powerpc/platforms/embedded6xx/Kconfig
> +++ linux-2.6/arch/powerpc/platforms/embedded6xx/Kconfig
> @@ -1,9 +1,10 @@
> -choice
> -	prompt "Machine Type"
> -	depends on EMBEDDED6xx
> +config EMBEDDED6xx
> +	bool "Embedded 6xx"
>  
>  config LINKSTATION
>  	bool "Linkstation / Kurobox(HG) from Buffalo"
> +	depends on EMBEDDED6xx
> +	depends on (BROKEN || BROKEN_ON_SMP)

Would this be a separate fix?

>  	select MPIC
>  	select FSL_SOC
>  	select PPC_UDBG_16550 if SERIAL_8250
> @@ -17,6 +18,8 @@ config LINKSTATION
>  
>  config MPC7448HPC2
>  	bool "Freescale MPC7448HPC2(Taiga)"
> +	depends on EMBEDDED6xx
> +	depends on (BROKEN || BROKEN_ON_SMP)

And this?

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20070612/caa77a28/attachment.pgp>


More information about the Linuxppc-dev mailing list