From: Paul E. McKenney Date: Fri, 13 Jan 2023 00:11:15 +0000 (-0800) Subject: drivers/cpufreq: Remove "select SRCU" X-Git-Tag: io_uring-6.3-2023-03-03~27^2~6^2~5^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=38a29e5834eba1e71bc4aab82b09ac065af62b80;p=linux-block.git drivers/cpufreq: 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 Acked-by: Viresh Kumar Reviewed-by: John Ogness Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 448b8ffb4ebd..76aa1336e2be 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -3,7 +3,6 @@ menu "CPU Frequency scaling" config CPU_FREQ bool "CPU Frequency scaling" - select SRCU help CPU Frequency scaling allows you to change the clock speed of CPUs on the fly. This is a nice method to save power, because