Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt...
[linux-2.6-block.git] / arch / um / Kconfig.common
CommitLineData
61bee204
AV
1config UML
2 bool
3 default y
7a017721 4 select HAVE_ARCH_AUDITSYSCALL
af1839eb 5 select HAVE_UID16
f911d731 6 select HAVE_FUTEX_CMPXCHG if FUTEX
df31a0a0 7 select GENERIC_IRQ_SHOW
9f13a1fd 8 select GENERIC_CPU_DEVICES
194a64c8 9 select GENERIC_IO
875c9d09 10 select GENERIC_CLOCKEVENTS
4f73bc4d 11 select TTY # Needed for line.c
61bee204
AV
12
13config MMU
14 bool
15 default y
16
17config NO_IOMEM
18 def_bool y
19
61bee204
AV
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
970e51fe
DW
43 default y
44 select STACKTRACE
61bee204
AV
45
46config GENERIC_CALIBRATE_DELAY
47 bool
48 default y
49
50config GENERIC_BUG
51 bool
52 default y
53 depends on BUG
54
61bee204
AV
55config HZ
56 int
57 default 100
58
59config SUBARCH
60 string
61 option env="SUBARCH"