blob: 1f64a3d46c8a2b480f1f02b6c68f31e53eda4fda [file] [log] [blame]
Viresh Kumar7813dd62017-09-26 15:12:40 -07001config PM_OPP
2 bool
3 select SRCU
4 ---help---
5 SOCs have a standard set of tuples consisting of frequency and
6 voltage pairs that the device will support per voltage domain. This
7 is called Operating Performance Point or OPP. The actual definitions
8 of OPP varies over silicon within the same family of devices.
9
10 OPP layer organizes the data internally using device pointers
11 representing individual voltage domains and provides SOC
12 implementations a ready to use framework to manage OPPs.
Mauro Carvalho Chehab151f4e22019-06-13 07:10:36 -030013 For more information, read <file:Documentation/power/opp.rst>