:orphan: .. title:: BOOTLOADER_CONTEXT_RESTORE_SUPPORTED .. option:: CONFIG_BOOTLOADER_CONTEXT_RESTORE_SUPPORTED *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option signifies that the target has options of bootloaders that support context restore upon resume from deep sleep Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:401`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` Menu path: (Top) .. parsed-literal:: config BOOTLOADER_CONTEXT_RESTORE_SUPPORTED bool help This option signifies that the target has options of bootloaders that support context restore upon resume from deep sleep *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*