]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/thermal/Makefile
UBUNTU: [Config] CONFIG_TEE=m
[mirror_ubuntu-artful-kernel.git] / drivers / thermal / Makefile
CommitLineData
203d3d4a
ZR
1#
2# Makefile for sensor chip drivers.
3#
4
63c4ec90 5obj-$(CONFIG_THERMAL) += thermal_sys.o
cd221c7b
EV
6thermal_sys-y += thermal_core.o thermal_sysfs.o \
7 thermal_helpers.o
445110e9 8
0dd88793
EV
9# interface to/from other layers providing sensors
10thermal_sys-$(CONFIG_THERMAL_HWMON) += thermal_hwmon.o
4e5e4705 11thermal_sys-$(CONFIG_THERMAL_OF) += of-thermal.o
0dd88793 12
445110e9 13# governors
80a26a5c 14thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
e4dbf98f 15thermal_sys-$(CONFIG_THERMAL_GOV_BANG_BANG) += gov_bang_bang.o
80a26a5c
ZR
16thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
17thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
6b775e87 18thermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR) += power_allocator.o
445110e9
ZR
19
20# cpufreq cooling
bbf7fc88 21thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
445110e9 22
f9df89d8
EV
23# clock cooling
24thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o
25
a76caf55
ØE
26# devfreq cooling
27thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o
28
445110e9 29# platform thermal drivers
a94cb7ee 30obj-y += broadcom/
c610afaa 31obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o
445110e9 32obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
cbac8f63 33obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o
1e426ffd 34obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
564e73d2 35obj-$(CONFIG_RCAR_GEN3_THERMAL) += rcar_gen3_thermal.o
7060aa36 36obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
c6821378 37obj-y += samsung/
74ffa64c 38obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
aa1acb04 39obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
fa0d654c 40obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
0b58c08b 41obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o
ca3de46b 42obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
ec4664b3 43obj-$(CONFIG_MAX77620_THERMAL) += max77620_thermal.o
43528445 44obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o
608567aa 45obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
d6d71ee4 46obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
f1a18a10 47obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o
ee073604 48obj-$(CONFIG_INTEL_SOC_DTS_IOSF_CORE) += intel_soc_dts_iosf.o
bc40b5e3 49obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o
8c187693 50obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o
eb982001 51obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
816cab93 52obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/
b474303f 53obj-$(CONFIG_INTEL_BXT_PMIC_THERMAL) += intel_bxt_pmic_thermal.o
d0a12625 54obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o
60aef7ce 55obj-$(CONFIG_ST_THERMAL) += st/
9066073c 56obj-$(CONFIG_QCOM_TSENS) += qcom/
a4dff94f 57obj-$(CONFIG_TEGRA_SOCTHERM) += tegra/
9a5238a9 58obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o
a92db1c8 59obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o
b3aef78f 60obj-$(CONFIG_GENERIC_ADC_THERMAL) += thermal-generic-adc.o
50fdd36f 61obj-$(CONFIG_ZX2967_THERMAL) += zx2967_thermal.o