1config UML
2	bool
3	default y
4	select HAVE_ARCH_AUDITSYSCALL
5	select HAVE_UID16
6	select HAVE_FUTEX_CMPXCHG if FUTEX
7	select GENERIC_IRQ_SHOW
8	select GENERIC_CPU_DEVICES
9	select GENERIC_IO
10	select GENERIC_CLOCKEVENTS
11	select TTY # Needed for line.c
12
13config MMU
14	bool
15	default y
16
17config NO_IOMEM
18	def_bool y
19
20config ISA
21	bool
22
23config SBUS
24	bool
25
26config PCI
27	bool
28
29config PCMCIA
30	bool
31
32# Yet to do!
33config TRACE_IRQFLAGS_SUPPORT
34	bool
35	default n
36
37config LOCKDEP_SUPPORT
38	bool
39	default y
40
41config STACKTRACE_SUPPORT
42	bool
43	default y
44	select STACKTRACE
45
46config GENERIC_CALIBRATE_DELAY
47	bool
48	default y
49
50config GENERIC_BUG
51	bool
52	default y
53	depends on BUG
54
55config HZ
56	int
57	default 100
58
59config SUBARCH
60	string
61	option env="SUBARCH"
62