summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2011-07-01 11:17:39 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:38:52 -0800
commitcd66822eba1bd5c5d141051311e66cb367a71bdf (patch)
treee76ef26a4c206440015a8153832fd6495328a4f6 /drivers/cpufreq
parenta3ce9d78dadc56b124028b3065d68d544300c495 (diff)
cpufreq: Add more verbose description of interactive governor
Update the Kconfig help paragraph to give more detail about interactive governor. Change-Id: I607b817b370accac3a685001649a15e2f7894f59 Signed-off-by: Allen Martin <amartin@nvidia.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 2cdc38b5e973..57f96ebbce4b 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -172,6 +172,17 @@ config CPU_FREQ_GOV_INTERACTIVE
'interactive' - This driver adds a dynamic cpufreq policy governor
designed for latency-sensitive workloads.
+ This governor attempts to reduce the latency of clock
+ increases so that the system is more responsive to
+ interactive workloads.
+
+ To compile this driver as a module, choose M here: the
+ module will be called cpufreq_interactive.
+
+ For details, take a look at linux/Documentation/cpu-freq.
+
+ If in doubt, say N.
+
config CPU_FREQ_GOV_CONSERVATIVE
tristate "'conservative' cpufreq governor"
depends on CPU_FREQ