From 1cc807a234cb988d69ba18f6a3a1c68d71e54bed Mon Sep 17 00:00:00 2001 From: Durgadoss R Date: Tue, 18 Sep 2012 11:05:03 +0530 Subject: 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 Signed-off-by: Zhang Rui --- drivers/thermal/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/thermal/Kconfig') diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 7e1b6de68566..f679eea2addb 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -67,3 +67,9 @@ config STEP_WISE depends on THERMAL help Enable this to manage platform thermals using a simple linear + +config USER_SPACE + bool "User_space thermal governor" + depends on THERMAL + help + Enable this to let the user space manage the platform thermals. -- cgit v1.2.1