aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/Kconfig')
-rw-r--r--drivers/cpufreq/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 8e089bd..8112af3 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -266,6 +266,17 @@ config CPU_FREQ_GOV_ADAPTIVE
config CPU_FREQ_GOV_PEGASUSQ
tristate "'pegasusq' cpufreq policy governor"
+config CPU_FREQ_GOV_SLP
+ tristate "'slp' cpufreq policy governor"
+
+config SLP_CHECK_CPU_LOAD
+ bool "check load and frequency of cpu"
+ depends on CPU_FREQ_GOV_SLP
+
+config SLP_GOV_DYNAMIC_PARAMS
+ bool "check SLP GOV. Dynamic Params feature"
+ depends on CPU_FREQ_GOV_SLP
+
config CPU_FREQ_DVFS_MONITOR
bool "dvfs monitor"
depends on CPU_FREQ