]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
x86: Fix ACPI resume dependency to MRC cache
authorBin Meng <bmeng.cn@gmail.com>
Thu, 19 Oct 2017 01:20:55 +0000 (18:20 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 27 Oct 2017 07:13:47 +0000 (15:13 +0800)
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>
arch/x86/Kconfig

index c869ae254899a360dedd9ba5a62f38c85802c039..b2ae865c72d4475ba59908bb6270f4b6f6f67e70 100644 (file)
@@ -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