x86, pkeys: remove cruft from never-merged syscalls
[linux-2.6-block.git] / arch / um / Kconfig.common
CommitLineData
61bee204
AV
1config UML
2 bool
3 default y
915eed20 4 select ARCH_HAS_KCOV
7a017721 5 select HAVE_ARCH_AUDITSYSCALL
c50b4659 6 select HAVE_ARCH_SECCOMP_FILTER
af1839eb 7 select HAVE_UID16
f911d731 8 select HAVE_FUTEX_CMPXCHG if FUTEX
5609a3d3 9 select HAVE_DEBUG_KMEMLEAK
df31a0a0 10 select GENERIC_IRQ_SHOW
9f13a1fd 11 select GENERIC_CPU_DEVICES
194a64c8 12 select GENERIC_IO
875c9d09 13 select GENERIC_CLOCKEVENTS
6b90bd4b 14 select HAVE_GCC_PLUGINS
4f73bc4d 15 select TTY # Needed for line.c
61bee204
AV
16
17config MMU
18 bool
19 default y
20
21config NO_IOMEM
22 def_bool y
23
61bee204
AV
24config ISA
25 bool
26
27config SBUS
28 bool
29
30config PCI
31 bool
32
33config PCMCIA
34 bool
35
61bee204
AV
36config TRACE_IRQFLAGS_SUPPORT
37 bool
8e99bc70 38 default y
61bee204
AV
39
40config LOCKDEP_SUPPORT
41 bool
42 default y
43
44config STACKTRACE_SUPPORT
45 bool
970e51fe
DW
46 default y
47 select STACKTRACE
61bee204
AV
48
49config GENERIC_CALIBRATE_DELAY
50 bool
51 default y
52
53config GENERIC_BUG
54 bool
55 default y
56 depends on BUG
57
61bee204
AV
58config HZ
59 int
60 default 100
61
62config SUBARCH
63 string
64 option env="SUBARCH"