aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/Kconfig')
-rw-r--r--arch/x86/um/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig
index 9926e11a772d..a4b0c10c9d5d 100644
--- a/arch/x86/um/Kconfig
+++ b/arch/x86/um/Kconfig
@@ -21,9 +21,11 @@ config 64BIT
21config X86_32 21config X86_32
22 def_bool !64BIT 22 def_bool !64BIT
23 select HAVE_AOUT 23 select HAVE_AOUT
24 select MODULES_USE_ELF_REL
24 25
25config X86_64 26config X86_64
26 def_bool 64BIT 27 def_bool 64BIT
28 select MODULES_USE_ELF_RELA
27 29
28config RWSEM_XCHGADD_ALGORITHM 30config RWSEM_XCHGADD_ALGORITHM
29 def_bool X86_XADD && 64BIT 31 def_bool X86_XADD && 64BIT