diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-01-13 03:11:15 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-01-20 19:51:25 +0300 |
commit | 38a29e5834eba1e71bc4aab82b09ac065af62b80 (patch) | |
tree | 29cba804f88990edcd2d62075de2ce11b66acc61 /drivers/cpufreq | |
parent | 9a55ab6f02c98bfca1c9c9d73507c1744406d2ba (diff) | |
download | linux-38a29e5834eba1e71bc4aab82b09ac065af62b80.tar.xz |
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 <paulmck@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |