summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorIvan T. Ivanov2015-02-05 18:12:56 +0100
committerEduardo Valentin2015-05-05 06:27:51 +0200
commitc610afaa21d3c6e7b02040c8563ffc01c7fc0570 (patch)
tree5608bcb81c5f33391cfa6cf8a61c5a00894fec56 /drivers/thermal/Makefile
parentthermal: fair_share: generalize the weight concept (diff)
downloadkernel-qcow2-linux-c610afaa21d3c6e7b02040c8563ffc01c7fc0570.tar.gz
kernel-qcow2-linux-c610afaa21d3c6e7b02040c8563ffc01c7fc0570.tar.xz
kernel-qcow2-linux-c610afaa21d3c6e7b02040c8563ffc01c7fc0570.zip
thermal: Add QPNP PMIC temperature alarm driver
Add support for the temperature alarm peripheral found inside Qualcomm plug-and-play (QPNP) PMIC chips. The temperature alarm peripheral outputs a pulse on an interrupt line whenever the thermal over temperature stage value changes. Register a thermal sensor. The temperature reported by this thermal sensor device should reflect the actual PMIC die temperature if an ADC is present on the given PMIC. If no ADC is present, then the reported temperature should be estimated from the over temperature stage value. Cc: David Collins <collinsd@codeaurora.org> Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index fa0dc486790f..1fe86652cfb6 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -22,6 +22,7 @@ thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o
# platform thermal drivers
+obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o
obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o
obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o