aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-04-09 10:45:09 -0700
committerJohn Stultz <john.stultz@linaro.org>2014-03-28 11:49:13 -0700
commit8a8cfb34a1cc8f8a74bcb20f0da7eed77761e7d0 (patch)
tree648f20a265c807a23b7dfbf09c4683e4dd9ca750
parentf33b5488f8a6b7b1326e370310461e990f9a03b0 (diff)
config: Set CPU_FREQ_GOV_INTERACTIVE default n
The CPU_FREQ_GOV_INTERACTIVE text states: "If in doubt, say N." however the option defaults to Y. Make this consistent by defaulting to n. Change-Id: I9625aa6b083c8ca0a99deb81c1e91b720fc76943 Reported-by: Jon Medhurst (Tixy) <tixy@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--drivers/cpufreq/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index f74f60340709..3a7202d38bd8 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -171,6 +171,7 @@ config CPU_FREQ_GOV_ONDEMAND
config CPU_FREQ_GOV_INTERACTIVE
tristate "'interactive' cpufreq policy governor"
+ default n
help
'interactive' - This driver adds a dynamic cpufreq policy governor
designed for latency-sensitive workloads.