linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: Drop explicit PM_OPP dependency from DEVFREQ_THERMAL
       [not found] <CGME20200117055202epcas1p13550813b01bb497ca79c8d31e45584c9@epcas1p1.samsung.com>
@ 2020-01-17  5:59 ` Chanwoo Choi
  0 siblings, 0 replies; only message in thread
From: Chanwoo Choi @ 2020-01-17  5:59 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano, amit.kucheria
  Cc: linux-pm, linux-kernel, Chanwoo Choi

The commit b9c69e043266 ("PM / devfreq: Add dependency on PM_OPP")
has selected PM_OPP always to use it as the mandatory interface. So that
CONFIG_DEVFREQ_THERMAL doesn't need to specify the PM_OPP dependency
because if CONFIG_PM_DEVFREQ is enabled, PM_OPP is always enabled.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 drivers/thermal/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 79b27865c6f4..9c3acd715428 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -175,7 +175,6 @@ config CLOCK_THERMAL
 config DEVFREQ_THERMAL
 	bool "Generic device cooling support"
 	depends on PM_DEVFREQ
-	depends on PM_OPP
 	help
 	  This implements the generic devfreq cooling mechanism through
 	  frequency reduction for devices using devfreq.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-17  5:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20200117055202epcas1p13550813b01bb497ca79c8d31e45584c9@epcas1p1.samsung.com>
2020-01-17  5:59 ` [PATCH] thermal: Drop explicit PM_OPP dependency from DEVFREQ_THERMAL Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).