Linux 3.12.28
[linux/fpc-iii.git] / arch / um / Kconfig.common
blob8ddea1f8006a5a0732a3550ff6a5883aabd7fdec
1 config DEFCONFIG_LIST
2         string
3         option defconfig_list
4         default "arch/$ARCH/defconfig"
6 config UML
7         bool
8         default y
9         select HAVE_UID16
10         select GENERIC_IRQ_SHOW
11         select GENERIC_CPU_DEVICES
12         select GENERIC_IO
13         select GENERIC_CLOCKEVENTS
14         select TTY # Needed for line.c
16 config MMU
17         bool
18         default y
20 config NO_IOMEM
21         def_bool y
23 config ISA
24         bool
26 config SBUS
27         bool
29 config PCI
30         bool
32 config PCMCIA
33         bool
35 # Yet to do!
36 config TRACE_IRQFLAGS_SUPPORT
37         bool
38         default n
40 config LOCKDEP_SUPPORT
41         bool
42         default y
44 config STACKTRACE_SUPPORT
45         bool
46         default n
48 config GENERIC_CALIBRATE_DELAY
49         bool
50         default y
52 config GENERIC_BUG
53         bool
54         default y
55         depends on BUG
57 config HZ
58         int
59         default 100
61 config SUBARCH
62         string
63         option env="SUBARCH"