diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-05 01:38:02 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2023-01-05 07:17:21 +0100 |
commit | cea7be909414d941a4616e6794f4a5282eb6e652 (patch) | |
tree | 82b84031b197de6f8d606738c5bd71ccaf8f0a00 /drivers/opp/Kconfig | |
parent | dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in ex... (diff) | |
download | linux-cea7be909414d941a4616e6794f4a5282eb6e652.tar.xz linux-cea7be909414d941a4616e6794f4a5282eb6e652.zip |
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>
Diffstat (limited to 'drivers/opp/Kconfig')
-rw-r--r-- | drivers/opp/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/opp/Kconfig b/drivers/opp/Kconfig index e8ce47b32735..d7c649a1a981 100644 --- a/drivers/opp/Kconfig +++ b/drivers/opp/Kconfig @@ -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 |