From: John Stultz Date: Tue, 9 Apr 2013 17:45:09 +0000 (-0700) Subject: config: Set CPU_FREQ_GOV_INTERACTIVE default n X-Git-Tag: firefly_0821_release~3680^2~4^2~41^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=84bb63eb93e4448e891108195ba0a8f654329779;p=firefly-linux-kernel-4.4.55.git 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) Signed-off-by: John Stultz --- diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 62236d633391..e86900b03c8e 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -172,6 +172,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.