diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2013-12-30 12:55:06 -0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-01-02 09:42:12 +0800 |
commit | 925c36bb09bdf3858c10d5a591be737dd133d979 (patch) | |
tree | 4461906e20845f50f40db22cf6e2af24da10f6ee /drivers/thermal/Makefile | |
parent | dea4f48a0a301b23c65af8e4fe8ccf360c272fbf (diff) | |
download | blackbird-op-linux-925c36bb09bdf3858c10d5a591be737dd133d979.tar.gz blackbird-op-linux-925c36bb09bdf3858c10d5a591be737dd133d979.zip |
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/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 584b36319d51..aa1bba92784e 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -29,3 +29,4 @@ obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ +obj-$(CONFIG_ACPI_INT3403_THERMAL) += int3403_thermal.o |