diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r-- | drivers/cpufreq/Kconfig | 9 |
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 | ||
72 | config 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 | |||
72 | config CPU_FREQ_DEFAULT_GOV_USERSPACE | 81 | config CPU_FREQ_DEFAULT_GOV_USERSPACE |
73 | bool "userspace" | 82 | bool "userspace" |
74 | select CPU_FREQ_GOV_USERSPACE | 83 | select CPU_FREQ_GOV_USERSPACE |