2005-11-14 08:07:06 +08:00
|
|
|
menu "Host processor type and features"
|
|
|
|
|
2007-10-29 12:34:31 +08:00
|
|
|
source "arch/x86/Kconfig.cpu"
|
2005-11-14 08:07:06 +08:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2005-05-01 23:58:54 +08:00
|
|
|
config UML_X86
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2007-12-02 04:16:28 +08:00
|
|
|
config X86_32
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config RWSEM_XCHGADD_ALGORITHM
|
|
|
|
def_bool y
|
|
|
|
|
2005-05-01 23:58:54 +08:00
|
|
|
config 64BIT
|
2005-04-17 06:20:36 +08:00
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config 3_LEVEL_PGTABLES
|
2006-01-19 09:42:59 +08:00
|
|
|
bool "Three-level pagetables (EXPERIMENTAL)"
|
2005-04-17 06:20:36 +08:00
|
|
|
default n
|
2006-01-19 09:42:59 +08:00
|
|
|
depends on EXPERIMENTAL
|
2005-04-17 06:20:36 +08:00
|
|
|
help
|
|
|
|
Three-level pagetables will let UML have more than 4G of physical
|
|
|
|
memory. All the memory that can't be mapped directly will be treated
|
|
|
|
as high memory.
|
|
|
|
|
2006-01-19 09:42:59 +08:00
|
|
|
However, this it experimental on 32-bit architectures, so if unsure say
|
|
|
|
N (on x86-64 it's automatically enabled, instead, as it's safe there).
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
config ARCH_HAS_SC_SIGNALS
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ARCH_REUSE_HOST_VSYSCALL_AREA
|
|
|
|
bool
|
|
|
|
default y
|
2006-03-26 17:38:59 +08:00
|
|
|
|
|
|
|
config GENERIC_HWEIGHT
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2008-02-08 20:19:27 +08:00
|
|
|
config ARCH_SUPPORTS_AOUT
|
|
|
|
def_bool y
|