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"
13 source "arch/x86/Kconfig.cpu"
19 select GENERIC_FIND_FIRST_BIT
23 default SUBARCH = "x86_64"
32 config RWSEM_XCHGADD_ALGORITHM
33 def_bool X86_XADD && 64BIT
35 config RWSEM_GENERIC_SPINLOCK
36 def_bool !RWSEM_XCHGADD_ALGORITHM
38 config 3_LEVEL_PGTABLES
39 bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT
41 depends on EXPERIMENTAL
43 Three-level pagetables will let UML have more than 4G of physical
44 memory. All the memory that can't be mapped directly will be treated
47 However, this it experimental on 32-bit architectures, so if unsure say
48 N (on x86-64 it's automatically enabled, instead, as it's safe there).
50 config ARCH_HAS_SC_SIGNALS
53 config ARCH_REUSE_HOST_VSYSCALL_AREA
59 config GENERIC_HWEIGHT
62 source "arch/um/Kconfig.um"
66 source "arch/um/Kconfig.rest"