summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/genoa_poc
diff options
context:
space:
mode:
authorVarshit Pandya <pandyavarshit@gmail.com>2023-12-18 23:07:21 +0530
committerFelix Held <felix-coreboot@felixheld.de>2023-12-20 14:12:24 +0000
commit0f666f7f789edca0cf6cb913350101f3ded29cb5 (patch)
treecca44ed89c719d8d632c5cf982062a0af4e31610 /src/soc/amd/genoa_poc
parentf86375fd889d5231cd05bc1cbaa535cb80330e5b (diff)
downloadcoreboot-0f666f7f789edca0cf6cb913350101f3ded29cb5.tar.gz
coreboot-0f666f7f789edca0cf6cb913350101f3ded29cb5.tar.bz2
coreboot-0f666f7f789edca0cf6cb913350101f3ded29cb5.zip
soc/amd/genoa_poc: select DEFAULT_X2APIC
Allow SoC code to set LAPIC access mode to X2APIC Change-Id: I208cca35c328e1566a57aaaa8ee7809e0760261c Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79644 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/genoa_poc')
-rw-r--r--src/soc/amd/genoa_poc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/genoa_poc/Kconfig b/src/soc/amd/genoa_poc/Kconfig
index 3560e6076ef4..19ffe6c40b92 100644
--- a/src/soc/amd/genoa_poc/Kconfig
+++ b/src/soc/amd/genoa_poc/Kconfig
@@ -7,6 +7,7 @@ config SOC_SPECIFIC_OPTIONS
def_bool y
select ACPI_SOC_NVS
select ARCH_X86
+ select DEFAULT_X2APIC
select HAVE_ACPI_TABLES
select HAVE_EXP_X86_64_SUPPORT
select HAVE_SMI_HANDLER