hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/opp/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config PM_OPP
23 bool
34 select SRCU
4
- ---help---
5
+ help
56 SOCs have a standard set of tuples consisting of frequency and
67 voltage pairs that the device will support per voltage domain. This
78 is called Operating Performance Point or OPP. The actual definitions
....@@ -10,4 +11,4 @@
1011 OPP layer organizes the data internally using device pointers
1112 representing individual voltage domains and provides SOC
1213 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>