summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorDurgadoss R <durgadoss.r@intel.com>2012-09-18 11:05:01 +0530
committerZhang Rui <rui.zhang@intel.com>2012-11-05 14:00:07 +0800
commit4ccc5743ae70530f758c7d7ec9a0ca58878e584b (patch)
treebee1e566ee3cb7b80324a73e34087c06d5e4e66c /drivers/thermal/Kconfig
parentdc76548269ca2c44e5ddc29db5c36188bc4f2234 (diff)
downloadop-kernel-dev-4ccc5743ae70530f758c7d7ec9a0ca58878e584b.zip
op-kernel-dev-4ccc5743ae70530f758c7d7ec9a0ca58878e584b.tar.gz
Thermal: Introduce fair_share thermal governor
This patch introduces a simple 'weight' based governor named fair_share governor. Whenever the thermal framework gets notified of the trip point violation, this governor (if configured), throttles the cooling devices associated with a thermal zone. This mapping between a thermal zone and a cooling device and the effectiveness of cooling are provided in the platform layer. Signed-off-by: Durgadoss R <durgadoss.r@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index e1cb6bd..84b0f03 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -55,3 +55,9 @@ config EXYNOS_THERMAL
help
If you say yes here you get support for TMU (Thermal Managment
Unit) on SAMSUNG EXYNOS series of SoC.
+
+config FAIR_SHARE
+ bool "Fair-share thermal governor"
+ depends on THERMAL
+ help
+ Enable this to manage platform thermals using fair-share governor.
OpenPOWER on IntegriCloud