config: Set CPU_FREQ_GOV_INTERACTIVE default n
authorJohn Stultz <john.stultz@linaro.org>
Tue, 9 Apr 2013 17:45:09 +0000 (10:45 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Fri, 18 Oct 2013 02:43:14 +0000 (19:43 -0700)
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>
drivers/cpufreq/Kconfig

index 62236d63339162373877098b2641bfff1b49f684..e86900b03c8e922c9ad661cee4502c2944c896ed 100644 (file)
@@ -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.