diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r-- | drivers/cpufreq/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 74919aa81dcb..4dc95250cf4e 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig | |||
@@ -194,7 +194,7 @@ config CPU_FREQ_GOV_CONSERVATIVE | |||
194 | If in doubt, say N. | 194 | If in doubt, say N. |
195 | 195 | ||
196 | config CPU_FREQ_GOV_SCHEDUTIL | 196 | config CPU_FREQ_GOV_SCHEDUTIL |
197 | tristate "'schedutil' cpufreq policy governor" | 197 | bool "'schedutil' cpufreq policy governor" |
198 | depends on CPU_FREQ && SMP | 198 | depends on CPU_FREQ && SMP |
199 | select CPU_FREQ_GOV_ATTR_SET | 199 | select CPU_FREQ_GOV_ATTR_SET |
200 | select IRQ_WORK | 200 | select IRQ_WORK |
@@ -208,9 +208,6 @@ config CPU_FREQ_GOV_SCHEDUTIL | |||
208 | frequency tipping point is at utilization/capacity equal to 80% in | 208 | frequency tipping point is at utilization/capacity equal to 80% in |
209 | both cases. | 209 | both cases. |
210 | 210 | ||
211 | To compile this driver as a module, choose M here: the module will | ||
212 | be called cpufreq_schedutil. | ||
213 | |||
214 | If in doubt, say N. | 211 | If in doubt, say N. |
215 | 212 | ||
216 | comment "CPU frequency scaling drivers" | 213 | comment "CPU frequency scaling drivers" |