aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2007-03-23 09:06:43 -0400
committerPaul Mackerras <paulus@samba.org>2007-04-12 13:55:15 -0400
commit28066ae91b2050d79531a6f2d5e35dd8f666bafd (patch)
treee0b8c315a7fb61f0fa5f331aa37b1f7a4602abbe
parenta5bcbcaff24185695b296d4aa2278c5f890a7987 (diff)
[POWERPC] CBE thermal support on PS3
I wanted to enable CBE_THERM on PS3. So I had to enable CBE_RAS first. But the resulting kernel doesn't link, as cbe_regs.c isn't compiled for non-PPC_CELL_NATIVE. CBE_RAS should depend on PPC_CELL_NATIVE; this makes it so. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--arch/powerpc/platforms/cell/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig
index 53913a26ef42..82551770917c 100644
--- a/arch/powerpc/platforms/cell/Kconfig
+++ b/arch/powerpc/platforms/cell/Kconfig
@@ -41,6 +41,7 @@ config SPU_BASE
41 41
42config CBE_RAS 42config CBE_RAS
43 bool "RAS features for bare metal Cell BE" 43 bool "RAS features for bare metal Cell BE"
44 depends on PPC_CELL_NATIVE
44 default y 45 default y
45 46
46config CBE_THERM 47config CBE_THERM