diff options
author | Lan Tianyu <tianyu.lan@intel.com> | 2014-09-03 11:13:30 +0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-10-11 05:35:36 +0400 |
commit | 4384b8fe162d8aa03905d02073707bcf364cc7ce (patch) | |
tree | 4aee278cd1f64f79676f23748a760387c9261290 /drivers/thermal/Makefile | |
parent | 77e337c6e23e3b9d22e09ffec202a80f755a54c2 (diff) | |
download | linux-4384b8fe162d8aa03905d02073707bcf364cc7ce.tar.xz |
Thermal: introduce int3403 thermal driver
ACPI INT3403 device object can be used to retrieve temperature date
from temperature sensors present in the system, and to expose
device' performance control.
The previous INT3403 thermal driver supports temperature reporting only,
thus remove it and introduce this new & enhanced one.
Signed-off-by: Lan Tianyu <tianyu.lan@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, 0 insertions, 1 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 216503eaa232..39b85b5b45fc 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -31,6 +31,5 @@ obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ -obj-$(CONFIG_ACPI_INT3403_THERMAL) += int3403_thermal.o obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/ obj-$(CONFIG_ST_THERMAL) += st/ |