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 |
David Woodhouse | e17c6d5 | 2008-06-17 12:19:34 +0100 | [diff] [blame] | 12 | bool |
| 13 | default y |
| 14 | select HAVE_AOUT |
Jeff Dike | 54d67ee | 2007-12-01 12:16:28 -0800 | [diff] [blame] | 15 | |
| 16 | config RWSEM_XCHGADD_ALGORITHM |
| 17 | def_bool y |
| 18 | |
Paolo 'Blaisorblade' Giarrusso | c45166b | 2005-05-01 08:58:54 -0700 | [diff] [blame] | 19 | config 64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | bool |
| 21 | default n |
| 22 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | config 3_LEVEL_PGTABLES |
Paolo 'Blaisorblade' Giarrusso | ce2d2ae | 2006-01-18 17:42:59 -0800 | [diff] [blame] | 24 | bool "Three-level pagetables (EXPERIMENTAL)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | default n |
Paolo 'Blaisorblade' Giarrusso | ce2d2ae | 2006-01-18 17:42:59 -0800 | [diff] [blame] | 26 | depends on EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | help |
| 28 | Three-level pagetables will let UML have more than 4G of physical |
| 29 | memory. All the memory that can't be mapped directly will be treated |
| 30 | as high memory. |
| 31 | |
Paolo 'Blaisorblade' Giarrusso | ce2d2ae | 2006-01-18 17:42:59 -0800 | [diff] [blame] | 32 | However, this it experimental on 32-bit architectures, so if unsure say |
| 33 | N (on x86-64 it's automatically enabled, instead, as it's safe there). |
| 34 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | config ARCH_HAS_SC_SIGNALS |
| 36 | bool |
| 37 | default y |
| 38 | |
| 39 | config ARCH_REUSE_HOST_VSYSCALL_AREA |
| 40 | bool |
| 41 | default y |
Akinobu Mita | f214ef3 | 2006-03-26 01:38:59 -0800 | [diff] [blame] | 42 | |
| 43 | config GENERIC_HWEIGHT |
| 44 | bool |
| 45 | default y |