diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-04 16:37:58 -0800 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2023-03-13 19:36:15 +0900 |
commit | 737dbd6667ff38b6cc72d35c3ddc04db027ed76c (patch) | |
tree | b3b01b499a0fbe2639313c27ad00116924916b8b | |
parent | eeac8ede17557680855031c6f305ece2378af326 (diff) | |
download | linux-737dbd6667ff38b6cc72d35c3ddc04db027ed76c.tar.gz linux-737dbd6667ff38b6cc72d35c3ddc04db027ed76c.tar.bz2 linux-737dbd6667ff38b6cc72d35c3ddc04db027ed76c.zip |
PM / devfreq: 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>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | drivers/devfreq/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 9754d8b31621..3c4862a752b5 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only menuconfig PM_DEVFREQ bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support" - select SRCU select PM_OPP help A device may have a list of frequencies and voltages available. |