2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-09-27 01:12:40 +03:00
|
|
|
config PM_OPP
|
|
|
|
bool
|
|
|
|
select SRCU
|
2020-06-13 19:50:22 +03:00
|
|
|
help
|
2017-09-27 01:12:40 +03:00
|
|
|
SOCs have a standard set of tuples consisting of frequency and
|
|
|
|
voltage pairs that the device will support per voltage domain. This
|
|
|
|
is called Operating Performance Point or OPP. The actual definitions
|
|
|
|
of OPP varies over silicon within the same family of devices.
|
|
|
|
|
|
|
|
OPP layer organizes the data internally using device pointers
|
|
|
|
representing individual voltage domains and provides SOC
|
|
|
|
implementations a ready to use framework to manage OPPs.
|
2019-06-13 13:10:36 +03:00
|
|
|
For more information, read <file:Documentation/power/opp.rst>
|