diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2013-12-30 15:55:06 -0500 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-01-01 20:42:12 -0500 |
commit | 925c36bb09bdf3858c10d5a591be737dd133d979 (patch) | |
tree | 4461906e20845f50f40db22cf6e2af24da10f6ee /drivers/thermal/Kconfig | |
parent | dea4f48a0a301b23c65af8e4fe8ccf360c272fbf (diff) |
Thermal: ACPI INT3403 thermal driver
The ACPI INT3403 device objects present on some systems can be used to retrieve
temperature data from thermal sensors. Add a driver registering each INT3403
device object as a thermal zone device and exposing its _TMP, PATx and GTSH
method via the standard thermal control interface under /sys/class/thermal/.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f35a1f75b15b..8928e6447380 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -192,6 +192,13 @@ config X86_PKG_TEMP_THERMAL | |||
192 | two trip points which can be set by user to get notifications via thermal | 192 | two trip points which can be set by user to get notifications via thermal |
193 | notification methods. | 193 | notification methods. |
194 | 194 | ||
195 | config ACPI_INT3403_THERMAL | ||
196 | tristate "ACPI INT3403 thermal driver" | ||
197 | depends on X86 && ACPI | ||
198 | help | ||
199 | This driver uses ACPI INT3403 device objects. If present, it will | ||
200 | register each INT3403 thermal sensor as a thermal zone. | ||
201 | |||
195 | menu "Texas Instruments thermal drivers" | 202 | menu "Texas Instruments thermal drivers" |
196 | source "drivers/thermal/ti-soc-thermal/Kconfig" | 203 | source "drivers/thermal/ti-soc-thermal/Kconfig" |
197 | endmenu | 204 | endmenu |