mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
x86: Fix ACPI resume dependency to MRC cache
In an S3 resume path, MRC cache is mandatory. Enforce the dependency in the Kconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3a856473fd
commit
aa9c5956c9
1 changed files with 1 additions and 0 deletions
|
@ -664,6 +664,7 @@ endmenu
|
|||
|
||||
config HAVE_ACPI_RESUME
|
||||
bool "Enable ACPI S3 resume"
|
||||
select ENABLE_MRC_CACHE
|
||||
help
|
||||
Select this to enable ACPI S3 resume. S3 is an ACPI-defined sleeping
|
||||
state where all system context is lost except system memory. U-Boot
|
||||
|
|
Loading…
Add table
Reference in a new issue