aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig
diff options
context:
space:
mode:
authorAlessandro Guido <alessandro.guido@gmail.com>2008-04-18 16:31:13 -0400
committerDave Jones <davej@redhat.com>2008-04-28 16:27:08 -0400
commit30d221db4439973076953e2ed44344fa92d1d09f (patch)
tree15e97af8ffa193aede37f7bcb50fe9e905a41dcb /drivers/cpufreq/Kconfig
parent605400a8ab44131698b206cbe253e48380daaa69 (diff)
[CPUFREQ] allow use of the powersave governor as the default one
Allow use of the powersave cpufreq governor as the default one for EMBEDDED configs. Signed-off-by: Alessandro Guido <alessandro.guido@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r--drivers/cpufreq/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index c159ae64eeb2..5f076aef74fa 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -69,6 +69,15 @@ config CPU_FREQ_DEFAULT_GOV_PERFORMANCE
69 the frequency statically to the highest frequency supported by 69 the frequency statically to the highest frequency supported by
70 the CPU. 70 the CPU.
71 71
72config CPU_FREQ_DEFAULT_GOV_POWERSAVE
73 bool "powersave"
74 depends on EMBEDDED
75 select CPU_FREQ_GOV_POWERSAVE
76 help
77 Use the CPUFreq governor 'powersave' as default. This sets
78 the frequency statically to the lowest frequency supported by
79 the CPU.
80
72config CPU_FREQ_DEFAULT_GOV_USERSPACE 81config CPU_FREQ_DEFAULT_GOV_USERSPACE
73 bool "userspace" 82 bool "userspace"
74 select CPU_FREQ_GOV_USERSPACE 83 select CPU_FREQ_GOV_USERSPACE