Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul E. McKenney and committed by
Viresh Kumar
cea7be90 5b2ad5ac

-1
-1
drivers/opp/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config PM_OPP 3 3 bool 4 - select SRCU 5 4 help 6 5 SOCs have a standard set of tuples consisting of frequency and 7 6 voltage pairs that the device will support per voltage domain. This