mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-05 06:43:48 +00:00
PM / devfreq: Add dependency on PM_OPP
The devfreq ues the OPP library to handle the voltage and frequency for the device basically. This patch adds the dependency on CONFIG_PM_OPP in order to prevent either the build break or the unknow behavior. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
This commit is contained in:
parent
f75b0afa19
commit
b9c69e0432
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
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 SRCU
|
||||||
|
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.
|
||||||
devfreq, a generic DVFS framework can be registered for a device
|
devfreq, a generic DVFS framework can be registered for a device
|
||||||
|
|
Loading…
Add table
Reference in a new issue