diff options
author | Tim Chu <Tim.Chu@quantatw.com> | 2023-02-24 09:20:41 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-01 15:01:23 +0000 |
commit | ac04c2180c34bd1938deed2672bc52e35938847b (patch) | |
tree | 9ce5dc927a7205b741f784e5dc723a1855bd60c9 /src/soc/intel | |
parent | c0221aa980d35b6cd76cd119bb62984b8247deeb (diff) |
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 <Tim.Chu@quantatw.com>
Change-Id: Ie5ddb1a98cd5bbd854b915c93694d1ebcb9bddd2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73248
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jon.zhixiong.zhang@gmail.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/xeon_sp/spr/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |