xref: /openbmc/linux/drivers/thermal/Makefile (revision e20db70d)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2203d3d4aSZhang Rui#
3203d3d4aSZhang Rui# Makefile for sensor chip drivers.
4203d3d4aSZhang Rui#
5203d3d4aSZhang Rui
663c4ec90SZhang Ruiobj-$(CONFIG_THERMAL)		+= thermal_sys.o
7cd221c7bSEduardo Valentinthermal_sys-y			+= thermal_core.o thermal_sysfs.o \
8cd221c7bSEduardo Valentin					thermal_helpers.o
9445110e9SZhang Rui
100dd88793SEduardo Valentin# interface to/from other layers providing sensors
110dd88793SEduardo Valentinthermal_sys-$(CONFIG_THERMAL_HWMON)		+= thermal_hwmon.o
124e5e4705SEduardo Valentinthermal_sys-$(CONFIG_THERMAL_OF)		+= of-thermal.o
130dd88793SEduardo Valentin
14445110e9SZhang Rui# governors
1580a26a5cSZhang Ruithermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE)	+= fair_share.o
16e4dbf98fSPeter Feuererthermal_sys-$(CONFIG_THERMAL_GOV_BANG_BANG)	+= gov_bang_bang.o
1780a26a5cSZhang Ruithermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE)	+= step_wise.o
1880a26a5cSZhang Ruithermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE)	+= user_space.o
196b775e87SJavi Merinothermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR)	+= power_allocator.o
20445110e9SZhang Rui
21445110e9SZhang Rui# cpufreq cooling
2223affa2eSDaniel Lezcanothermal_sys-$(CONFIG_CPU_FREQ_THERMAL)	+= cpufreq_cooling.o
23a4c428e5SDaniel Lezcanothermal_sys-$(CONFIG_CPU_IDLE_THERMAL)	+= cpuidle_cooling.o
24445110e9SZhang Rui
25f9df89d8SEduardo Valentin# clock cooling
26f9df89d8SEduardo Valentinthermal_sys-$(CONFIG_CLOCK_THERMAL)	+= clock_cooling.o
27f9df89d8SEduardo Valentin
28a76caf55SØrjan Eide# devfreq cooling
29a76caf55SØrjan Eidethermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o
30a76caf55SØrjan Eide
31445110e9SZhang Rui# platform thermal drivers
32a94cb7eeSRafał Miłeckiobj-y				+= broadcom/
3371aa3693STalel Shenharobj-$(CONFIG_THERMAL_MMIO)		+= thermal_mmio.o
34445110e9SZhang Ruiobj-$(CONFIG_SPEAR_THERMAL)	+= spear_thermal.o
35dccc5c3bSYangtao Liobj-$(CONFIG_SUN8I_THERMAL)     += sun8i_thermal.o
36cbac8f63SCaesar Wangobj-$(CONFIG_ROCKCHIP_THERMAL)	+= rockchip_thermal.o
37445110e9SZhang Ruiobj-$(CONFIG_RCAR_THERMAL)	+= rcar_thermal.o
38564e73d2SWolfram Sangobj-$(CONFIG_RCAR_GEN3_THERMAL)	+= rcar_gen3_thermal.o
397060aa36SNobuhiro Iwamatsuobj-$(CONFIG_KIRKWOOD_THERMAL)  += kirkwood_thermal.o
40c6821378SAmit Daniel Kachhapobj-y				+= samsung/
4174ffa64cSAndrew Lunnobj-$(CONFIG_DOVE_THERMAL)  	+= dove_thermal.o
42aa1acb04Shongbo.zhangobj-$(CONFIG_DB8500_THERMAL)	+= db8500_thermal.o
43fa0d654cSEzequiel Garciaobj-$(CONFIG_ARMADA_THERMAL)	+= armada_thermal.o
440b58c08bSMarc Gonzalezobj-$(CONFIG_TANGO_THERMAL)	+= tango_thermal.o
45ca3de46bSShawn Guoobj-$(CONFIG_IMX_THERMAL)	+= imx_thermal.o
46e20db70dSAnson Huangobj-$(CONFIG_IMX_SC_THERMAL)	+= imx_sc_thermal.o
47ec4664b3SLaxman Dewanganobj-$(CONFIG_MAX77620_THERMAL)	+= max77620_thermal.o
4843528445SJia Hongtaoobj-$(CONFIG_QORIQ_THERMAL)	+= qoriq_thermal.o
49608567aaSSteve Twissobj-$(CONFIG_DA9062_THERMAL)	+= da9062-thermal.o
503e8c4d31SAmit Kucheriaobj-y				+= intel/
51eb982001SEduardo Valentinobj-$(CONFIG_TI_SOC_THERMAL)	+= ti-soc-thermal/
521d693155SDavid HERNANDEZ SANCHEZobj-y				+= st/
539066073cSRajendra Nayakobj-$(CONFIG_QCOM_TSENS)	+= qcom/
547afebedeSMikko Perttunenobj-y				+= tegra/
559a5238a9Skongxinweiobj-$(CONFIG_HISI_THERMAL)     += hisi_thermal.o
56a92db1c8SSascha Hauerobj-$(CONFIG_MTK_THERMAL)	+= mtk_thermal.o
57b3aef78fSLaxman Dewanganobj-$(CONFIG_GENERIC_ADC_THERMAL)	+= thermal-generic-adc.o
5850fdd36fSBaoyou Xieobj-$(CONFIG_ZX2967_THERMAL)	+= zx2967_thermal.o
5986da4391SKunihiko Hayashiobj-$(CONFIG_UNIPHIER_THERMAL)	+= uniphier_thermal.o
60421eda10SGuillaume La Roqueobj-$(CONFIG_AMLOGIC_THERMAL)     += amlogic_thermal.o
61554fdbafSFreeman Liuobj-$(CONFIG_SPRD_THERMAL)	+= sprd_thermal.o
62