aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/cell/Kconfig')
-rw-r--r--arch/powerpc/platforms/cell/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig
index 3959fcfe731c..6ee571f743c5 100644
--- a/arch/powerpc/platforms/cell/Kconfig
+++ b/arch/powerpc/platforms/cell/Kconfig
@@ -107,6 +107,15 @@ config CBE_CPUFREQ_PMI
107 processor will not only be able to run at lower speed, 107 processor will not only be able to run at lower speed,
108 but also at lower core voltage. 108 but also at lower core voltage.
109 109
110config CBE_CPUFREQ_SPU_GOVERNOR
111 tristate "CBE frequency scaling based on SPU usage"
112 depends on SPU_FS && CPU_FREQ
113 default m
114 help
115 This governor checks for spu usage to adjust the cpu frequency.
116 If no spu is running on a given cpu, that cpu will be throttled to
117 the minimal possible frequency.
118
110endmenu 119endmenu
111 120
112config OPROFILE_CELL 121config OPROFILE_CELL