From 1169e5943c97416761b01efe684151435c7fe7a9 Mon Sep 17 00:00:00 2001 From: Casper Chang Date: Tue, 28 Dec 2021 20:03:16 +0800 Subject: mb/google/brya/var/primus4es: reconfig USE_PM_ACPI_TIMER Config USE_PM_ACPI_TIMER to y for primus4es only as commit 1ce0f3aab7 (mb/google/brya: Fix S0i3 regression) breaks suspend stress test on ES CPU SKU. BUG=b:211377699 TEST=USE="project_primus emerge-brya coreboot" and verified the suspend stress test works on primus4es. Change-Id: I8d19c10e2029e233542a8ceec272f8ede2b4bfac Signed-off-by: Casper Chang Reviewed-on: https://review.coreboot.org/c/coreboot/+/60417 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Nico Huber --- src/mainboard/google/brya/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/brya/Kconfig') diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 001332d3a9..085fd28f92 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -212,6 +212,7 @@ config HAVE_PCIE_WWAN def_bool n config USE_PM_ACPI_TIMER + default y if BOARD_GOOGLE_PRIMUS4ES default n choice -- cgit v1.2.3