]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/um/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
[karo-tx-linux.git] / arch / x86 / um / Kconfig
1 mainmenu "User Mode Linux/$SUBARCH $KERNELVERSION Kernel Configuration"
2
3 source "arch/um/Kconfig.common"
4
5 menu "UML-specific options"
6
7 menu "Host processor type and features"
8
9 source "arch/x86/Kconfig.cpu"
10
11 endmenu
12
13 config UML_X86
14         def_bool y
15         select GENERIC_FIND_FIRST_BIT
16         select GENERIC_KERNEL_THREAD
17
18 config 64BIT
19         bool "64-bit kernel" if SUBARCH = "x86"
20         default SUBARCH != "i386"
21
22 config X86_32
23         def_bool !64BIT
24         select HAVE_AOUT
25         select ARCH_WANT_IPC_PARSE_VERSION
26
27 config X86_64
28         def_bool 64BIT
29
30 config RWSEM_XCHGADD_ALGORITHM
31         def_bool X86_XADD && 64BIT
32
33 config RWSEM_GENERIC_SPINLOCK
34         def_bool !RWSEM_XCHGADD_ALGORITHM
35
36 config 3_LEVEL_PGTABLES
37         bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT
38         default 64BIT
39         depends on EXPERIMENTAL
40         help
41         Three-level pagetables will let UML have more than 4G of physical
42         memory.  All the memory that can't be mapped directly will be treated
43         as high memory.
44
45         However, this it experimental on 32-bit architectures, so if unsure say
46         N (on x86-64 it's automatically enabled, instead, as it's safe there).
47
48 config ARCH_HAS_SC_SIGNALS
49         def_bool !64BIT
50
51 config ARCH_REUSE_HOST_VSYSCALL_AREA
52         def_bool !64BIT
53
54 config GENERIC_HWEIGHT
55         def_bool y
56
57 source "arch/um/Kconfig.um"
58
59 endmenu
60
61 source "arch/um/Kconfig.rest"