blob: de0636a57a6470e33aa1f057770b43d4c3062358 [file] [log] [blame]
Zhang Rui203d3d42008-01-17 15:51:08 +08001#
2# Makefile for sensor chip drivers.
3#
4
Zhang Rui63c4ec92008-04-21 16:07:13 +08005obj-$(CONFIG_THERMAL) += thermal_sys.o
Zhang Rui5fc024a2013-03-26 14:59:18 +08006thermal_sys-y += thermal_core.o
Zhang Rui445110e2012-11-15 16:07:46 +08007
Eduardo Valentin0dd88792013-07-03 15:14:28 -04008# interface to/from other layers providing sensors
9thermal_sys-$(CONFIG_THERMAL_HWMON) += thermal_hwmon.o
Eduardo Valentin4e5e4702013-07-03 15:35:39 -040010thermal_sys-$(CONFIG_THERMAL_OF) += of-thermal.o
Eduardo Valentin0dd88792013-07-03 15:14:28 -040011
Zhang Rui445110e2012-11-15 16:07:46 +080012# governors
Zhang Rui80a26a52013-03-26 16:38:29 +080013thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
14thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
15thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
Zhang Rui445110e2012-11-15 16:07:46 +080016
17# cpufreq cooling
Zhang Ruibbf7fc82013-03-26 23:57:01 +080018thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
Zhang Rui445110e2012-11-15 16:07:46 +080019
20# platform thermal drivers
21obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
Kuninori Morimoto1e426ff2012-07-21 10:53:48 +100022obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
Nobuhiro Iwamatsu7060aa32013-02-06 06:35:24 +000023obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
Amit Daniel Kachhapc6821372013-06-24 16:20:22 +053024obj-y += samsung/
Andrew Lunn74ffa642013-02-06 06:35:26 +000025obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080026obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
Ezequiel Garciafa0d6542013-04-02 01:37:41 +000027obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
Shawn Guoca3de462013-06-24 14:30:44 +080028obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080029obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
Jacob Pand6d71ee2013-01-21 04:37:57 -080030obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
Srinivas Pandruvadaf1a18a12013-05-17 23:42:02 +000031obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o
Srinivas Pandruvadabc40b5e2014-04-07 13:57:15 -070032obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o
Eduardo Valentineb982002013-05-15 15:46:00 +000033obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
Srinivas Pandruvada925c36b2013-12-30 12:55:06 -080034obj-$(CONFIG_ACPI_INT3403_THERMAL) += int3403_thermal.o