mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

Will let system hibernate and suspend, its initial setup, there is more work needed to get it going fully without problems in userspace, which will follow Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
339 B
INI
14 lines
339 B
INI
CONFIG_SUSPEND=y
|
|
CONFIG_SUSPEND_FREEZER=y
|
|
CONFIG_HIBERNATE_CALLBACKS=y
|
|
CONFIG_HIBERNATION=y
|
|
CONFIG_PM_STD_PARTITION="/dev/mmcblk0p2"
|
|
CONFIG_PM_SLEEP=y
|
|
CONFIG_PM_SLEEP_SMP=y
|
|
CONFIG_PM_AUTOSLEEP=y
|
|
CONFIG_PM_WAKELOCKS=y
|
|
CONFIG_PM_WAKELOCKS_LIMIT=100
|
|
CONFIG_PM_WAKELOCKS_GC=y
|
|
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
|
|
CONFIG_ARCH_HIBERNATION_HEADER=y
|