Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH] PM / OPP: Make OPP invisible to users in Kconfig
@ 2014-05-09 18:18 Mark Brown
  2014-05-09 18:56 ` Nishanth Menon
  2014-05-12  4:10 ` Viresh Kumar
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2014-05-09 18:18 UTC (permalink / raw)
  To: Rafael J. Wysocki, menon.nishanth
  Cc: Catalin Marinas, Will Deacon, linaro-kernel, linux-pm, Mark Brown

From: Mark Brown <broonie@linaro.org>

The OPP code is an in kernel library selected by its users, there is no
no architecture code required to implement it and enabling it without a
user just increases the kernel size. Since the users select rather than
depend on it just remove the ability to directly set the option from
Kconfig.

Signed-off-by: Mark Brown <broonie@linaro.org>
---

This leaves the ARCH_HAS_OPP symbol since removing that requires
updating the relevant architectures, if this is OK I can sumbit a
followup patch cleaning that up.

 kernel/power/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 2fac9cc79b3d..9a83d780facd 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -257,8 +257,7 @@ config ARCH_HAS_OPP
 	bool
 
 config PM_OPP
-	bool "Operating Performance Point (OPP) Layer library"
-	depends on ARCH_HAS_OPP
+	bool
 	---help---
 	  SOCs have a standard set of tuples consisting of frequency and
 	  voltage pairs that the device will support per voltage domain. This
-- 
2.0.0.rc2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-19 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 18:18 [PATCH] PM / OPP: Make OPP invisible to users in Kconfig Mark Brown
2014-05-09 18:56 ` Nishanth Menon
2014-05-12  4:10 ` Viresh Kumar
2014-05-19 23:19   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox