Commit e68558dd authored by Arnd Bergmann's avatar Arnd Bergmann

powerpc/cell: fix build breakage with CONFIG_SPUFS disabled

CBE_THERM and OPROFILE_CELL both cannot be built without
SPU_FS disabled, so make the dependency explicit.
Reported-by: default avatarMilton Miller <miltonm@bga.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 418441d9
...@@ -102,7 +102,7 @@ config PPC_IBM_CELL_POWERBUTTON ...@@ -102,7 +102,7 @@ config PPC_IBM_CELL_POWERBUTTON
config CBE_THERM config CBE_THERM
tristate "CBE thermal support" tristate "CBE thermal support"
default m default m
depends on CBE_RAS depends on CBE_RAS && SPU_BASE
config CBE_CPUFREQ config CBE_CPUFREQ
tristate "CBE frequency scaling" tristate "CBE frequency scaling"
...@@ -136,5 +136,5 @@ endmenu ...@@ -136,5 +136,5 @@ endmenu
config OPROFILE_CELL config OPROFILE_CELL
def_bool y def_bool y
depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y) depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y) && SPU_BASE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment