Re: [PATCH 11/13] cell: split out board specific files
- From: Segher Boessenkool <segher@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 30 Apr 2006 04:52:50 +0200
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/
- References:
- [PATCH 00/13] Cell patches for 2.6.18
- From: Arnd Bergmann
- [PATCH 11/13] cell: split out board specific files
- From: Arnd Bergmann
- [PATCH 00/13] Cell patches for 2.6.18
- Prev by Date: Re: sata_sil24 resetting controller...
- Next by Date: [PATCH] powerpc: Make rtas console _much_ faster
- Previous by thread: [PATCH 11/13] cell: split out board specific files
- Next by thread: [PATCH 05/13] cell: enable CPU_FTR_CI_LARGE_PAGE
- Index(es):