diff options
author | Lean Sheng Tan <sheng.tan@9elements.com> | 2022-09-07 16:28:45 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-13 14:21:25 +0000 |
commit | 9b9a763ca95ff132b10d4e5769c397dbd4c24bea (patch) | |
tree | f62882ba71b24b444201dc8369e7a7204b2f3511 /src/mainboard/prodrive/atlas/Kconfig | |
parent | 787b46673b9c90481517bb35a7435e93fd8c7694 (diff) |
mb/prodrive/atlas: Enable legacy S3 support
Enable S3 support as Prodrive doesn't need s0ix for now.
Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com>
Change-Id: I7625c8ac860e1afc60c94b3c51e996531a1f2b15
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67414
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/prodrive/atlas/Kconfig')
-rw-r--r-- | src/mainboard/prodrive/atlas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index 7791f736d0..38d600c480 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -12,6 +12,7 @@ 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 |