aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorDurgadoss R <durgadoss.r@intel.com>2012-09-18 11:05:03 +0530
committerZhang Rui <rui.zhang@intel.com>2012-11-05 14:00:08 +0800
commit1cc807a234cb988d69ba18f6a3a1c68d71e54bed (patch)
tree2ac32df4858cf0c0b8474cab9d7f957b1981a483 /drivers/thermal/Makefile
parentThermal: Introduce a step_wise thermal governor (diff)
downloadlinux-dev-1cc807a234cb988d69ba18f6a3a1c68d71e54bed.tar.xz
linux-dev-1cc807a234cb988d69ba18f6a3a1c68d71e54bed.zip
Thermal: Add a thermal notifier for user space
This patch registers a governor which will let the user land manage the platform thermals. Whenever a trip happens, this governor just notifies the user space using kobj_uevent(). Signed-off-by: Durgadoss R <durgadoss.r@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.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 4e53c00fe89d..e5f79747fa94 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
obj-$(CONFIG_FAIR_SHARE) += fair_share.o
obj-$(CONFIG_STEP_WISE) += step_wise.o
+obj-$(CONFIG_USER_SPACE) += user_space.o