From: Paul E. McKenney Date: Thu, 5 Jan 2023 00:37:58 +0000 (-0800) Subject: PM / devfreq: Remove "select SRCU" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=737dbd6667ff38b6cc72d35c3ddc04db027ed76c;p=linux.git 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 Signed-off-by: Chanwoo Choi --- diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index 9754d8b316211..3c4862a752b5a 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.