summaryrefslogtreecommitdiff
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorJinyoung Park <jinyoungp@nvidia.com>2012-12-20 22:39:49 +0900
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:34:02 -0700
commit26ea0e6b082f87a18dc8cc51421c2f1cca1414f0 (patch)
treeae21c9dbcf121edb996676a5ab25d2475f6bc170 /drivers/thermal/Makefile
parent607281af0476fad90d621ce24f249266490383e1 (diff)
Thermal: Add PID thermal governor
Added PID thermal governor to the generic thermal layer. This governor throttles the devices based on output values of PID controller. Bug 1200111 Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/188036 (cherry picked from commit e5405f2e101490d3dd2498f980c8c9b3e25f7e08) Change-Id: I28ff9013a515b183d9fb7285732be3021ee2db68 Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/190958 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index 433b4e58717e..b6a72f8dcd18 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -8,6 +8,7 @@ thermal_sys-y += thermal_core.o
# governors
thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
+thermal_sys-$(CONFIG_THERMAL_GOV_PID) += pid_thermal_gov.o
thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
# cpufreq cooling