usb: gadget: f_mtp: Avoid race between mtp_read and mtp_function_disable
[GitHub/exynos8895/android_kernel_samsung_universal8895.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 13thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o
e4dbf98f 14thermal_sys-$(CONFIG_THERMAL_GOV_BANG_BANG) += gov_bang_bang.o
80a26a5c
ZR
15thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
16thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o
6b775e87 17thermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR) += power_allocator.o
445110e9
ZR
18
19# cpufreq cooling
bbf7fc88 20thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
445110e9 21
f9df89d8
EV
22# clock cooling
23thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o
24
a76caf55
ØE
25# devfreq cooling
26thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o
27
1cac41cb
MB
28thermal_sys-$(CONFIG_GPU_THERMAL) += gpu_cooling.o
29
30thermal_sys-$(CONFIG_ISP_THERMAL) += isp_cooling.o
31
445110e9 32# platform thermal drivers
c610afaa 33obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o
445110e9 34obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
cbac8f63 35obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o
1e426ffd 36obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
7060aa36 37obj-$(CONFIG_KIRKWOOD_THERMAL) += kirkwood_thermal.o
c6821378 38obj-y += samsung/
74ffa64c 39obj-$(CONFIG_DOVE_THERMAL) += dove_thermal.o
aa1acb04 40obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
fa0d654c 41obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
ca3de46b 42obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
aa1acb04 43obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
d6d71ee4 44obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
f1a18a10 45obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o
ee073604 46obj-$(CONFIG_INTEL_SOC_DTS_IOSF_CORE) += intel_soc_dts_iosf.o
bc40b5e3 47obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o
8c187693 48obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o
eb982001 49obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/
816cab93 50obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/
d0a12625 51obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o
60aef7ce 52obj-$(CONFIG_ST_THERMAL) += st/
66fb8480 53obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o
9a5238a9 54obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o