aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/cell_defconfig
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2006-06-19 14:33:28 -0400
committerPaul Mackerras <paulus@samba.org>2006-06-21 01:01:31 -0400
commitc01ea72a3b8abb7baa4291a1876b82599867035a (patch)
tree0ba10d699df09db0b35d5aaea4a654a5d0b216d7 /arch/powerpc/configs/cell_defconfig
parente46a0237fda640f02bc4cb3d9702b6ee91bfd6e4 (diff)
[POWERPC] spufs: split the Cell BE support into generic and platform dependant parts
Creates new config variables PPC_CELL_NATIVE and PPC_IBM_CELL_BLADE. The existing CONFIG_PPC_CELL is now used to denote the generic Cell processor support. PPC_CELL = make descends into platforms/cell PPC_CELL_NATIVE = add bare metal support PPC_IBM_CELL_BLADE = add blade device drivers, etc. Also renames spu_priv1.c to spu_priv1_mmio.c. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/cell_defconfig')
-rw-r--r--arch/powerpc/configs/cell_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig
index 5569befa405..b8b8d4675dc 100644
--- a/arch/powerpc/configs/cell_defconfig
+++ b/arch/powerpc/configs/cell_defconfig
@@ -117,6 +117,8 @@ CONFIG_PPC_MULTIPLATFORM=y
117# CONFIG_PPC_PMAC is not set 117# CONFIG_PPC_PMAC is not set
118# CONFIG_PPC_MAPLE is not set 118# CONFIG_PPC_MAPLE is not set
119CONFIG_PPC_CELL=y 119CONFIG_PPC_CELL=y
120CONFIG_PPC_CELL_NATIVE=y
121CONFIG_PPC_IBM_CELL_BLADE=y
120CONFIG_PPC_SYSTEMSIM=y 122CONFIG_PPC_SYSTEMSIM=y
121# CONFIG_U3_DART is not set 123# CONFIG_U3_DART is not set
122CONFIG_PPC_RTAS=y 124CONFIG_PPC_RTAS=y
@@ -124,7 +126,6 @@ CONFIG_PPC_RTAS=y
124CONFIG_RTAS_PROC=y 126CONFIG_RTAS_PROC=y
125CONFIG_RTAS_FLASH=y 127CONFIG_RTAS_FLASH=y
126CONFIG_MMIO_NVRAM=y 128CONFIG_MMIO_NVRAM=y
127CONFIG_CELL_IIC=y
128# CONFIG_PPC_MPC106 is not set 129# CONFIG_PPC_MPC106 is not set
129# CONFIG_PPC_970_NAP is not set 130# CONFIG_PPC_970_NAP is not set
130# CONFIG_CPU_FREQ is not set 131# CONFIG_CPU_FREQ is not set
@@ -134,6 +135,7 @@ CONFIG_CELL_IIC=y
134# Cell Broadband Engine options 135# Cell Broadband Engine options
135# 136#
136CONFIG_SPU_FS=m 137CONFIG_SPU_FS=m
138CONFIG_SPU_BASE=y
137CONFIG_SPUFS_MMAP=y 139CONFIG_SPUFS_MMAP=y
138CONFIG_CBE_RAS=y 140CONFIG_CBE_RAS=y
139 141