aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Kconfig.x86')
-rw-r--r--arch/um/Kconfig.x863
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/um/Kconfig.x86 b/arch/um/Kconfig.x86
index 5ee328099c63..62f21156aaa4 100644
--- a/arch/um/Kconfig.x86
+++ b/arch/um/Kconfig.x86
@@ -19,6 +19,9 @@ config X86_32
19 def_bool !64BIT 19 def_bool !64BIT
20 select HAVE_AOUT 20 select HAVE_AOUT
21 21
22config X86_64
23 def_bool 64BIT
24
22config RWSEM_XCHGADD_ALGORITHM 25config RWSEM_XCHGADD_ALGORITHM
23 def_bool X86_XADD 26 def_bool X86_XADD
24 27