blob: d632e9a89cc3d671ab69730cb5d0e457457e30d9 [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
Jeff Dike54ae36f2007-10-16 01:27:33 -070020 default 0x7fc0000000
Jeff Dikeba9950c2005-05-20 13:59:07 -070021
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config 3_LEVEL_PGTABLES
23 bool
24 default y
25
Linus Torvalds1da177e2005-04-16 15:20:36 -070026config ARCH_HAS_SC_SIGNALS
27 bool
28 default n
29
30config ARCH_REUSE_HOST_VSYSCALL_AREA
31 bool
32 default n
Jeff Dike02edeb52005-09-03 15:57:33 -070033
34config SMP_BROKEN
35 bool
36 default y
Akinobu Mitaf214ef32006-03-26 01:38:59 -080037
38config GENERIC_HWEIGHT
39 bool
40 default y
41