[PATCH 3/7] Basic Freescale MPC512x support

Arnd Bergmann arnd at arndb.de
Wed Jan 9 05:07:58 EST 2008


On Tuesday 08 January 2008, John Rigby wrote:
>  obj-$(CONFIG_PPC_CHRP)         += chrp/
>  obj-$(CONFIG_40x)              += 40x/
>  obj-$(CONFIG_44x)              += 44x/
> +obj-$(CONFIG_PPC_512x)         += 512x/
>  obj-$(CONFIG_PPC_MPC52xx)      += 52xx/
>  obj-$(CONFIG_PPC_8xx)          += 8xx/
>  obj-$(CONFIG_PPC_82xx)         += 82xx/

Why do you name the directory 512x instead of 51xx, which would be
more consistent with the others? Do you expect other 51xx chips that
are mostly incompatible with 512x?

Moreover, is it really so different from 52xx that it needs a separate
directory? E.g. we often treat the 74xx and 7xx as 6xx variants.

	Arnd <><



More information about the Linuxppc-dev mailing list