power: Remove not used build option
There is no usage of BOOTLOADER_CONTEXT_RESTORE since quark support was removed. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
28cf88183a
commit
47e0621bb7
3 changed files with 1 additions and 17 deletions
|
@ -496,15 +496,6 @@ config BOOTLOADER_BOSSA_ADAFRUIT_UF2
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BOOTLOADER_CONTEXT_RESTORE
|
|
||||||
bool "Boot loader has context restore support"
|
|
||||||
default y
|
|
||||||
depends on PM_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.
|
|
||||||
|
|
||||||
config REBOOT
|
config REBOOT
|
||||||
bool "Reboot functionality"
|
bool "Reboot functionality"
|
||||||
select SYSTEM_CLOCK_DISABLE
|
select SYSTEM_CLOCK_DISABLE
|
||||||
|
|
|
@ -476,12 +476,6 @@ config ARCH_HAS_THREAD_LOCAL_STORAGE
|
||||||
config ARCH_HAS_THREAD_ABORT
|
config ARCH_HAS_THREAD_ABORT
|
||||||
bool
|
bool
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hidden CPU family configs
|
# Hidden CPU family configs
|
||||||
#
|
#
|
||||||
|
|
|
@ -154,8 +154,7 @@ done_mpu_regions_reset:
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_PM_DEEP_SLEEP_STATES) && \
|
#if defined(CONFIG_PM_DEEP_SLEEP_STATES)
|
||||||
!defined(CONFIG_BOOTLOADER_CONTEXT_RESTORE)
|
|
||||||
jl @pm_system_resume_from_deep_sleep
|
jl @pm_system_resume_from_deep_sleep
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue