Skip to content

Commit

Permalink
PM / OPP: Make OPP invisible to users in Kconfig
Browse files Browse the repository at this point in the history
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>
Acked-by: Nishanth Menon <nm@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Mark Brown authored and Rafael J. Wysocki committed May 19, 2014
1 parent 086abb5 commit 049d595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kernel/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 049d595

Please sign in to comment.