Add dependency for CONFIG_AP_IN_SIPI_WAIT

Change-Id: Ia20c138dae1fc1382abe74303e1117472c513d1d
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1779
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Stefan Reinauer 2012-10-15 13:38:09 -07:00 committed by Ronald G. Minnich
parent d4bc067954
commit 2a6f390d11
1 changed files with 1 additions and 1 deletions

View File

@ -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.