aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 55bced17dc95..6e910ba9d17a 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2517,6 +2517,7 @@ config IA32_EMULATION
2517 select BINFMT_ELF 2517 select BINFMT_ELF
2518 select COMPAT_BINFMT_ELF 2518 select COMPAT_BINFMT_ELF
2519 select HAVE_UID16 2519 select HAVE_UID16
2520 select ARCH_WANT_OLD_COMPAT_IPC
2520 ---help--- 2521 ---help---
2521 Include code to run legacy 32-bit programs under a 2522 Include code to run legacy 32-bit programs under a
2522 64-bit kernel. You should likely turn this on, unless you're 2523 64-bit kernel. You should likely turn this on, unless you're
@@ -2544,7 +2545,6 @@ config X86_X32
2544config COMPAT 2545config COMPAT
2545 def_bool y 2546 def_bool y
2546 depends on IA32_EMULATION || X86_X32 2547 depends on IA32_EMULATION || X86_X32
2547 select ARCH_WANT_OLD_COMPAT_IPC
2548 2548
2549if COMPAT 2549if COMPAT
2550config COMPAT_FOR_U64_ALIGNMENT 2550config COMPAT_FOR_U64_ALIGNMENT