From: Hyeonseong Gil Date: Thu, 13 Apr 2017 07:29:36 +0000 (+0900) Subject: [COMMON] thermal: Kconfig: select PM_OPP by CPU_THERMAL X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71d84c43510ac622972b959014a54dafbf9efdb2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] thermal: Kconfig: select PM_OPP by CPU_THERMAL Change-Id: I45264acc0fac1e2faa15b22a4a98ecf7dfdd65e5 Signed-off-by: Hyeonseong Gil --- diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f12fb9935ec7..bc9582b2f7c6 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -145,6 +145,7 @@ config CPU_THERMAL bool "generic cpu cooling support" depends on CPU_FREQ depends on THERMAL_OF + select PM_OPP help This implements the generic cpu cooling mechanism through frequency reduction. An ACPI version of this already exists