Merge commit 'ed30f24e8d07d30aa3e69d1f508f4d7bd2e8ea14' of git://git.linaro.org/landi...
[firefly-linux-kernel-4.4.55.git] / drivers / thermal / Makefile
1 #
2 # Makefile for sensor chip drivers.
3 #
4
5 obj-$(CONFIG_THERMAL)           += thermal_sys.o
6 thermal_sys-y                   += thermal_core.o
7
8 # governors
9 thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE)    += fair_share.o
10 thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE)     += step_wise.o
11 thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE)    += user_space.o
12
13 # cpufreq cooling
14 thermal_sys-$(CONFIG_CPU_THERMAL)       += cpu_cooling.o
15
16 # platform thermal drivers
17 obj-$(CONFIG_SPEAR_THERMAL)     += spear_thermal.o
18 obj-$(CONFIG_RCAR_THERMAL)      += rcar_thermal.o
19 obj-$(CONFIG_KIRKWOOD_THERMAL)  += kirkwood_thermal.o
20 obj-$(CONFIG_EXYNOS_THERMAL)    += exynos_thermal.o
21 obj-$(CONFIG_DOVE_THERMAL)      += dove_thermal.o
22 obj-$(CONFIG_DB8500_THERMAL)    += db8500_thermal.o
23 obj-$(CONFIG_ARMADA_THERMAL)    += armada_thermal.o
24 obj-$(CONFIG_DB8500_CPUFREQ_COOLING)    += db8500_cpufreq_cooling.o
25 obj-$(CONFIG_INTEL_POWERCLAMP)  += intel_powerclamp.o
26