diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 7e0d195548..0233f1eb3c 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -6,7 +6,7 @@ menu "Architecture (x86)" config AP_IN_SIPI_WAIT bool default n - depends on ARCH_X86 + depends on ARCH_X86 && SMP # Aligns 16bit entry code in bootblock so that hyper-threading CPUs # can boot AP CPUs to enable their shared caches. |