Skip to content
Snippets Groups Projects
Commit aa9c5956 authored by Bin Meng's avatar Bin Meng
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 3a856473
No related branches found
No related tags found
No related merge requests found
...@@ -664,6 +664,7 @@ endmenu ...@@ -664,6 +664,7 @@ endmenu
config HAVE_ACPI_RESUME config HAVE_ACPI_RESUME
bool "Enable ACPI S3 resume" bool "Enable ACPI S3 resume"
select ENABLE_MRC_CACHE
help help
Select this to enable ACPI S3 resume. S3 is an ACPI-defined sleeping 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 state where all system context is lost except system memory. U-Boot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment