From: Allen Martin Date: Fri, 1 Jul 2011 18:17:39 +0000 (-0700) Subject: cpufreq: Add more verbose description of interactive governor X-Git-Tag: 2.1b_release~2404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9feedb4921312358083738b1d06426db32d66573;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git 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 --- diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 20facb8..1947088 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