um: Support kcov
[deliverable/linux.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
4f73bc4d 14 select TTY # Needed for line.c
61bee204
AV
15
16config MMU
17 bool
18 default y
19
20config NO_IOMEM
21 def_bool y
22
61bee204
AV
23config ISA
24 bool
25
26config SBUS
27 bool
28
29config PCI
30 bool
31
32config PCMCIA
33 bool
34
61bee204
AV
35config TRACE_IRQFLAGS_SUPPORT
36 bool
8e99bc70 37 default y
61bee204
AV
38
39config LOCKDEP_SUPPORT
40 bool
41 default y
42
43config STACKTRACE_SUPPORT
44 bool
970e51fe
DW
45 default y
46 select STACKTRACE
61bee204
AV
47
48config GENERIC_CALIBRATE_DELAY
49 bool
50 default y
51
52config GENERIC_BUG
53 bool
54 default y
55 depends on BUG
56
61bee204
AV
57config HZ
58 int
59 default 100
60
61config SUBARCH
62 string
63 option env="SUBARCH"
This page took 0.573402 seconds and 5 git commands to generate.