diff options
author | Durgadoss R <durgadoss.r@intel.com> | 2012-09-18 01:35:03 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2012-11-05 01:00:08 -0500 |
commit | 1cc807a234cb988d69ba18f6a3a1c68d71e54bed (patch) | |
tree | 2ac32df4858cf0c0b8474cab9d7f957b1981a483 /drivers/thermal/Kconfig | |
parent | e151a202a084f9f4310d1aa4398325c56ca95fda (diff) |
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/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
67 | depends on THERMAL | 67 | depends on THERMAL |
68 | help | 68 | help |
69 | Enable this to manage platform thermals using a simple linear | 69 | Enable this to manage platform thermals using a simple linear |
70 | |||
71 | config USER_SPACE | ||
72 | bool "User_space thermal governor" | ||
73 | depends on THERMAL | ||
74 | help | ||
75 | Enable this to let the user space manage the platform thermals. | ||