summaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index 3a0c29bdbe..b136e9ee5b 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -2,7 +2,6 @@ if ARCH_X86
config PARALLEL_MP
def_bool y
- depends on !LEGACY_SMP_INIT
select CPU_INFO_V2
help
This option uses common MP infrastructure for bringing up APs
@@ -27,9 +26,6 @@ config X86_SMM_SKIP_RELOCATION_HANDLER
with a stub at 0x30000. This is useful on platforms that have
an alternative way to set SMBASE.
-config LEGACY_SMP_INIT
- bool
-
config DEFAULT_X2APIC
def_bool n
help
@@ -154,13 +150,7 @@ config SMM_TSEG
default y
depends on !(NO_SMM || SMM_ASEG)
-config SMM_LEGACY_ASEG
- bool
- default y if HAVE_SMI_HANDLER && SMM_ASEG && LEGACY_SMP_INIT
- help
- SMM support without PARALLEL_MP, to be deprecated.
-
-if HAVE_SMI_HANDLER && !SMM_LEGACY_ASEG
+if HAVE_SMI_HANDLER
config SMM_MODULE_STACK_SIZE
hex