[Cbe-oss-dev] [patch 5/6] cell: add platform stub

Arnd Bergmann arnd at arndb.de
Thu Apr 27 21:48:38 EST 2006


On Wednesday 26 April 2006 23:52, Geoff Levand wrote:
> +config PPC_SONY_PS3
> +       bool "  Sony PS3 Game Console"
> +       depends on PPC_MULTIPLATFORM && PPC64
> +       select PPC_SONY_HV
> +               help
> +          This option enables support for the Sony PS3 Game Console.

I think this options belongs into the multiplatform list
where e.g. pSeries and mac currently are.

> +config PPC_SONY_HV
> +       bool
> +       depends on PPC_SONY_PS3
> +       default y if PPC_SONY_PS3
> +       select PPC_CELL
> +       select PPC_RTAS

You can do either the 'default y if PPC_SONY_PS3' here, or 
'select PPC_SONY_HV' in the option above. Doing both
is redundant.

	Arnd <><



More information about the cbe-oss-dev mailing list