diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ded8a6774ac9..967dfe0ba85e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -248,6 +248,10 @@ config HAVE_INTEL_TXT | |||
248 | def_bool y | 248 | def_bool y |
249 | depends on INTEL_IOMMU && ACPI | 249 | depends on INTEL_IOMMU && ACPI |
250 | 250 | ||
251 | config X86_INTEL_MPX | ||
252 | def_bool y | ||
253 | depends on CPU_SUP_INTEL | ||
254 | |||
251 | config X86_32_SMP | 255 | config X86_32_SMP |
252 | def_bool y | 256 | def_bool y |
253 | depends on X86_32 && SMP | 257 | depends on X86_32 && SMP |