diff options
author | Tushar Dave <tushar.n.dave@intel.com> | 2015-06-10 16:34:24 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2015-08-03 22:06:08 -0400 |
commit | d0a12625d2ff2c63321b3cf48c48184748ab577a (patch) | |
tree | 62862e5ff7093cd72f4e64f4d318a76067468fb6 /drivers/thermal/Makefile | |
parent | 1f22dc4494e203d6987fc708f414b4adf8614036 (diff) |
thermal: Add Intel PCH thermal driver
This change adds a thermal driver for Wildcat Point platform controller
hub. This driver register PCH thermal sensor as a thermal zone and
associate critical and hot trips if present.
Signed-off-by: Tushar Dave <tushar.n.dave@intel.com>
Reviewed-by: Pandruvada, Srinivas <srinivas.pandruvada@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, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 535dfee1496f..26f160809959 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile | |||
@@ -41,6 +41,7 @@ obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o | |||
41 | obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o | 41 | obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o |
42 | obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ | 42 | obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ |
43 | obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/ | 43 | obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/ |
44 | obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o | ||
44 | obj-$(CONFIG_ST_THERMAL) += st/ | 45 | obj-$(CONFIG_ST_THERMAL) += st/ |
45 | obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o | 46 | obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o |
46 | obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o | 47 | obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o |