summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-06-06 08:28:16 +0300
committerFelix Held <felix-coreboot@felixheld.de>2021-10-22 14:18:45 +0000
commitc25ecb54436ab1b20f99db363f71fa13fd3e9831 (patch)
tree03413e23f58c0dcfcabdcd31b66287c95e78551e /src/soc/intel/xeon_sp
parent4bab5691cc9369ea3dd8427d1f54a7ae470a35f8 (diff)
downloadcoreboot-c25ecb54436ab1b20f99db363f71fa13fd3e9831.tar.gz
coreboot-c25ecb54436ab1b20f99db363f71fa13fd3e9831.tar.bz2
coreboot-c25ecb54436ab1b20f99db363f71fa13fd3e9831.zip
arch/x86/ioapic: Select IOAPIC with SMP
For coreboot proper, I/O APIC programming is not really required, except for the APIC ID field. We generally do not guard the related set_ioapic_id() or setup_ioapic() calls with CONFIG(IOAPIC). In practice it's something one cannot leave unselected, but maintain the Kconfig for the time being. Change-Id: I6e83efafcf6e81d1dfd433fab1e89024d984cc1f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55291 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r--src/soc/intel/xeon_sp/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig
index 60786aa7cade..fa8403a23548 100644
--- a/src/soc/intel/xeon_sp/Kconfig
+++ b/src/soc/intel/xeon_sp/Kconfig
@@ -35,7 +35,6 @@ config CPU_SPECIFIC_OPTIONS
select FSP_T_XIP
select FSP_M_XIP
select POSTCAR_STAGE
- select IOAPIC
select PARALLEL_MP_AP_WORK
select PMC_GLOBAL_RESET_ENABLE_LOCK
select INTEL_DESCRIPTOR_MODE_CAPABLE