]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/um/Kconfig.common
GCC plugin infrastructure
[mirror_ubuntu-artful-kernel.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
6b90bd4b 12 select HAVE_GCC_PLUGINS
4f73bc4d 13 select TTY # Needed for line.c
61bee204
AV
14
15config MMU
16 bool
17 default y
18
19config NO_IOMEM
20 def_bool y
21
61bee204
AV
22config ISA
23 bool
24
25config SBUS
26 bool
27
28config PCI
29 bool
30
31config PCMCIA
32 bool
33
34# Yet to do!
35config TRACE_IRQFLAGS_SUPPORT
36 bool
37 default n
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"