blob: 8e9cbc3b5679ae221bcdd5d6bb82e91ebcfb3f1d [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
Peter Feuerere4dbf982014-07-22 17:37:13 +020014thermal_sys-$(CONFIG_THERMAL_GOV_BANG_BANG) += gov_bang_bang.o
Zhang Rui80a26a52013-03-26 16:38:29 +080015thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
16thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
Javi Merino6b775e82015-03-02 17:17:19 +000017thermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR) += power_allocator.o
Zhang Rui445110e2012-11-15 16:07:46 +080018
19# cpufreq cooling
Zhang Ruibbf7fc82013-03-26 23:57:01 +080020thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
Zhang Rui445110e2012-11-15 16:07:46 +080021
Eduardo Valentinf9df89d2014-01-06 09:04:18 -040022# clock cooling
23thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o
24
Ørjan Eidea76caf52015-09-10 18:09:30 +010025# devfreq cooling
26thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o
27
Zhang Rui445110e2012-11-15 16:07:46 +080028# platform thermal drivers
Ivan T. Ivanovc610afa2015-02-05 19:12:56 +020029obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o
Zhang Rui445110e2012-11-15 16:07:46 +080030obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
Caesar Wangcbac8f632014-11-24 12:58:59 +080031obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o
Kuninori Morimoto1e426ff2012-07-21 10:53:48 +100032obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
Nobuhiro Iwamatsu7060aa32013-02-06 06:35:24 +000033obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
Amit Daniel Kachhapc6821372013-06-24 16:20:22 +053034obj-y += samsung/
Andrew Lunn74ffa642013-02-06 06:35:26 +000035obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080036obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
Ezequiel Garciafa0d6542013-04-02 01:37:41 +000037obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
Shawn Guoca3de462013-06-24 14:30:44 +080038obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
hongbo.zhangaa1acb02012-11-15 18:56:42 +080039obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
Jacob Pand6d71ee2013-01-21 04:37:57 -080040obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
Srinivas Pandruvadaf1a18a12013-05-17 23:42:02 +000041obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o
Srinivas Pandruvadaee073602015-03-02 13:12:58 -080042obj-$(CONFIG_INTEL_SOC_DTS_IOSF_CORE) += intel_soc_dts_iosf.o
Srinivas Pandruvadabc40b5e2014-04-07 13:57:15 -070043obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o
Ong, Boon Leong8c187692015-04-15 10:08:15 +080044obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o
Eduardo Valentineb982002013-05-15 15:46:00 +000045obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
Zhang Rui816cab92014-03-14 12:45:05 +080046obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/
Tushar Daved0a12622015-06-10 13:34:24 -070047obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o
Lee Jones60aef7c2014-06-05 16:06:55 +010048obj-$(CONFIG_ST_THERMAL) += st/
Mikko Perttunen66fb8482014-09-29 17:17:31 +030049obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o
kongxinwei9a5238a2015-05-20 19:16:37 +080050obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o
Sascha Hauera92db1c2015-11-30 12:42:32 +010051obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o