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:
parent
d4bc067954
commit
2a6f390d11
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue