| Paolo 'Blaisorblade' Giarrusso | c45166b | 2005-05-01 08:58:54 -0700 | [diff] [blame] | 1 | config UML_X86 |
| 2 | bool | ||||
| 3 | default y | ||||
| 4 | |||||
| 5 | config 64BIT | ||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | bool |
| 7 | default y | ||||
| 8 | |||||
| Benjamin LaHaise | 52fdd08 | 2005-09-03 15:56:52 -0700 | [diff] [blame^] | 9 | config SEMAPHORE_SLEEPERS |
| 10 | bool | ||||
| 11 | default y | ||||
| 12 | |||||
| Jeff Dike | ba9950c | 2005-05-20 13:59:07 -0700 | [diff] [blame] | 13 | config TOP_ADDR |
| 14 | hex | ||||
| 15 | default 0x80000000 | ||||
| 16 | |||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | config 3_LEVEL_PGTABLES |
| 18 | bool | ||||
| 19 | default y | ||||
| 20 | |||||
| Jeff Dike | d67b569 | 2005-07-07 17:56:49 -0700 | [diff] [blame] | 21 | config STUB_CODE |
| 22 | hex | ||||
| 23 | default 0x7fbfffe000 | ||||
| 24 | |||||
| 25 | config STUB_DATA | ||||
| 26 | hex | ||||
| 27 | default 0x7fbffff000 | ||||
| 28 | |||||
| 29 | config STUB_START | ||||
| 30 | hex | ||||
| 31 | default STUB_CODE | ||||
| 32 | |||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | config ARCH_HAS_SC_SIGNALS |
| 34 | bool | ||||
| 35 | default n | ||||
| 36 | |||||
| 37 | config ARCH_REUSE_HOST_VSYSCALL_AREA | ||||
| 38 | bool | ||||
| 39 | default n | ||||