From fd4ad29f1824ad5d8df67f3e30d3908d24cbd8a4 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 27 Feb 2023 13:08:50 +0000 Subject: soc/intel/{tgl,adl}: Replace _S3 with D3COLD_SUPPORT symbol Replace the SOC_INTEL_TIGERLAKE_S3 and SOC_INTEL_ALDERLAKE_S3 with the D3COLD_SUPPORT symbol, as it allows for more granular control. Signed-off-by: Sean Rhodes Change-Id: I07e8c84e5ad8f390bfbac017dd23736e7a6ced9e Reviewed-on: https://review.coreboot.org/c/coreboot/+/73291 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- src/soc/intel/alderlake/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/soc/intel/alderlake/Kconfig') diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index dd6bb22952..a8c9aebe27 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -328,12 +328,6 @@ config SOC_INTEL_I2C_DEV_MAX int default 8 -config SOC_INTEL_ALDERLAKE_S3 - bool - default n - help - Select if using S3 instead of S0ix to disable D3Cold. - config ENABLE_SATA_TEST_MODE bool "Enable test mode for SATA margining" default n -- cgit v1.2.3