summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/Kconfig
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2021-11-08 21:34:34 +0000
committerTim Wawrzynczak <twawrzynczak@chromium.org>2021-11-15 04:37:44 +0000
commit56226663960af6b2704b86aad043f94f0b980dec (patch)
treec6b05833afe3e16568c75ee09fea694743ab5f82 /src/soc/intel/tigerlake/Kconfig
parente72e8571680170361cf397adf1890eb1f08cc899 (diff)
downloadcoreboot-56226663960af6b2704b86aad043f94f0b980dec.tar.gz
coreboot-56226663960af6b2704b86aad043f94f0b980dec.tar.bz2
coreboot-56226663960af6b2704b86aad043f94f0b980dec.zip
soc/intel/tigerlake: Add config option for S3 ACPI
Add Kconfig option `SOC_INTEL_TIGERLAKE_S3` which will adjust the ACPI to not offer D3Cold when using S3. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ieb1cc3d6a03cb452ff38ae393a993e881d9b5ff4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59024 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/tigerlake/Kconfig')
-rw-r--r--src/soc/intel/tigerlake/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig
index 91f33161b468..a7b3ae447d33 100644
--- a/src/soc/intel/tigerlake/Kconfig
+++ b/src/soc/intel/tigerlake/Kconfig
@@ -187,6 +187,12 @@ config SOC_INTEL_I2C_DEV_MAX
int
default 6
+config SOC_INTEL_TIGERLAKE_S3
+ bool
+ default n
+ help
+ Select if using S3 instead of S0ix to disable D3Cold
+
config SOC_INTEL_UART_DEV_MAX
int
default 3