Merge tag 'arc-v3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux-2.6.git] / arch / x86 / um / Kconfig
blob14ef8d1dbc33bf954b062b525ed0771ef4489172
1 mainmenu "User Mode Linux/$SUBARCH $KERNELVERSION Kernel Configuration"
3 source "arch/um/Kconfig.common"
5 menu "UML-specific options"
7 menu "Host processor type and features"
9 source "arch/x86/Kconfig.cpu"
11 endmenu
13 config UML_X86
14         def_bool y
15         select GENERIC_FIND_FIRST_BIT
17 config 64BIT
18         bool "64-bit kernel" if SUBARCH = "x86"
19         default SUBARCH != "i386"
21 config X86_32
22         def_bool !64BIT
23         select HAVE_AOUT
24         select ARCH_WANT_IPC_PARSE_VERSION
25         select MODULES_USE_ELF_REL
26         select CLONE_BACKWARDS
27         select OLD_SIGSUSPEND3
28         select OLD_SIGACTION
30 config X86_64
31         def_bool 64BIT
32         select MODULES_USE_ELF_RELA
34 config RWSEM_XCHGADD_ALGORITHM
35         def_bool 64BIT
37 config RWSEM_GENERIC_SPINLOCK
38         def_bool !RWSEM_XCHGADD_ALGORITHM
40 config 3_LEVEL_PGTABLES
41         bool "Three-level pagetables" if !64BIT
42         default 64BIT
43         help
44         Three-level pagetables will let UML have more than 4G of physical
45         memory.  All the memory that can't be mapped directly will be treated
46         as high memory.
48         However, this it experimental on 32-bit architectures, so if unsure say
49         N (on x86-64 it's automatically enabled, instead, as it's safe there).
51 config ARCH_HAS_SC_SIGNALS
52         def_bool !64BIT
54 config ARCH_REUSE_HOST_VSYSCALL_AREA
55         def_bool !64BIT
57 config GENERIC_HWEIGHT
58         def_bool y
60 source "arch/um/Kconfig.um"
62 endmenu
64 source "arch/um/Kconfig.rest"