xref: /openbmc/linux/drivers/thermal/Makefile (revision 925c36bb)
1203d3d4aSZhang Rui#
2203d3d4aSZhang Rui# Makefile for sensor chip drivers.
3203d3d4aSZhang Rui#
4203d3d4aSZhang Rui
563c4ec90SZhang Ruiobj-$(CONFIG_THERMAL)		+= thermal_sys.o
65fc024abSZhang Ruithermal_sys-y			+= thermal_core.o
7445110e9SZhang Rui
80dd88793SEduardo Valentin# interface to/from other layers providing sensors
90dd88793SEduardo Valentinthermal_sys-$(CONFIG_THERMAL_HWMON)		+= thermal_hwmon.o
100dd88793SEduardo Valentin
11445110e9SZhang Rui# governors
1280a26a5cSZhang Ruithermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE)	+= fair_share.o
1380a26a5cSZhang Ruithermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE)	+= step_wise.o
1480a26a5cSZhang Ruithermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE)	+= user_space.o
15445110e9SZhang Rui
16445110e9SZhang Rui# cpufreq cooling
17bbf7fc88SZhang Ruithermal_sys-$(CONFIG_CPU_THERMAL)	+= cpu_cooling.o
18445110e9SZhang Rui
19445110e9SZhang Rui# platform thermal drivers
20445110e9SZhang Ruiobj-$(CONFIG_SPEAR_THERMAL)	+= spear_thermal.o
21445110e9SZhang Ruiobj-$(CONFIG_RCAR_THERMAL)	+= rcar_thermal.o
227060aa36SNobuhiro Iwamatsuobj-$(CONFIG_KIRKWOOD_THERMAL)  += kirkwood_thermal.o
23c6821378SAmit Daniel Kachhapobj-y				+= samsung/
2474ffa64cSAndrew Lunnobj-$(CONFIG_DOVE_THERMAL)  	+= dove_thermal.o
25aa1acb04Shongbo.zhangobj-$(CONFIG_DB8500_THERMAL)	+= db8500_thermal.o
26fa0d654cSEzequiel Garciaobj-$(CONFIG_ARMADA_THERMAL)	+= armada_thermal.o
27ca3de46bSShawn Guoobj-$(CONFIG_IMX_THERMAL)	+= imx_thermal.o
28aa1acb04Shongbo.zhangobj-$(CONFIG_DB8500_CPUFREQ_COOLING)	+= db8500_cpufreq_cooling.o
29d6d71ee4SJacob Panobj-$(CONFIG_INTEL_POWERCLAMP)	+= intel_powerclamp.o
30f1a18a10SSrinivas Pandruvadaobj-$(CONFIG_X86_PKG_TEMP_THERMAL)	+= x86_pkg_temp_thermal.o
31eb982001SEduardo Valentinobj-$(CONFIG_TI_SOC_THERMAL)	+= ti-soc-thermal/
32925c36bbSSrinivas Pandruvadaobj-$(CONFIG_ACPI_INT3403_THERMAL)	+= int3403_thermal.o
33