diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-02-24 23:18:05 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-02-24 23:18:05 +0300 |
commit | 17162a117cd0733ad1db728fa804e62ded9a87d6 (patch) | |
tree | 24339c44f10e0d524baabb4bd7535f9dd42ec872 /drivers/thermal | |
parent | 8cbd468bdeb5ed3acac2d7a9f7494d5b77e46297 (diff) | |
parent | 1222d527f314c86a3b59a522115d62facc5a7965 (diff) | |
download | linux-17162a117cd0733ad1db728fa804e62ded9a87d6.tar.xz |
Merge back earlier cpufreq material for v5.1.
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/Kconfig | 1 |
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 |