summaryrefslogtreecommitdiffstats
path: root/src/mainboard/prodrive/atlas
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2023-04-13 12:08:58 +0100
committerSean Rhodes <sean@starlabs.systems>2023-04-19 13:25:29 +0000
commit1d41f909f3f50e34cf00df6fda98ecfe50caad01 (patch)
tree4caa6f8a86c5f3a066ae22cc9076e46fcdf8efcd /src/mainboard/prodrive/atlas
parentbf66d665931de681ccaa75e7f508a6ebeadaf2c7 (diff)
downloadcoreboot-1d41f909f3f50e34cf00df6fda98ecfe50caad01.tar.gz
coreboot-1d41f909f3f50e34cf00df6fda98ecfe50caad01.tar.bz2
coreboot-1d41f909f3f50e34cf00df6fda98ecfe50caad01.zip
soc/intel/alderlake: Rename SOC_INTEL_ALDERLAKE_S3 to D3COLD_SUPPORT
The Kconfig option SOC_INTEL_ALDERLAKE_S3 suggests that it's doing something with S3, but it's actually disabling D3Cold support. Rename it to D3COLD_SUPPORT to make it clear what it's doing. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ifc3f19912ac7ee55be8ec7a491598140f9532675 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74403 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/prodrive/atlas')
-rw-r--r--src/mainboard/prodrive/atlas/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig
index 914ce9fefba6..5761fad51d78 100644
--- a/src/mainboard/prodrive/atlas/Kconfig
+++ b/src/mainboard/prodrive/atlas/Kconfig
@@ -11,7 +11,6 @@ config BOARD_PRODRIVE_ATLAS_BASEBOARD
select MEMORY_MAPPED_TPM
select PCIEXP_SUPPORT_RESIZABLE_BARS
select SOC_INTEL_ALDERLAKE_PCH_P
- select SOC_INTEL_ALDERLAKE_S3
if BOARD_PRODRIVE_ATLAS_BASEBOARD
@@ -26,6 +25,9 @@ config ATLAS_ENABLE_IBECC
and therefore not always required.
default n
+config D3COLD_SUPPORT
+ default n
+
config MAINBOARD_FAMILY
string
default "PRODRIVE_ATLAS_SERIES"