|
@@ -20,6 +20,9 @@ if CPU_FREQ
|
|
|
config CPU_FREQ_TABLE
|
|
|
tristate
|
|
|
|
|
|
+config CPU_FREQ_GOV_COMMON
|
|
|
+ bool
|
|
|
+
|
|
|
config CPU_FREQ_STAT
|
|
|
tristate "CPU frequency translation statistics"
|
|
|
select CPU_FREQ_TABLE
|
|
@@ -141,6 +144,7 @@ config CPU_FREQ_GOV_USERSPACE
|
|
|
config CPU_FREQ_GOV_ONDEMAND
|
|
|
tristate "'ondemand' cpufreq policy governor"
|
|
|
select CPU_FREQ_TABLE
|
|
|
+ select CPU_FREQ_GOV_COMMON
|
|
|
help
|
|
|
'ondemand' - This driver adds a dynamic cpufreq policy governor.
|
|
|
The governor does a periodic polling and
|
|
@@ -159,6 +163,7 @@ config CPU_FREQ_GOV_ONDEMAND
|
|
|
config CPU_FREQ_GOV_CONSERVATIVE
|
|
|
tristate "'conservative' cpufreq governor"
|
|
|
depends on CPU_FREQ
|
|
|
+ select CPU_FREQ_GOV_COMMON
|
|
|
help
|
|
|
'conservative' - this driver is rather similar to the 'ondemand'
|
|
|
governor both in its source code and its purpose, the difference is
|