TTY: ldisc, do not close until there are readers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / um / Kconfig.x86
blob8aae429a56e2d34690c24253fb1c3825fe1cf52a
1 source "arch/um/Kconfig.common"
3 menu "UML-specific options"
5 menu "Host processor type and features"
7 config CMPXCHG_LOCAL
8 bool
9 default n
11 source "arch/x86/Kconfig.cpu"
13 endmenu
15 config UML_X86
16 def_bool y
17 select GENERIC_FIND_FIRST_BIT
19 config 64BIT
20 bool
21 default SUBARCH = "x86_64"
23 config X86_32
24 def_bool !64BIT
25 select HAVE_AOUT
27 config X86_64
28 def_bool 64BIT
30 config RWSEM_XCHGADD_ALGORITHM
31 def_bool X86_XADD && 64BIT
33 config RWSEM_GENERIC_SPINLOCK
34 def_bool !RWSEM_XCHGADD_ALGORITHM
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.
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).
48 config ARCH_HAS_SC_SIGNALS
49 def_bool !64BIT
51 config ARCH_REUSE_HOST_VSYSCALL_AREA
52 def_bool !64BIT
54 config SMP_BROKEN
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"