aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2019-02-24 21:18:05 +0100
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2019-02-24 21:18:05 +0100
commit17162a117cd0733ad1db728fa804e62ded9a87d6 (patch)
tree24339c44f10e0d524baabb4bd7535f9dd42ec872 /drivers/thermal
parentcpufreq: scmi: Fix use-after-free in scmi_cpufreq_exit() (diff)
parentcpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies (diff)
downloadlinux-17162a117cd0733ad1db728fa804e62ded9a87d6.tar.gz
linux-17162a117cd0733ad1db728fa804e62ded9a87d6.tar.bz2
linux-17162a117cd0733ad1db728fa804e62ded9a87d6.zip
Merge back earlier cpufreq material for v5.1.
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 30323426902e..58bb7d72dc2b 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -152,6 +152,7 @@ config CPU_THERMAL
bool "generic cpu cooling support"
depends on CPU_FREQ
depends on THERMAL_OF
+ depends on THERMAL=y
help
This implements the generic cpu cooling mechanism through frequency
reduction. An ACPI version of this already exists