thermal/governors: Prefix all source files with gov_
[linux-block.git] / drivers / thermal / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
203d3d4a
ZR
2#
3# Makefile for sensor chip drivers.
4#
5
63c4ec90 6obj-$(CONFIG_THERMAL) += thermal_sys.o
cd221c7b
EV
7thermal_sys-y += thermal_core.o thermal_sysfs.o \
8 thermal_helpers.o
445110e9 9
0dd88793
EV
10# interface to/from other layers providing sensors
11thermal_sys-$(CONFIG_THERMAL_HWMON) += thermal_hwmon.o
4e5e4705 12thermal_sys-$(CONFIG_THERMAL_OF) += of-thermal.o
0dd88793 13
445110e9 14# governors
0015d9a2 15thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += gov_fair_share.o
e4dbf98f 16thermal_sys-$(CONFIG_THERMAL_GOV_BANG_BANG) += gov_bang_bang.o
0015d9a2
AK
17thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += gov_step_wise.o
18thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += gov_user_space.o
19thermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR) += gov_power_allocator.o
445110e9
ZR
20
21# cpufreq cooling
23affa2e 22thermal_sys-$(CONFIG_CPU_FREQ_THERMAL) += cpufreq_cooling.o
a4c428e5 23thermal_sys-$(CONFIG_CPU_IDLE_THERMAL) += cpuidle_cooling.o
445110e9 24
f9df89d8
EV
25# clock cooling
26thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o
27
a76caf55
ØE
28# devfreq cooling
29thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o
30
48b2bce8 31obj-$(CONFIG_K3_THERMAL) += k3_bandgap.o
445110e9 32# platform thermal drivers
a94cb7ee 33obj-y += broadcom/
71aa3693 34obj-$(CONFIG_THERMAL_MMIO) += thermal_mmio.o
445110e9 35obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
dccc5c3b 36obj-$(CONFIG_SUN8I_THERMAL) += sun8i_thermal.o
cbac8f63 37obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o
1e426ffd 38obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
564e73d2 39obj-$(CONFIG_RCAR_GEN3_THERMAL) += rcar_gen3_thermal.o
7060aa36 40obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
c6821378 41obj-y += samsung/
74ffa64c 42obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
aa1acb04 43obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
fa0d654c 44obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
0b58c08b 45obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o
ca3de46b 46obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
e20db70d 47obj-$(CONFIG_IMX_SC_THERMAL) += imx_sc_thermal.o
5eed800a 48obj-$(CONFIG_IMX8MM_THERMAL) += imx8mm_thermal.o
ec4664b3 49obj-$(CONFIG_MAX77620_THERMAL) += max77620_thermal.o
43528445 50obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o
608567aa 51obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
3e8c4d31 52obj-y += intel/
eb982001 53obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
1d693155 54obj-y += st/
9066073c 55obj-$(CONFIG_QCOM_TSENS) += qcom/
7afebede 56obj-y += tegra/
9a5238a9 57obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o
a92db1c8 58obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o
b3aef78f 59obj-$(CONFIG_GENERIC_ADC_THERMAL) += thermal-generic-adc.o
50fdd36f 60obj-$(CONFIG_ZX2967_THERMAL) += zx2967_thermal.o
86da4391 61obj-$(CONFIG_UNIPHIER_THERMAL) += uniphier_thermal.o
421eda10 62obj-$(CONFIG_AMLOGIC_THERMAL) += amlogic_thermal.o
554fdbaf 63obj-$(CONFIG_SPRD_THERMAL) += sprd_thermal.o