diff options
author | John Stultz <john.stultz@linaro.org> | 2013-04-09 10:45:09 -0700 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2013-05-03 16:12:01 -0700 |
commit | 832adcc75834fd8c44b64649b5f0317193dd6826 (patch) | |
tree | 83a7719d610cffe1fce61efa818df7e0e4139922 | |
parent | c4d6b192c7c402f112aae69a66aef7cc4563eb6a (diff) | |
download | linaro-lsk-832adcc75834fd8c44b64649b5f0317193dd6826.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index d0a97071d4b..61900194377 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. |