summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2011-10-09 02:29:53 +0100
committerAndy Green <andy.green@linaro.org>2011-10-09 02:29:53 +0100
commit399a4813b972c1399d1670216217c2cdbbd48dbb (patch)
tree5798572fc17b7958f248b031f1685a2de5b2e53f /drivers
parent84fa05682163fcd3d8c1b0bb1ab845702c6a9987 (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')
-rw-r--r--drivers/cpufreq/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 2cdc38b5e97..57f96ebbce4 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