summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/int340x_thermal/Makefile
diff options
context:
space:
mode:
authorAaron Lu2014-09-03 09:13:02 +0200
committerZhang Rui2014-10-10 08:02:25 +0200
commit77e337c6e23e3b9d22e09ffec202a80f755a54c2 (patch)
tree91a497474e1f8e94812221102bfa75a573add3db /drivers/thermal/int340x_thermal/Makefile
parentThermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.h (diff)
downloadkernel-qcow2-linux-77e337c6e23e3b9d22e09ffec202a80f755a54c2.tar.gz
kernel-qcow2-linux-77e337c6e23e3b9d22e09ffec202a80f755a54c2.tar.xz
kernel-qcow2-linux-77e337c6e23e3b9d22e09ffec202a80f755a54c2.zip
Thermal: introduce INT3402 thermal driver
ACPI INT3402 device object could report temperature for the memory module. To expose such information to user space, a thermal zone device is registered for it so that the thermal sysfs interface can expose such information for userspace to use. Signed-off-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/int340x_thermal/Makefile')
-rw-r--r--drivers/thermal/int340x_thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/int340x_thermal/Makefile b/drivers/thermal/int340x_thermal/Makefile
index e10a53bcefe7..67c98fd24200 100644
--- a/drivers/thermal/int340x_thermal/Makefile
+++ b/drivers/thermal/int340x_thermal/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_INT340X_THERMAL) += int3400_thermal.o
+obj-$(CONFIG_INT340X_THERMAL) += int3402_thermal.o