diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r-- | drivers/cpufreq/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index ea512f47b789..e0a899f25e37 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
@@ -20,6 +20,9 @@ if CPU_FREQ | |||
20 | config CPU_FREQ_TABLE | 20 | config CPU_FREQ_TABLE |
21 | tristate | 21 | tristate |
22 | 22 | ||
23 | config CPU_FREQ_GOV_COMMON | ||
24 | bool | ||
25 | |||
23 | config CPU_FREQ_STAT | 26 | config CPU_FREQ_STAT |
24 | tristate "CPU frequency translation statistics" | 27 | tristate "CPU frequency translation statistics" |
25 | select CPU_FREQ_TABLE | 28 | select CPU_FREQ_TABLE |
@@ -141,6 +144,7 @@ config CPU_FREQ_GOV_USERSPACE | |||
141 | config CPU_FREQ_GOV_ONDEMAND | 144 | config CPU_FREQ_GOV_ONDEMAND |
142 | tristate "'ondemand' cpufreq policy governor" | 145 | tristate "'ondemand' cpufreq policy governor" |
143 | select CPU_FREQ_TABLE | 146 | select CPU_FREQ_TABLE |
147 | select CPU_FREQ_GOV_COMMON | ||
144 | help | 148 | help |
145 | 'ondemand' - This driver adds a dynamic cpufreq policy governor. | 149 | 'ondemand' - This driver adds a dynamic cpufreq policy governor. |
146 | The governor does a periodic polling and | 150 | The governor does a periodic polling and |
@@ -159,6 +163,7 @@ config CPU_FREQ_GOV_ONDEMAND | |||
159 | config CPU_FREQ_GOV_CONSERVATIVE | 163 | config CPU_FREQ_GOV_CONSERVATIVE |
160 | tristate "'conservative' cpufreq governor" | 164 | tristate "'conservative' cpufreq governor" |
161 | depends on CPU_FREQ | 165 | depends on CPU_FREQ |
166 | select CPU_FREQ_GOV_COMMON | ||
162 | help | 167 | help |
163 | 'conservative' - this driver is rather similar to the 'ondemand' | 168 | 'conservative' - this driver is rather similar to the 'ondemand' |
164 | governor both in its source code and its purpose, the difference is | 169 | governor both in its source code and its purpose, the difference is |