[RFC: PATCH 06/13] powerpc/4xx: Simple platform for the ISS 4xx simulator

Josh Boyer jwboyer at linux.vnet.ibm.com
Tue Mar 2 07:29:10 EST 2010


On Mon, Mar 01, 2010 at 12:16:00PM -0700, Dave Kleikamp wrote:
>diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
>index 1dfc1c1..915c295 100644
>--- a/arch/powerpc/platforms/44x/Kconfig
>+++ b/arch/powerpc/platforms/44x/Kconfig
>@@ -162,6 +162,17 @@ config YOSEMITE
> 	help
> 	  This option enables support for the AMCC PPC440EP evaluation board.
>
>+config ISS4xx
>+	bool "ISS 4xx Simulator"
>+	depends on (44x || 40x)
>+	default n
>+	select 405GP if 40x
>+	select 440GP if 44x

Won't that now build a 44x_46x kernel due to the 'select 440GP' there?  If so,
doesn't that cause issues for 476?  Confused...

josh


More information about the Linuxppc-dev mailing list