From d6e04aa00bc5a8912a041a569eb57f6962d1119a Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 6 Feb 2023 09:20:12 +0000 Subject: device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT Add NO_S0IX_SUPPORT for boards that do not support, or do not want to support S0IX. As all the boards in the tree that do this, don't support D3Cold, add D3COLD_SUPPORT that defaults to `n` when NO_S0IX_SUPPORT is selected to disable D3Cold support. Signed-off-by: Sean Rhodes Change-Id: I04abc7efe2db06ae6daba9e09835441b62ee44f4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72799 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 9c5868b0d6..24dac49937 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -326,12 +326,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