Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[linux-2.6/mini2440.git] / arch / um / Kconfig.x86
blob5ee328099c6359ae721f919ba554ba53e7052551
1 source "arch/um/Kconfig.common"
3 menu "UML-specific options"
5 menu "Host processor type and features"
7 source "arch/x86/Kconfig.cpu"
9 endmenu
11 config UML_X86
12 def_bool y
14 config 64BIT
15 bool
16 default SUBARCH = "x86_64"
18 config X86_32
19 def_bool !64BIT
20 select HAVE_AOUT
22 config RWSEM_XCHGADD_ALGORITHM
23 def_bool X86_XADD
25 config RWSEM_GENERIC_SPINLOCK
26 def_bool !X86_XADD
28 config 3_LEVEL_PGTABLES
29 bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT
30 default 64BIT
31 depends on EXPERIMENTAL
32 help
33 Three-level pagetables will let UML have more than 4G of physical
34 memory. All the memory that can't be mapped directly will be treated
35 as high memory.
37 However, this it experimental on 32-bit architectures, so if unsure say
38 N (on x86-64 it's automatically enabled, instead, as it's safe there).
40 config ARCH_HAS_SC_SIGNALS
41 def_bool !64BIT
43 config ARCH_REUSE_HOST_VSYSCALL_AREA
44 def_bool !64BIT
46 config SMP_BROKEN
47 def_bool 64BIT
49 config GENERIC_HWEIGHT
50 def_bool y
52 source "arch/um/Kconfig.um"
54 endmenu
56 source "arch/um/Kconfig.rest"