From 7cd2c073178b6d615199b439ad9a811cfb4dd820 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 3 Jun 2018 23:04:28 +0300 Subject: ACPI S3: Depend on RELOCATABLE_RAMSTAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With RELOCATABLE_RAMSTAGE, S3 resume path only uses memory that is reserved from OS. So there is no need for low memory backup and recovery. Change-Id: If7f83711685ac445abf4cd1aa6b66c3391e0e554 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/26834 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Aaron Durbin Reviewed-by: Angel Pons --- src/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 333643e471..d49ca2595e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -484,6 +484,7 @@ source "src/console/Kconfig" config HAVE_ACPI_RESUME bool default n + depends on RELOCATABLE_RAMSTAGE config RESUME_PATH_SAME_AS_BOOT bool -- cgit v1.2.3