diff options
author | Bin Gao <bin.gao@linux.intel.com> | 2016-08-29 09:55:04 -0700 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-09-06 06:55:33 +0800 |
commit | b474303ffd57e0a379ce73ca10232350f866f77b (patch) | |
tree | ee0fcc4b1914cdc75e3473fc5d352144b9d60f06 /drivers/thermal/Makefile | |
parent | c6935931c1894ff857616ff8549b61236a19148f (diff) |
thermal: add Intel BXT WhiskeyCove PMIC thermal driver
This change adds support for Intel BXT Whiskey Cove PMIC thermal
driver which is intended to handle the alert interrupts triggered
upon thermal trip point cross and notify the thermal framework
appropriately with the zone, temp, crossed trip and event details.
Signed-off-by: Yegnesh S Iyer <yegnesh.s.iyer@intel.com>
Signed-off-by: Bin Gao <bin.gao@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 10b07c14f8a9..7aa7f4c2e3da 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/ +obj-$(CONFIG_INTEL_BXT_PMIC_THERMAL) += intel_bxt_pmic_thermal.o obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o obj-$(CONFIG_ST_THERMAL) += st/ obj-$(CONFIG_TEGRA_SOCTHERM) += tegra/ |