diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-05 03:38:02 +0300 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2023-01-05 09:17:21 +0300 |
commit | cea7be909414d941a4616e6794f4a5282eb6e652 (patch) | |
tree | 82b84031b197de6f8d606738c5bd71ccaf8f0a00 /drivers/opp | |
parent | 5b2ad5acaf5aa8a1ff441665967cf728a46ac967 (diff) | |
download | linux-cea7be909414d941a4616e6794f4a5282eb6e652.tar.xz |
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')
-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 |