blob: 5696e7b374b31904b7559d045b7235b4e25bcf3e [file] [log] [blame]
Ingo Molnar18e413f2008-04-26 19:10:17 +02001
2menu "Host processor type and features"
3
4source "arch/x86/Kconfig.cpu"
5
6endmenu
7
Paolo 'Blaisorblade' Giarrussoc45166be32005-05-01 08:58:54 -07008config UML_X86
9 bool
10 default y
11
12config 64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 bool
14 default y
15
Paolo 'Blaisorblade' Giarrussob3651572005-10-30 15:00:07 -080016#XXX: this is so in the underlying arch, but it's wrong!!!
17config RWSEM_GENERIC_SPINLOCK
18 bool
19 default y
20
Linus Torvalds1da177e2005-04-16 15:20:36 -070021config 3_LEVEL_PGTABLES
22 bool
23 default y
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025config ARCH_HAS_SC_SIGNALS
26 bool
27 default n
28
29config ARCH_REUSE_HOST_VSYSCALL_AREA
30 bool
31 default n
Jeff Dike02edeb52005-09-03 15:57:33 -070032
33config SMP_BROKEN
34 bool
35 default y
Akinobu Mitaf214ef32006-03-26 01:38:59 -080036
37config GENERIC_HWEIGHT
38 bool
39 default y
40
David Howellsb0b933c2008-02-08 04:19:27 -080041config ARCH_SUPPORTS_AOUT
42 def_bool y