thermal: introduce device tree parser
[deliverable/linux.git] / drivers / thermal / Makefile
CommitLineData
203d3d4a
ZR
1#
2# Makefile for sensor chip drivers.
3#
4
63c4ec90 5obj-$(CONFIG_THERMAL) += thermal_sys.o
5fc024ab 6thermal_sys-y += thermal_core.o
445110e9 7
0dd88793
EV
8# interface to/from other layers providing sensors
9thermal_sys-$(CONFIG_THERMAL_HWMON) += thermal_hwmon.o
4e5e4705 10thermal_sys-$(CONFIG_THERMAL_OF) += of-thermal.o
0dd88793 11
445110e9 12# governors
80a26a5c
ZR
13thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
14thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
15thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
445110e9
ZR
16
17# cpufreq cooling
bbf7fc88 18thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
445110e9
ZR
19
20# platform thermal drivers
21obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
1e426ffd 22obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
7060aa36 23obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
c6821378 24obj-y += samsung/
74ffa64c 25obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
aa1acb04 26obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
fa0d654c 27obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
ca3de46b 28obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
aa1acb04 29obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
d6d71ee4 30obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
f1a18a10 31obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o
eb982001 32obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
This page took 0.400945 seconds and 5 git commands to generate.