Hi,

On Mon, Oct 08, 2007 at 11:08:51AM +0200, Stefan Roese wrote:
> This patch adds basic support for the new 405EX and the AMCC eval board
> Kilauea to arch/powerpc.

[...]

> +config KILAUEA
> +     bool "Kilauea"
> +     depends on 40x
> +     default y
> +     select 405EX
> +     help
> +       This option enables support for the AMCC PPC405EX evaluation board.
> +
>  #config REDWOOD_5
>  #    bool "Redwood-5"
>  #    depends on 40x
> @@ -89,14 +97,17 @@ config 403GCX
>       #depends on OAK
>       select IBM405_ERR51
>  
> +config 405EP
> +     bool
> +
> +config 405EX
> +     bool
> +

Do you really need config options for 405EP/EX? I don't seem them used anywhere
else in the code (and it's also contradictory to the whole new multiplatform way
of looking at stuff :).

I know the 405/440 is still somewhat #ifdef:ed on the cpu here and there, but 
since
this doesn't add any such code I don't see a need for the config options?


-Olof

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to