blob: f60e9e506424cf91e6b97ff61105a7dfc4b4788d [file] [log] [blame]
Paolo 'Blaisorblade' Giarrussoc45166be32005-05-01 08:58:54 -07001config UML_X86
2 bool
3 default y
4
5config 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 bool
7 default y
8
Paolo 'Blaisorblade' Giarrussob3651572005-10-30 15:00:07 -08009#XXX: this is so in the underlying arch, but it's wrong!!!
10config RWSEM_GENERIC_SPINLOCK
11 bool
12 default y
13
Benjamin LaHaise52fdd082005-09-03 15:56:52 -070014config SEMAPHORE_SLEEPERS
15 bool
16 default y
17
Jeff Dikeba9950c2005-05-20 13:59:07 -070018config TOP_ADDR
19 hex
20 default 0x80000000
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config 3_LEVEL_PGTABLES
23 bool
24 default y
25
Jeff Diked67b5692005-07-07 17:56:49 -070026config STUB_CODE
27 hex
28 default 0x7fbfffe000
29
30config STUB_DATA
31 hex
32 default 0x7fbffff000
33
34config STUB_START
35 hex
36 default STUB_CODE
37
Linus Torvalds1da177e2005-04-16 15:20:36 -070038config ARCH_HAS_SC_SIGNALS
39 bool
40 default n
41
42config ARCH_REUSE_HOST_VSYSCALL_AREA
43 bool
44 default n
Jeff Dike02edeb52005-09-03 15:57:33 -070045
46config SMP_BROKEN
47 bool
48 default y
Akinobu Mitaf214ef32006-03-26 01:38:59 -080049
50config GENERIC_HWEIGHT
51 bool
52 default y
53