Skip to content

Commit b9c69e0

Browse files
chanwoochoimyungjoo
authored andcommitted
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 <[email protected]> Signed-off-by: MyungJoo Ham <[email protected]>
1 parent f75b0af commit b9c69e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/devfreq/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
menuconfig PM_DEVFREQ
22
bool "Generic Dynamic Voltage and Frequency Scaling (DVFS) support"
33
select SRCU
4+
select PM_OPP
45
help
56
A device may have a list of frequencies and voltages available.
67
devfreq, a generic DVFS framework can be registered for a device

0 commit comments

Comments
 (0)