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
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to