Skip to content

Commit cea7be9

Browse files
paulmckrcuvireshk
authored andcommitted
drivers/opp: Remove "select SRCU"
Now that the SRCU Kconfig option is unconditionally selected, there is no longer any point in selecting it. Therefore, remove the "select SRCU" Kconfig statements. Signed-off-by: Paul E. McKenney <[email protected]> Cc: Viresh Kumar <[email protected]> Cc: Nishanth Menon <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 5b2ad5a commit cea7be9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/opp/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config PM_OPP
33
bool
4-
select SRCU
54
help
65
SOCs have a standard set of tuples consisting of frequency and
76
voltage pairs that the device will support per voltage domain. This

0 commit comments

Comments
 (0)