Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul E. McKenney and committed by
Chanwoo Choi
737dbd66 eeac8ede

-1
-1
drivers/devfreq/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 menuconfig PM_DEVFREQ 3 3 bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support" 4 - select SRCU 5 4 select PM_OPP 6 5 help 7 6 A device may have a list of frequencies and voltages available.