.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config PM_OPP |
---|
2 | 3 | bool |
---|
3 | 4 | select SRCU |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | SOCs have a standard set of tuples consisting of frequency and |
---|
6 | 7 | voltage pairs that the device will support per voltage domain. This |
---|
7 | 8 | is called Operating Performance Point or OPP. The actual definitions |
---|
.. | .. |
---|
10 | 11 | OPP layer organizes the data internally using device pointers |
---|
11 | 12 | representing individual voltage domains and provides SOC |
---|
12 | 13 | implementations a ready to use framework to manage OPPs. |
---|
13 | | - For more information, read <file:Documentation/power/opp.txt> |
---|
| 14 | + For more information, read <file:Documentation/power/opp.rst> |
---|