diff options
author | Bin Meng | 2017-10-18 18:20:55 -0700 |
---|---|---|
committer | Bin Meng | 2017-10-27 15:13:47 +0800 |
commit | aa9c5956c9b921f3745e024d1572fd3dcc283091 (patch) | |
tree | 8c86e2e09563e58b8d673b62e33c424e5afb1f11 /arch/x86/Kconfig | |
parent | 3a856473fdb05f8c20686f6240781ecb2c0c1b61 (diff) |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c869ae25489..b2ae865c72d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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 |