2008-04-26 21:10:17 +04:00
|
|
|
|
|
|
|
menu "Host processor type and features"
|
|
|
|
|
|
|
|
source "arch/x86/Kconfig.cpu"
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2005-05-01 19:58:54 +04:00
|
|
|
config UML_X86
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config 64BIT
|
2005-04-17 02:20:36 +04:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2005-10-31 02:00:07 +03:00
|
|
|
#XXX: this is so in the underlying arch, but it's wrong!!!
|
|
|
|
config RWSEM_GENERIC_SPINLOCK
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2005-04-17 02:20:36 +04:00
|
|
|
config 3_LEVEL_PGTABLES
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config ARCH_HAS_SC_SIGNALS
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config ARCH_REUSE_HOST_VSYSCALL_AREA
|
|
|
|
bool
|
|
|
|
default n
|
2005-09-04 02:57:33 +04:00
|
|
|
|
|
|
|
config SMP_BROKEN
|
|
|
|
bool
|
|
|
|
default y
|
2006-03-26 13:38:59 +04:00
|
|
|
|
|
|
|
config GENERIC_HWEIGHT
|
|
|
|
bool
|
|
|
|
default y
|