From 71d84c43510ac622972b959014a54dafbf9efdb2 Mon Sep 17 00:00:00 2001 From: Hyeonseong Gil Date: Thu, 13 Apr 2017 16:29:36 +0900 Subject: [PATCH] [COMMON] thermal: Kconfig: select PM_OPP by CPU_THERMAL Change-Id: I45264acc0fac1e2faa15b22a4a98ecf7dfdd65e5 Signed-off-by: Hyeonseong Gil --- drivers/thermal/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1