diff options
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r-- | kernel/power/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 91e09d3b2eb2..4c9cffcf69c7 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig | |||
@@ -222,3 +222,8 @@ config PM_RUNTIME | |||
222 | and the bus type drivers of the buses the devices are on are | 222 | and the bus type drivers of the buses the devices are on are |
223 | responsible for the actual handling of the autosuspend requests and | 223 | responsible for the actual handling of the autosuspend requests and |
224 | wake-up events. | 224 | wake-up events. |
225 | |||
226 | config PM_OPS | ||
227 | bool | ||
228 | depends on PM_SLEEP || PM_RUNTIME | ||
229 | default y | ||