summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2020-01-16 10:17:18 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-22 15:41:09 +0000
commitb362938befe20052ea7a286160f288f165ecc26f (patch)
treea9bc2849e2686e4db3c48e192989799555917ba1 /src
parentbccc7e707201833215d2c002533b3e05443ca298 (diff)
downloadcoreboot-b362938befe20052ea7a286160f288f165ecc26f.tar.gz
coreboot-b362938befe20052ea7a286160f288f165ecc26f.tar.bz2
coreboot-b362938befe20052ea7a286160f288f165ecc26f.zip
mb/facebook/monolith: Disable S3 and S4
The monolith board doesn't support the S3 and S4 states because of the watchdog and failover mechanisms. Remove S3 and S4 from the available sleepstates. BUG=N/A TEST=build Change-Id: I01f67d8bb3f9e45caef748caca91eeb6859d7393 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38447 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/facebook/monolith/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig
index 877b537cc24c..0ae704d3c3f4 100644
--- a/src/mainboard/facebook/monolith/Kconfig
+++ b/src/mainboard/facebook/monolith/Kconfig
@@ -3,7 +3,7 @@ if BOARD_FACEBOOK_MONOLITH
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_16384
- select HAVE_ACPI_RESUME
+ select DISABLE_ACPI_HIBERNATE
select HAVE_ACPI_TABLES
select HAVE_OPTION_TABLE
select SOC_INTEL_KABYLAKE