aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/Kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 35c066489a19..7932294e0ff7 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -210,8 +210,16 @@ config ACPI_INT3403_THERMAL
210 tristate "ACPI INT3403 thermal driver" 210 tristate "ACPI INT3403 thermal driver"
211 depends on X86 && ACPI 211 depends on X86 && ACPI
212 help 212 help
213 This driver uses ACPI INT3403 device objects. If present, it will 213 Newer laptops and tablets that use ACPI may have thermal sensors
214 register each INT3403 thermal sensor as a thermal zone. 214 outside the core CPU/SOC for thermal safety reasons. These
215 temperature sensors are also exposed for the OS to use via the so
216 called INT3403 ACPI object. This driver will, on devices that have
217 such sensors, expose the temperature information from these sensors
218 to userspace via the normal thermal framework. This means that a wide
219 range of applications and GUI widgets can show this information to
220 the user or use this information for making decisions. For example,
221 the Intel Thermal Daemon can use this information to allow the user
222 to select his laptop to run without turning on the fans.
215 223
216menu "Texas Instruments thermal drivers" 224menu "Texas Instruments thermal drivers"
217source "drivers/thermal/ti-soc-thermal/Kconfig" 225source "drivers/thermal/ti-soc-thermal/Kconfig"