blob: 6533b349f06190eb31ea7960ad9e65fbc36475b8 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -070018config 3_LEVEL_PGTABLES
19 bool
20 default y
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config ARCH_HAS_SC_SIGNALS
23 bool
24 default n
25
26config ARCH_REUSE_HOST_VSYSCALL_AREA
27 bool
28 default n
Jeff Dike02edeb52005-09-03 15:57:33 -070029
30config SMP_BROKEN
31 bool
32 default y
Akinobu Mitaf214ef32006-03-26 01:38:59 -080033
34config GENERIC_HWEIGHT
35 bool
36 default y
37
David Howellsb0b933c2008-02-08 04:19:27 -080038config ARCH_SUPPORTS_AOUT
39 def_bool y