blob: 35dfc7e80f9215e80523643acbbf5f95de50853d [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002config PM_OPP
3 bool
4 select SRCU
5 ---help---
6 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.
David Brazdil0f672f62019-12-10 10:32:29 +000014 For more information, read <file:Documentation/power/opp.rst>