]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/thermal/Makefile
thermal: Add support for the thermal sensor on Kirkwood SoCs
[mirror_ubuntu-zesty-kernel.git] / drivers / thermal / Makefile
CommitLineData
203d3d4a
ZR
1#
2# Makefile for sensor chip drivers.
3#
4
63c4ec90 5obj-$(CONFIG_THERMAL) += thermal_sys.o
445110e9
ZR
6
7# governors
8obj-$(CONFIG_FAIR_SHARE) += fair_share.o
9obj-$(CONFIG_STEP_WISE) += step_wise.o
10obj-$(CONFIG_USER_SPACE) += user_space.o
11
12# cpufreq cooling
13obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
14
15# platform thermal drivers
16obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
1e426ffd 17obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
7060aa36 18obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
445110e9 19obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
aa1acb04 20obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
21obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
d6d71ee4
JP
22obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
23