diff options
author | Jia Hongtao <hongtao.jia@nxp.com> | 2016-06-29 23:08:38 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-09-27 02:02:16 -0400 |
commit | 43528445f6db0e934592a0c58b5a71d6be51aa41 (patch) | |
tree | 5854c525015846058bcf4627b2d9f34c258e4990 /drivers/thermal/Makefile | |
parent | 64a411e8042ed00057658000126fd9f2b4105bdd (diff) |
thermal: qoriq: Add thermal management support
This driver add thermal management support by enabling TMU (Thermal
Monitoring Unit) on QorIQ platform.
It's based on thermal of framework:
- Trip points defined in device tree.
- Cpufreq as cooling device registered in qoriq cpufreq driver.
Signed-off-by: Jia Hongtao <hongtao.jia@nxp.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 431771e260e5..fdb4b3871254 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile | |||
@@ -37,6 +37,7 @@ obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o | |||
37 | obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o | 37 | obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o |
38 | obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o | 38 | obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o |
39 | obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o | 39 | obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o |
40 | obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o | ||
40 | obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o | 41 | obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o |
41 | obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o | 42 | obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o |
42 | obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o | 43 | obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o |