blob: e8ce47b32735987c32e22387c9d24bb874ec88a8 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Viresh Kumar7813dd62017-09-26 15:12:40 -07002config PM_OPP
3 bool
4 select SRCU
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09005 help
Viresh Kumar7813dd62017-09-26 15:12:40 -07006 SOCs have a standard set of tuples consisting of frequency and
7 voltage pairs that the device will support per voltage domain. This
8 is called Operating Performance Point or OPP. The actual definitions
9 of OPP varies over silicon within the same family of devices.
10
11 OPP layer organizes the data internally using device pointers
12 representing individual voltage domains and provides SOC
13 implementations a ready to use framework to manage OPPs.
Mauro Carvalho Chehab151f4e22019-06-13 07:10:36 -030014 For more information, read <file:Documentation/power/opp.rst>