Browse Source

[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>
Geert Uytterhoeven 18 years ago
parent
commit
28066ae91b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/powerpc/platforms/cell/Kconfig

+ 1 - 0
arch/powerpc/platforms/cell/Kconfig

@@ -41,6 +41,7 @@ config SPU_BASE
 
 config CBE_RAS
 	bool "RAS features for bare metal Cell BE"
+	depends on PPC_CELL_NATIVE
 	default y
 
 config CBE_THERM