xref: /openbmc/linux/drivers/opp/Kconfig (revision 151f4e2b)
17813dd6fSViresh Kumarconfig PM_OPP
27813dd6fSViresh Kumar	bool
37813dd6fSViresh Kumar	select SRCU
47813dd6fSViresh Kumar	---help---
57813dd6fSViresh Kumar	  SOCs have a standard set of tuples consisting of frequency and
67813dd6fSViresh Kumar	  voltage pairs that the device will support per voltage domain. This
77813dd6fSViresh Kumar	  is called Operating Performance Point or OPP. The actual definitions
87813dd6fSViresh Kumar	  of OPP varies over silicon within the same family of devices.
97813dd6fSViresh Kumar
107813dd6fSViresh Kumar	  OPP layer organizes the data internally using device pointers
117813dd6fSViresh Kumar	  representing individual voltage domains and provides SOC
127813dd6fSViresh Kumar	  implementations a ready to use framework to manage OPPs.
13151f4e2bSMauro Carvalho Chehab	  For more information, read <file:Documentation/power/opp.rst>
14