CBE_THERM and OPROFILE_CELL both cannot be built without
SPU_FS disabled, so make the dependency explicit.
Reported-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
 config CBE_THERM
        tristate "CBE thermal support"
        default m
-       depends on CBE_RAS
+       depends on CBE_RAS && SPU_BASE
 
 config CBE_CPUFREQ
        tristate "CBE frequency scaling"
 
 config OPROFILE_CELL
        def_bool y
-       depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y)
+       depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y) && SPU_BASE