diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/x86/Kconfig | 4 | ||||
-rw-r--r-- | src/cpu/x86/Makefile.inc | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index a289325523..bae38891ad 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -4,10 +4,6 @@ config CPU_X86_CACHE_HELPER help Add the x86_enable_cache ramstage helper function to the build. -config CPU_X86_LAPIC - bool - default y - config PARALLEL_MP def_bool y depends on !LEGACY_SMP_INIT diff --git a/src/cpu/x86/Makefile.inc b/src/cpu/x86/Makefile.inc index a6c51d023a..19c9e03a02 100644 --- a/src/cpu/x86/Makefile.inc +++ b/src/cpu/x86/Makefile.inc @@ -1,5 +1,5 @@ subdirs-$(CONFIG_CPU_X86_CACHE_HELPER) += cache -subdirs-$(CONFIG_CPU_X86_LAPIC) += lapic +subdirs-y += lapic subdirs-y += mtrr subdirs-y += pae subdirs-$(CONFIG_HAVE_SMI_HANDLER) += smm |