]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/um/Kconfig.common
ARC: With earlycon in use, retire EARLY_PRINTK
[mirror_ubuntu-artful-kernel.git] / arch / um / Kconfig.common
1 config UML
2 bool
3 default y
4 select HAVE_ARCH_AUDITSYSCALL
5 select HAVE_UID16
6 select HAVE_FUTEX_CMPXCHG if FUTEX
7 select GENERIC_IRQ_SHOW
8 select GENERIC_CPU_DEVICES
9 select GENERIC_IO
10 select GENERIC_CLOCKEVENTS
11 select TTY # Needed for line.c
12
13 config MMU
14 bool
15 default y
16
17 config NO_IOMEM
18 def_bool y
19
20 config ISA
21 bool
22
23 config SBUS
24 bool
25
26 config PCI
27 bool
28
29 config PCMCIA
30 bool
31
32 # Yet to do!
33 config TRACE_IRQFLAGS_SUPPORT
34 bool
35 default n
36
37 config LOCKDEP_SUPPORT
38 bool
39 default y
40
41 config STACKTRACE_SUPPORT
42 bool
43 default y
44 select STACKTRACE
45
46 config GENERIC_CALIBRATE_DELAY
47 bool
48 default y
49
50 config GENERIC_BUG
51 bool
52 default y
53 depends on BUG
54
55 config HZ
56 int
57 default 100
58
59 config SUBARCH
60 string
61 option env="SUBARCH"