Paolo 'Blaisorblade' Giarrusso | 8597737 | 2005-11-13 16:07:06 -0800 | [diff] [blame] | 1 | menu "Host processor type and features" |
| 2 | |
Al Viro | 7a78a17 | 2007-10-29 04:34:31 +0000 | [diff] [blame] | 3 | source "arch/x86/Kconfig.cpu" |
Paolo 'Blaisorblade' Giarrusso | 8597737 | 2005-11-13 16:07:06 -0800 | [diff] [blame] | 4 | |
| 5 | endmenu |
| 6 | |
Paolo 'Blaisorblade' Giarrusso | c45166b | 2005-05-01 08:58:54 -0700 | [diff] [blame] | 7 | config UML_X86 |
| 8 | bool |
| 9 | default y |
| 10 | |
Jeff Dike | 54d67ee | 2007-12-01 12:16:28 -0800 | [diff] [blame] | 11 | config X86_32 |
| 12 | bool |
| 13 | default y |
| 14 | |
| 15 | config RWSEM_XCHGADD_ALGORITHM |
| 16 | def_bool y |
| 17 | |
Paolo 'Blaisorblade' Giarrusso | c45166b | 2005-05-01 08:58:54 -0700 | [diff] [blame] | 18 | config 64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | bool |
| 20 | default n |
| 21 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | config 3_LEVEL_PGTABLES |
Paolo 'Blaisorblade' Giarrusso | ce2d2ae | 2006-01-18 17:42:59 -0800 | [diff] [blame] | 23 | bool "Three-level pagetables (EXPERIMENTAL)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | default n |
Paolo 'Blaisorblade' Giarrusso | ce2d2ae | 2006-01-18 17:42:59 -0800 | [diff] [blame] | 25 | depends on EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | help |
| 27 | Three-level pagetables will let UML have more than 4G of physical |
| 28 | memory. All the memory that can't be mapped directly will be treated |
| 29 | as high memory. |
| 30 | |
Paolo 'Blaisorblade' Giarrusso | ce2d2ae | 2006-01-18 17:42:59 -0800 | [diff] [blame] | 31 | However, this it experimental on 32-bit architectures, so if unsure say |
| 32 | N (on x86-64 it's automatically enabled, instead, as it's safe there). |
| 33 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | config ARCH_HAS_SC_SIGNALS |
| 35 | bool |
| 36 | default y |
| 37 | |
| 38 | config ARCH_REUSE_HOST_VSYSCALL_AREA |
| 39 | bool |
| 40 | default y |
Akinobu Mita | f214ef3 | 2006-03-26 01:38:59 -0800 | [diff] [blame] | 41 | |
| 42 | config GENERIC_HWEIGHT |
| 43 | bool |
| 44 | default y |
| 45 | |
David Howells | b0b933c | 2008-02-08 04:19:27 -0800 | [diff] [blame] | 46 | config ARCH_SUPPORTS_AOUT |
| 47 | def_bool y |