-
CONFIG_BOOTLOADER_CONTEXT_RESTORE
¶
Boot loader has context restore support
Type: bool
Help¶
This option signifies that the target has a bootloader that restores CPU context upon resuming from deep sleep power state.
Direct dependencies¶
SYS_POWER_DEEP_SLEEP_STATES
&& BOOTLOADER_CONTEXT_RESTORE_SUPPORTED
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At Kconfig.zephyr:396
Included via Kconfig:10
Menu path: (top menu) → Boot Options
config BOOTLOADER_CONTEXT_RESTORE bool prompt "Boot loader has context restore support" ifSYS_POWER_DEEP_SLEEP_STATES
&&BOOTLOADER_CONTEXT_RESTORE_SUPPORTED
default "y" ifSYS_POWER_DEEP_SLEEP_STATES
&&BOOTLOADER_CONTEXT_RESTORE_SUPPORTED
depends onSYS_POWER_DEEP_SLEEP_STATES
&&BOOTLOADER_CONTEXT_RESTORE_SUPPORTED
help This option signifies that the target has a bootloader that restores CPU context upon resuming from deep sleep power state.
(Definitions include propagated dependencies, including from if’s and menus.)