summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/int340x_thermal/Makefile
diff options
context:
space:
mode:
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2014-12-09 16:47:17 -0800
committerZhang Rui <rui.zhang@intel.com>2014-12-24 10:37:35 +0800
commit47c93e6b3f37bf2b709fb107f3db586e39b8fd56 (patch)
tree3d66b020d8c28f05d53a76ac0fd6ddba3c6d3bd2 /drivers/thermal/int340x_thermal/Makefile
parent0716b0ff0a11ca96e925bfac43a82eb88f75c928 (diff)
downloadlinux-stable-47c93e6b3f37bf2b709fb107f3db586e39b8fd56.tar.gz
linux-stable-47c93e6b3f37bf2b709fb107f3db586e39b8fd56.tar.bz2
linux-stable-47c93e6b3f37bf2b709fb107f3db586e39b8fd56.zip
thermal: int340x: Introduce processor reporting device
The Int340x thermal provides a processor thermal device, which is used to control processor thermal states. These devices are either reported as a PCI device or an ACPI device. This device provides power limits, control states and optional temperature. This change implements minimal requirements to expose processor power limits which can be used during thermal power limiting. Power limits are exposed via an attribute group called "power_limits" under the device. The exported attributes are: power_limit_0_max_uw power_limit_1_max_uw power_limit_0_min_uw power_limit_1_min_uw power_limit_0_tmin_us power_limit_1_tmin_us power_limit_0_tmax_us power_limit_1_tmax_us power_limit_0_step_uw power_limit_1_step_uw Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.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 ffe40bffaf1a..d4413698a85f 100644
--- a/drivers/thermal/int340x_thermal/Makefile
+++ b/drivers/thermal/int340x_thermal/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_INT340X_THERMAL) += int3400_thermal.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_ACPI_THERMAL_REL) += acpi_thermal_rel.o