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

Dave Kleikamp shaggy at linux.vnet.ibm.com
Tue Mar 2 10:33:38 EST 2010


On Mon, 2010-03-01 at 15:29 -0500, Josh Boyer wrote:
> 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...

I hadn't really noticed this because it's been working.  When both 44GP
and PPC_47x are defined, it doesn't cause any problems for the 476.
It's not right though.

Thanks,
Shaggy
-- 
David Kleikamp
IBM Linux Technology Center



More information about the Linuxppc-dev mailing list