From 0b861daeccaeeebec7d82ac534e0c102e4733aa7 Mon Sep 17 00:00:00 2001 From: Vaibhav Shankar Date: Tue, 27 Mar 2018 15:33:17 -0700 Subject: mainboard/google/zoombini: Enable HAVE_ACPI_RESUME This patch selects `HAVE_APCI_RESUME` to enable S3 resume. This has a dependency on EC to store the hash. BUG=b:72472969 TEST=suspend and resume from S3 should work. Change-Id: I9de84dfd450936b3bc08e016bec6cf5ae88eab3d Signed-off-by: Vaibhav Shankar Reviewed-on: https://review.coreboot.org/25390 Reviewed-by: Aseda Aboagye Reviewed-by: Furquan Shaikh Reviewed-by: Lijian Zhao Tested-by: build bot (Jenkins) --- src/mainboard/google/zoombini/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/zoombini/Kconfig b/src/mainboard/google/zoombini/Kconfig index 4b523c3ca8..78ef386aa1 100644 --- a/src/mainboard/google/zoombini/Kconfig +++ b/src/mainboard/google/zoombini/Kconfig @@ -8,6 +8,7 @@ config BOARD_GOOGLE_BASEBOARD_ZOOMBINI select DRIVERS_SPI_ACPI select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_LPC + select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select MAINBOARD_HAS_CHROMEOS select SOC_INTEL_CANNONLAKE -- cgit v1.2.3