[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200117055914.14584-1-cw00.choi@samsung.com>
Date: Fri, 17 Jan 2020 14:59:14 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: rui.zhang@...el.com, daniel.lezcano@...aro.org,
amit.kucheria@...durent.com
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Chanwoo Choi <cw00.choi@...sung.com>
Subject: [PATCH] thermal: Drop explicit PM_OPP dependency from
DEVFREQ_THERMAL
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@...sung.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
Powered by blists - more mailing lists