projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9614309
)
[COMMON] thermal: Kconfig: select PM_OPP by CPU_THERMAL
author
Hyeonseong Gil
<hs.gil@samsung.com>
Thu, 13 Apr 2017 07:29:36 +0000
(16:29 +0900)
committer
Chungwoo Park
<cww.park@samsung.com>
Mon, 21 May 2018 08:18:43 +0000
(17:18 +0900)
Change-Id: I45264acc0fac1e2faa15b22a4a98ecf7dfdd65e5
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
drivers/thermal/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/Kconfig
b/drivers/thermal/Kconfig
index f12fb9935ec7d7828bda489acf9c549ee83a8216..bc9582b2f7c6a43316329d66efa66a9dfd14b7b6 100644
(file)
--- 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