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>
This commit is contained in:
parent
eeac8ede17
commit
737dbd6667
|
|
@ -1,7 +1,6 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
menuconfig PM_DEVFREQ
|
menuconfig PM_DEVFREQ
|
||||||
bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
|
bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
|
||||||
select SRCU
|
|
||||||
select PM_OPP
|
select PM_OPP
|
||||||
help
|
help
|
||||||
A device may have a list of frequencies and voltages available.
|
A device may have a list of frequencies and voltages available.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue