aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/Kconfig')
-rw-r--r--src/arch/i386/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig
index 4dc032110c..2e2f650f06 100644
--- a/src/arch/i386/Kconfig
+++ b/src/arch/i386/Kconfig
@@ -4,6 +4,14 @@ config ARCH_X86
This option is used to set the architecture of a mainboard.
It is usually set in mainboard/*/Kconfig.
+config AP_IN_SIPI_WAIT
+ bool
+ default n
+ depends on ARCH_X86
+ help
+ This is an SMP option. It relates to starting up APs.
+ It is usually set in mainboard/*/Kconfig.
+
config ARCH
string
default i386