Re: [PATCH 11/13] cell: split out board specific files

From: Segher Boessenkool
Date: Sat Apr 29 2006 - 23:00:51 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/