drivers/opp: Remove "select SRCU"
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 5 Jan 2023 00:38:02 +0000 (16:38 -0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 5 Jan 2023 06:17:21 +0000 (11:47 +0530)
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>
drivers/opp/Kconfig

index e8ce47b32735987c32e22387c9d24bb874ec88a8..d7c649a1a981c87086cd0c2b15f9a79b3d43020a 100644 (file)
@@ -1,7 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config PM_OPP
        bool
-       select SRCU
        help
          SOCs have a standard set of tuples consisting of frequency and
          voltage pairs that the device will support per voltage domain. This