summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-05-29 22:50:22 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-06-10 17:51:51 +0000
commit36c90179f0c7ef0d11ca78a109bd563b3ec0e0a9 (patch)
tree4283ee34bfff7b053fae614c66fe380282a668fa /src/cpu/x86/Kconfig
parent68fe11beb0c27c2ae995ab0fa190960d8813e32c (diff)
downloadcoreboot-36c90179f0c7ef0d11ca78a109bd563b3ec0e0a9.tar.gz
coreboot-36c90179f0c7ef0d11ca78a109bd563b3ec0e0a9.tar.bz2
coreboot-36c90179f0c7ef0d11ca78a109bd563b3ec0e0a9.zip
cpu/x86/lapic: Separate stop_this_cpu()
Function is needed with PARALLEL_MP and excluding guard will be added to the source file. The incompatibilities with X2APIC_SUPPORT have been fixed so the exclusion is removed here too. Change-Id: I5696da4dfe98579a3b37a027966b6758f22574aa Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55193 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index d7057ad86148..84b1fc1297de 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -29,13 +29,11 @@ config X2APIC_ONLY
prompt "Set X2APIC mode"
bool
depends on PARALLEL_MP
- depends on !AP_IN_SIPI_WAIT
config X2APIC_RUNTIME
prompt "Support both XAPIC and X2APIC"
bool
depends on PARALLEL_MP
- depends on !AP_IN_SIPI_WAIT
endchoice