diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig index c14d7d8d96c8..617f84547b30 100644 --- a/arch/powerpc/platforms/cell/Kconfig +++ b/arch/powerpc/platforms/cell/Kconfig | |||
@@ -102,7 +102,7 @@ config PPC_IBM_CELL_POWERBUTTON | |||
102 | config CBE_THERM | 102 | config CBE_THERM |
103 | tristate "CBE thermal support" | 103 | tristate "CBE thermal support" |
104 | default m | 104 | default m |
105 | depends on CBE_RAS | 105 | depends on CBE_RAS && SPU_BASE |
106 | 106 | ||
107 | config CBE_CPUFREQ | 107 | config CBE_CPUFREQ |
108 | tristate "CBE frequency scaling" | 108 | tristate "CBE frequency scaling" |
@@ -136,5 +136,5 @@ endmenu | |||
136 | 136 | ||
137 | config OPROFILE_CELL | 137 | config OPROFILE_CELL |
138 | def_bool y | 138 | def_bool y |
139 | depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y) | 139 | depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y) && SPU_BASE |
140 | 140 | ||