blob: 584b36319d51a1234bdebe04b5fd9a7bfd2b34fe [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
10
Zhang Rui445110e2012-11-15 16:07:46 +080011# governors
Zhang Rui80a26a52013-03-26 16:38:29 +080012thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
13thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
14thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
Zhang Rui445110e2012-11-15 16:07:46 +080015
16# cpufreq cooling
Zhang Ruibbf7fc82013-03-26 23:57:01 +080017thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
Zhang Rui445110e2012-11-15 16:07:46 +080018
19# platform thermal drivers
20obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
Kuninori Morimoto1e426ff2012-07-21 10:53:48 +100021obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
Nobuhiro Iwamatsu7060aa32013-02-06 06:35:24 +000022obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
Amit Daniel Kachhapc6821372013-06-24 16:20:22 +053023obj-y += samsung/
Andrew Lunn74ffa642013-02-06 06:35:26 +000024obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080025obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
Ezequiel Garciafa0d6542013-04-02 01:37:41 +000026obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
Shawn Guoca3de462013-06-24 14:30:44 +080027obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080028obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
Jacob Pand6d71ee2013-01-21 04:37:57 -080029obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
Srinivas Pandruvadaf1a18a12013-05-17 23:42:02 +000030obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o
Eduardo Valentineb982002013-05-15 15:46:00 +000031obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/