Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[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
c50b4659 5 select HAVE_ARCH_SECCOMP_FILTER
af1839eb 6 select HAVE_UID16
f911d731 7 select HAVE_FUTEX_CMPXCHG if FUTEX
df31a0a0 8 select GENERIC_IRQ_SHOW
9f13a1fd 9 select GENERIC_CPU_DEVICES
194a64c8 10 select GENERIC_IO
875c9d09 11 select GENERIC_CLOCKEVENTS
4f73bc4d 12 select TTY # Needed for line.c
61bee204
AV
13
14config MMU
15 bool
16 default y
17
18config NO_IOMEM
19 def_bool y
20
61bee204
AV
21config ISA
22 bool
23
24config SBUS
25 bool
26
27config PCI
28 bool
29
30config PCMCIA
31 bool
32
33# Yet to do!
34config TRACE_IRQFLAGS_SUPPORT
35 bool
36 default n
37
38config LOCKDEP_SUPPORT
39 bool
40 default y
41
42config STACKTRACE_SUPPORT
43 bool
970e51fe
DW
44 default y
45 select STACKTRACE
61bee204
AV
46
47config GENERIC_CALIBRATE_DELAY
48 bool
49 default y
50
51config GENERIC_BUG
52 bool
53 default y
54 depends on BUG
55
61bee204
AV
56config HZ
57 int
58 default 100
59
60config SUBARCH
61 string
62 option env="SUBARCH"