File tree Expand file tree Collapse file tree 4 files changed +0
-515
lines changed Expand file tree Collapse file tree 4 files changed +0
-515
lines changed Original file line number Diff line number Diff line change @@ -190,16 +190,6 @@ config CPU_IDLE_THERMAL
190
190
idle cycle.
191
191
endif
192
192
193
- config CLOCK_THERMAL
194
- bool "Generic clock cooling support"
195
- depends on COMMON_CLK
196
- depends on PM_OPP
197
- help
198
- This entry implements the generic clock cooling mechanism through
199
- frequency clipping. Typically used to cool off co-processors. The
200
- device that is configured to use this cooling mechanism will be
201
- controlled to reduce clock frequency whenever temperature is high.
202
-
203
193
config DEVFREQ_THERMAL
204
194
bool "Generic device cooling support"
205
195
depends on PM_DEVFREQ
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ thermal_sys-$(CONFIG_THERMAL_GOV_POWER_ALLOCATOR) += gov_power_allocator.o
25
25
thermal_sys-$(CONFIG_CPU_FREQ_THERMAL) += cpufreq_cooling.o
26
26
thermal_sys-$(CONFIG_CPU_IDLE_THERMAL) += cpuidle_cooling.o
27
27
28
- # clock cooling
29
- thermal_sys-$(CONFIG_CLOCK_THERMAL) += clock_cooling.o
30
-
31
28
# devfreq cooling
32
29
thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o
33
30
You can’t perform that action at this time.
0 commit comments