.. | .. |
---|
7 | 7 | thermal_sys-y += thermal_core.o thermal_sysfs.o \ |
---|
8 | 8 | thermal_helpers.o |
---|
9 | 9 | |
---|
| 10 | +# netlink interface to manage the thermal framework |
---|
| 11 | +thermal_sys-$(CONFIG_THERMAL_NETLINK) += thermal_netlink.o |
---|
| 12 | + |
---|
10 | 13 | # interface to/from other layers providing sensors |
---|
11 | 14 | thermal_sys-$(CONFIG_THERMAL_HWMON) += thermal_hwmon.o |
---|
12 | | -thermal_sys-$(CONFIG_THERMAL_OF) += of-thermal.o |
---|
| 15 | +thermal_sys-$(CONFIG_THERMAL_OF) += thermal_of.o |
---|
13 | 16 | |
---|
14 | 17 | # governors |
---|
15 | | -thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += fair_share.o |
---|
| 18 | +thermal_sys-$(CONFIG_THERMAL_GOV_FAIR_SHARE) += gov_fair_share.o |
---|
16 | 19 | thermal_sys-$(CONFIG_THERMAL_GOV_BANG_BANG) += gov_bang_bang.o |
---|
17 | | -thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o |
---|
18 | | -thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o |
---|
19 | | -thermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR) += power_allocator.o |
---|
| 20 | +thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += gov_step_wise.o |
---|
| 21 | +thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += gov_user_space.o |
---|
| 22 | +thermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR) += gov_power_allocator.o |
---|
20 | 23 | |
---|
21 | 24 | # cpufreq cooling |
---|
22 | | -thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o |
---|
23 | | - |
---|
24 | | -# clock cooling |
---|
25 | | -thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o |
---|
| 25 | +thermal_sys-$(CONFIG_CPU_FREQ_THERMAL) += cpufreq_cooling.o |
---|
| 26 | +thermal_sys-$(CONFIG_CPU_IDLE_THERMAL) += cpuidle_cooling.o |
---|
26 | 27 | |
---|
27 | 28 | # devfreq cooling |
---|
28 | 29 | thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o |
---|
29 | 30 | |
---|
| 31 | +obj-$(CONFIG_K3_THERMAL) += k3_bandgap.o |
---|
30 | 32 | # platform thermal drivers |
---|
31 | 33 | obj-y += broadcom/ |
---|
32 | | -obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o |
---|
| 34 | +obj-$(CONFIG_THERMAL_MMIO) += thermal_mmio.o |
---|
33 | 35 | obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o |
---|
| 36 | +obj-$(CONFIG_SUN8I_THERMAL) += sun8i_thermal.o |
---|
34 | 37 | obj-$(CONFIG_ROCKCHIP_THERMAL) += rockchip_thermal.o |
---|
35 | | -obj-$(CONFIG_RK3368_THERMAL) += rk3368_thermal.o |
---|
36 | 38 | obj-$(CONFIG_RK_VIRTUAL_THERMAL) += rk_virtual_thermal.o |
---|
37 | 39 | obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o |
---|
38 | 40 | obj-$(CONFIG_RCAR_GEN3_THERMAL) += rcar_gen3_thermal.o |
---|
.. | .. |
---|
43 | 45 | obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o |
---|
44 | 46 | obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o |
---|
45 | 47 | obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o |
---|
| 48 | +obj-$(CONFIG_IMX_SC_THERMAL) += imx_sc_thermal.o |
---|
| 49 | +obj-$(CONFIG_IMX8MM_THERMAL) += imx8mm_thermal.o |
---|
46 | 50 | obj-$(CONFIG_MAX77620_THERMAL) += max77620_thermal.o |
---|
47 | 51 | obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o |
---|
48 | 52 | obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o |
---|
49 | | -obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o |
---|
50 | | -obj-$(CONFIG_X86_PKG_TEMP_THERMAL) += x86_pkg_temp_thermal.o |
---|
51 | | -obj-$(CONFIG_INTEL_SOC_DTS_IOSF_CORE) += intel_soc_dts_iosf.o |
---|
52 | | -obj-$(CONFIG_INTEL_SOC_DTS_THERMAL) += intel_soc_dts_thermal.o |
---|
53 | | -obj-$(CONFIG_INTEL_QUARK_DTS_THERMAL) += intel_quark_dts_thermal.o |
---|
| 53 | +obj-y += intel/ |
---|
54 | 54 | obj-$(CONFIG_TI_SOC_THERMAL) += ti-soc-thermal/ |
---|
55 | | -obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal/ |
---|
56 | | -obj-$(CONFIG_INTEL_BXT_PMIC_THERMAL) += intel_bxt_pmic_thermal.o |
---|
57 | | -obj-$(CONFIG_INTEL_PCH_THERMAL) += intel_pch_thermal.o |
---|
58 | | -obj-$(CONFIG_ST_THERMAL) += st/ |
---|
| 55 | +obj-y += st/ |
---|
59 | 56 | obj-$(CONFIG_QCOM_TSENS) += qcom/ |
---|
60 | 57 | obj-y += tegra/ |
---|
61 | 58 | obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o |
---|
.. | .. |
---|
63 | 60 | obj-$(CONFIG_GENERIC_ADC_THERMAL) += thermal-generic-adc.o |
---|
64 | 61 | obj-$(CONFIG_ZX2967_THERMAL) += zx2967_thermal.o |
---|
65 | 62 | obj-$(CONFIG_UNIPHIER_THERMAL) += uniphier_thermal.o |
---|
| 63 | +obj-$(CONFIG_AMLOGIC_THERMAL) += amlogic_thermal.o |
---|
| 64 | +obj-$(CONFIG_SPRD_THERMAL) += sprd_thermal.o |
---|
| 65 | +obj-$(CONFIG_KHADAS_MCU_FAN_THERMAL) += khadas_mcu_fan.o |
---|