summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/int340x_thermal/Makefile
diff options
context:
space:
mode:
authorAaron Lu2016-05-09 09:54:58 +0200
committerRafael J. Wysocki2016-05-11 02:15:31 +0200
commita3c89334f06bacf7e2f23203ad64cfd6e78dbbf4 (patch)
tree58f16efc32d0e20fc883946bce2cfb8fd95de1bf /drivers/thermal/int340x_thermal/Makefile
parentACPI/video: export acpi_video_get_levels (diff)
downloadkernel-qcow2-linux-a3c89334f06bacf7e2f23203ad64cfd6e78dbbf4.tar.gz
kernel-qcow2-linux-a3c89334f06bacf7e2f23203ad64cfd6e78dbbf4.tar.xz
kernel-qcow2-linux-a3c89334f06bacf7e2f23203ad64cfd6e78dbbf4.zip
Thermal / ACPI / video: add INT3406 thermal driver
INT3406 ACPI device object resembles an ACPI video output device, but its _BCM is said to be deprecated and should not be used. So we will make use of the raw interface to do the actual cooling. Signed-off-by: Aaron Lu <aaron.lu@intel.com> Acked-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@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 ba77a34f659f..df0df055e7ff 100644
--- a/drivers/thermal/int340x_thermal/Makefile
+++ b/drivers/thermal/int340x_thermal/Makefile
@@ -3,4 +3,5 @@ obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal_zone.o
obj-$(CONFIG_INT340X_THERMAL) += int3402_thermal.o
obj-$(CONFIG_INT340X_THERMAL) += int3403_thermal.o
obj-$(CONFIG_INT340X_THERMAL) += processor_thermal_device.o
+obj-$(CONFIG_INT3406_THERMAL) += int3406_thermal.o
obj-$(CONFIG_ACPI_THERMAL_REL) += acpi_thermal_rel.o