From ac04c2180c34bd1938deed2672bc52e35938847b Mon Sep 17 00:00:00 2001 From: Tim Chu Date: Fri, 24 Feb 2023 09:20:41 +0000 Subject: soc/intel/xeon_sp/spr: Select DISABLE_ACPI_HIBERNATE to remove S4 state Server platform doesn't have S4 state so select DISABLE_ACPI_HIBERNATE to remove S4 state from available sleepstates. Signed-off-by: Tim Chu Change-Id: Ie5ddb1a98cd5bbd854b915c93694d1ebcb9bddd2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73248 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Zhang --- src/soc/intel/xeon_sp/spr/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel') diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig index b1d92cfdd2..6ecf382cb0 100644 --- a/src/soc/intel/xeon_sp/spr/Kconfig +++ b/src/soc/intel/xeon_sp/spr/Kconfig @@ -7,6 +7,7 @@ config SOC_SPECIFIC_OPTIONS select MICROCODE_BLOB_NOT_HOOKED_UP select SAVE_MRC_AFTER_FSPS select SOC_INTEL_MEM_MAPPED_PM_CONFIGURATION + select DISABLE_ACPI_HIBERNATE config CHIPSET_DEVICETREE string -- cgit v1.2.3