summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2014-02-26 13:53:23 +0100
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:44:09 +0900
commit95ed035e84ebff62d484a99dbb8e8284b99af651 (patch)
tree70dec295a22e01e8e940077c716a794e5b1f9ed5 /drivers
parentd6232d698d8ec5f2fbd476b82cc707970f38fa6c (diff)
downloadlinux-3.10-95ed035e84ebff62d484a99dbb8e8284b99af651.tar.gz
linux-3.10-95ed035e84ebff62d484a99dbb8e8284b99af651.tar.bz2
linux-3.10-95ed035e84ebff62d484a99dbb8e8284b99af651.zip
cpufreq:LAB:Kconfig: Make LAB dependent on the ONDEMAND governor
The LAB is supposed to be an extension of the ONDEMAND governor. For this reason it shall be not possible to compile in LAB without ONDEMAND in the system. Change-Id: I8c9e46b535bb7452782c21163703a4e73bdaf96d Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/cpufreq/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 9ee9d3cdda8..4e11aac7e50 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -214,13 +214,15 @@ config CPU_FREQ_GOV_LAB
tristate "'lab' cpufreq policy governor"
select CPU_FREQ_TABLE
select CPU_FREQ_GOV_COMMON
+ select CPU_FREQ_GOV_ONDEMAND
help
'lab' - This driver adds a dynamic cpufreq policy governor.
To compile this driver as a module, choose M here: the
- module will be called cpufreq_ondemand.
+ module will be called cpufreq_lab.
- For details, take a look at linux/Documentation/cpu-freq.
+ LAB governor shall be regarded as an extension of the ONDEMAND on
+ platforms with very weak HW support for power management.
If in doubt, say N.