Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / um / Kconfig.common
1 config UML
2 bool
3 default y
4 select ARCH_HAS_KCOV
5 select HAVE_ARCH_AUDITSYSCALL
6 select HAVE_ARCH_SECCOMP_FILTER
7 select HAVE_UID16
8 select HAVE_FUTEX_CMPXCHG if FUTEX
9 select HAVE_DEBUG_KMEMLEAK
10 select GENERIC_IRQ_SHOW
11 select GENERIC_CPU_DEVICES
12 select GENERIC_IO
13 select GENERIC_CLOCKEVENTS
14 select HAVE_GCC_PLUGINS
15 select TTY # Needed for line.c
16
17 config MMU
18 bool
19 default y
20
21 config NO_IOMEM
22 def_bool y
23
24 config ISA
25 bool
26
27 config SBUS
28 bool
29
30 config PCI
31 bool
32
33 config PCMCIA
34 bool
35
36 config TRACE_IRQFLAGS_SUPPORT
37 bool
38 default y
39
40 config LOCKDEP_SUPPORT
41 bool
42 default y
43
44 config STACKTRACE_SUPPORT
45 bool
46 default y
47 select STACKTRACE
48
49 config GENERIC_CALIBRATE_DELAY
50 bool
51 default y
52
53 config GENERIC_BUG
54 bool
55 default y
56 depends on BUG
57
58 config HZ
59 int
60 default 100
61
62 config SUBARCH
63 string
64 option env="SUBARCH"
This page took 0.054016 seconds and 5 git commands to generate.