aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2014-10-17 02:30:58 -0400
committerZhang Rui <rui.zhang@intel.com>2014-10-17 02:30:58 -0400
commit6ceaf58abe25e86292152005c51169796bad3407 (patch)
treee97a032bc9dc63da9939136bd32ed5e0ad0f09bc /drivers/thermal/Kconfig
parent9ceaa81efd1dd5ec83cf6be5a9445809583a03b6 (diff)
parentd8054749c6795073cb427465a726213d45898f68 (diff)
Merge branch 'int340x-thermal' of .git into next
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig39
1 files changed, 24 insertions, 15 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 2500ecc48260..9b012ff65220 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -217,21 +217,6 @@ config X86_PKG_TEMP_THERMAL
217 two trip points which can be set by user to get notifications via thermal 217 two trip points which can be set by user to get notifications via thermal
218 notification methods. 218 notification methods.
219 219
220config ACPI_INT3403_THERMAL
221 tristate "ACPI INT3403 thermal driver"
222 depends on X86 && ACPI
223 help
224 Newer laptops and tablets that use ACPI may have thermal sensors
225 outside the core CPU/SOC for thermal safety reasons. These
226 temperature sensors are also exposed for the OS to use via the so
227 called INT3403 ACPI object. This driver will, on devices that have
228 such sensors, expose the temperature information from these sensors
229 to userspace via the normal thermal framework. This means that a wide
230 range of applications and GUI widgets can show this information to
231 the user or use this information for making decisions. For example,
232 the Intel Thermal Daemon can use this information to allow the user
233 to select his laptop to run without turning on the fans.
234
235config INTEL_SOC_DTS_THERMAL 220config INTEL_SOC_DTS_THERMAL
236 tristate "Intel SoCs DTS thermal driver" 221 tristate "Intel SoCs DTS thermal driver"
237 depends on X86 && IOSF_MBI 222 depends on X86 && IOSF_MBI
@@ -244,6 +229,30 @@ config INTEL_SOC_DTS_THERMAL
244 notification methods.The other trip is a critical trip point, which 229 notification methods.The other trip is a critical trip point, which
245 was set by the driver based on the TJ MAX temperature. 230 was set by the driver based on the TJ MAX temperature.
246 231
232config INT340X_THERMAL
233 tristate "ACPI INT340X thermal drivers"
234 depends on X86 && ACPI
235 select THERMAL_GOV_USER_SPACE
236 select ACPI_THERMAL_REL
237 select ACPI_FAN
238 help
239 Newer laptops and tablets that use ACPI may have thermal sensors and
240 other devices with thermal control capabilities outside the core
241 CPU/SOC, for thermal safety reasons.
242 They are exposed for the OS to use via the INT3400 ACPI device object
243 as the master, and INT3401~INT340B ACPI device objects as the slaves.
244 Enable this to expose the temperature information and cooling ability
245 from these objects to userspace via the normal thermal framework.
246 This means that a wide range of applications and GUI widgets can show
247 the information to the user or use this information for making
248 decisions. For example, the Intel Thermal Daemon can use this
249 information to allow the user to select his laptop to run without
250 turning on the fans.
251
252config ACPI_THERMAL_REL
253 tristate
254 depends on ACPI
255
247menu "Texas Instruments thermal drivers" 256menu "Texas Instruments thermal drivers"
248source "drivers/thermal/ti-soc-thermal/Kconfig" 257source "drivers/thermal/ti-soc-thermal/Kconfig"
249endmenu 258endmenu