cpufreq:LAB:Kconfig: Make LAB dependent on the ONDEMAND governor
authorLukasz Majewski <l.majewski@samsung.com>
Wed, 26 Feb 2014 12:53:23 +0000 (13:53 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:08 +0000 (11:47 +0900)
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>
drivers/cpufreq/Kconfig

index 9ee9d3c..4e11aac 100644 (file)
@@ -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.