[PATCH 11/13] cell: split out board specific files
Segher Boessenkool
segher at kernel.crashing.org
Sun Apr 30 12:52:50 EST 2006
> Split the Cell BE support into generic and platform
> dependant parts.
>
> Creates a new config variable CONFIG_PPC_IBM_CELL_BLADE.
> The existing CONFIG_PPC_CELL is now used to denote the
> generic Cell processor support. Also renames spu_priv1.c
> to spu_priv1_mmio.c.
> config CELL_IIC
> - depends on PPC_CELL
> + depends on PPC_IBM_CELL_BLADE
> bool
> default y
Erm no... Make this
depends on PPC_CELL && !SOME_HYPERVISOR_THING
to reflect the _real_ dependency please? Similar in a few other
places perhaps.
Segher
More information about the Linuxppc-dev
mailing list