PM / devfreq: Remove "select SRCU"
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 5 Jan 2023 00:37:58 +0000 (16:37 -0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 13 Mar 2023 10:36:15 +0000 (19:36 +0900)
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>
drivers/devfreq/Kconfig

index 9754d8b31621168e249dbdab3e33714ba83fb7b9..3c4862a752b5a3b8186f34fab44325d1f8d78bb8 100644 (file)
@@ -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.