diff options
author | Zhang Rui <rui.zhang@intel.com> | 2014-03-14 08:45:05 +0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-10-10 09:57:09 +0400 |
commit | 816cab931f288c92a3404b1b984576f4822b0445 (patch) | |
tree | f09e5a1e9124056e086e53fbbea39bbf2d9acf32 /drivers/thermal/Makefile | |
parent | e3ec483a7e24c6ebb5eb763ee56c65c239701066 (diff) | |
download | linux-816cab931f288c92a3404b1b984576f4822b0445.tar.xz |
Thermal: introduce int3400 thermal driver
Introduce int3400 thermal driver. And make INT3400 driver
enumerate the other int340x thermal components shown in _ART/_TRT.
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 31e232f84b6b..216503eaa232 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -32,4 +32,5 @@ 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/ |