forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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>