Add a thermal driver to poll and detect any thermal condition at boot and limit max cpu frequency on a thermal condition. This driver is intended to limit cpu thermal output until the userspace thermald kicks in. The thermald will disable this driver and take over the cpu thermal sensing and mitigation. Change-Id: I2710bfdeb5bf01c864437e13da835621d1b9202c Signed-off-by: Praveen Chidambaram <pchidamb@codeaurora.org>
11 lines
318 B
Makefile
11 lines
318 B
Makefile
#
|
|
# Makefile for sensor chip drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_THERMAL) += thermal_sys.o
|
|
obj-$(CONFIG_THERMAL_MSM_POPMEM) += msm_popmem-tm.o
|
|
obj-$(CONFIG_THERMAL_TSENS) += msm_tsens.o
|
|
obj-$(CONFIG_THERMAL_TSENS8960) += msm8960_tsens.o
|
|
obj-$(CONFIG_THERMAL_PM8XXX) += pm8xxx-tm.o
|
|
obj-$(CONFIG_THERMAL_MONITOR) += msm_thermal.o
|