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 <paulmck@kernel.org> Cc: Viresh Kumar <vireshk@kernel.org> Cc: Nishanth Menon <nm@ti.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: <linux-pm@vger.kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 5b2ad5a commit cea7be9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)