Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[deliverable/linux.git] / arch / um / Kconfig.i386
1 menu "Host processor type and features"
2
3 source "arch/x86/Kconfig.cpu"
4
5 endmenu
6
7 config UML_X86
8 bool
9 default y
10
11 config X86_32
12 bool
13 default y
14
15 config RWSEM_XCHGADD_ALGORITHM
16 def_bool y
17
18 config 64BIT
19 bool
20 default n
21
22 config SEMAPHORE_SLEEPERS
23 bool
24 default y
25
26 config 3_LEVEL_PGTABLES
27 bool "Three-level pagetables (EXPERIMENTAL)"
28 default n
29 depends on EXPERIMENTAL
30 help
31 Three-level pagetables will let UML have more than 4G of physical
32 memory. All the memory that can't be mapped directly will be treated
33 as high memory.
34
35 However, this it experimental on 32-bit architectures, so if unsure say
36 N (on x86-64 it's automatically enabled, instead, as it's safe there).
37
38 config ARCH_HAS_SC_SIGNALS
39 bool
40 default y
41
42 config ARCH_REUSE_HOST_VSYSCALL_AREA
43 bool
44 default y
45
46 config GENERIC_HWEIGHT
47 bool
48 default y
49
50 config ARCH_SUPPORTS_AOUT
51 def_bool y
This page took 0.03713 seconds and 5 git commands to generate.