summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-10-25 16:17:16 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-11-28 13:17:53 +0000
commit50a3d6fcd83e7161f30c89cd828b3a29f73aad7c (patch)
tree745b79359b139e03da697365fec3594d405e2875
parent791ce58e6e1f0ff2b1f6df824ca08475e87cf03a (diff)
downloadcoreboot-50a3d6fcd83e7161f30c89cd828b3a29f73aad7c.tar.gz
coreboot-50a3d6fcd83e7161f30c89cd828b3a29f73aad7c.tar.bz2
coreboot-50a3d6fcd83e7161f30c89cd828b3a29f73aad7c.zip
soc/amd/genoa: Add openSIL to Genoa Kconfig
Select opensil & opensil_genoa. This enables openSIL for Genoa, allowing the build to be tested. Change-Id: I18379f311a56ff3f8b68d3c9a07a4f59de2d90b2 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78635 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
-rw-r--r--src/soc/amd/genoa/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/genoa/Kconfig b/src/soc/amd/genoa/Kconfig
index 973677d5380f..a98e634a0db4 100644
--- a/src/soc/amd/genoa/Kconfig
+++ b/src/soc/amd/genoa/Kconfig
@@ -36,6 +36,8 @@ config SOC_SPECIFIC_OPTIONS
select SOC_AMD_COMMON_BLOCK_UART
select SOC_AMD_COMMON_BLOCK_UCODE
select SOC_AMD_COMMON_BLOCK_USE_ESPI
+ select SOC_AMD_OPENSIL
+ select SOC_AMD_OPENSIL_GENOA
select X86_CUSTOM_BOOTMEDIA
config USE_EXP_X86_64_SUPPORT