diff options
author | Zhang Rui <rui.zhang@intel.com> | 2013-06-17 18:31:26 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-06-17 18:31:26 -0400 |
commit | f157f5964bdc604d8cbf0b71780a0d47ea9f7371 (patch) | |
tree | 8667f1068b026c640cae1a6cb229ca4944c8c3c7 /drivers/thermal/Kconfig | |
parent | 30072fb91e1447b00fa148500c49010265b530c6 (diff) | |
parent | 23be63f48d928cd5a21db58f73c731357e895250 (diff) |
Merge branch 'cpu-package-thermal' of .git into next
Conflicts:
drivers/thermal/Kconfig
drivers/thermal/Makefile
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 7205c70a46a3..b13c2bcccb72 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -169,7 +169,20 @@ config INTEL_POWERCLAMP | |||
169 | enforce idle time which results in more package C-state residency. The | 169 | enforce idle time which results in more package C-state residency. The |
170 | user interface is exposed via generic thermal framework. | 170 | user interface is exposed via generic thermal framework. |
171 | 171 | ||
172 | config X86_PKG_TEMP_THERMAL | ||
173 | tristate "X86 package temperature thermal driver" | ||
174 | depends on THERMAL | ||
175 | depends on X86 | ||
176 | select THERMAL_GOV_USER_SPACE | ||
177 | default m | ||
178 | help | ||
179 | Enable this to register CPU digital sensor for package temperature as | ||
180 | thermal zone. Each package will have its own thermal zone. There are | ||
181 | two trip points which can be set by user to get notifications via thermal | ||
182 | notification methods. | ||
183 | |||
172 | menu "Texas Instruments thermal drivers" | 184 | menu "Texas Instruments thermal drivers" |
173 | source "drivers/thermal/ti-soc-thermal/Kconfig" | 185 | source "drivers/thermal/ti-soc-thermal/Kconfig" |
174 | endmenu | 186 | endmenu |
187 | |||
175 | endif | 188 | endif |