@@ -94,7 +94,6 @@ config PM_STD_PARTITION
config PM_SLEEP
def_bool y
depends on SUSPEND || HIBERNATE_CALLBACKS
- select PM_RUNTIME
config PM_SLEEP_SMP
def_bool y
@@ -131,21 +130,12 @@ config PM_WAKELOCKS_GC
default y
config PM_RUNTIME
- bool "Run-time PM core functionality"
- ---help---
- Enable functionality allowing I/O devices to be put into energy-saving
- (low power) states at run time (or autosuspended) after a specified
- period of inactivity and woken up in response to a hardware-generated
- wake-up event or a driver's request.
-
- Hardware support is generally required for this functionality to work
- and the bus type drivers of the buses the devices are on are
- responsible for the actual handling of the autosuspend requests and
- wake-up events.
+ def_bool y
+ depends on PM_SLEEP
config PM
def_bool y
- depends on PM_SLEEP || PM_RUNTIME
+ depends on PM_SLEEP
Kind regards