Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-drm-fsl-dcu.git] / arch / um / Kconfig.common
1 config DEFCONFIG_LIST
2         string
3         option defconfig_list
4         default "arch/$ARCH/defconfig"
5
6 config UML
7         bool
8         default y
9         select HAVE_GENERIC_HARDIRQS
10         select GENERIC_IRQ_SHOW
11         select GENERIC_CPU_DEVICES
12         select GENERIC_IO
13         select GENERIC_CLOCKEVENTS
14
15 config MMU
16         bool
17         default y
18
19 config NO_IOMEM
20         def_bool y
21
22 config ISA
23         bool
24
25 config SBUS
26         bool
27
28 config PCI
29         bool
30
31 config PCMCIA
32         bool
33
34 # Yet to do!
35 config TRACE_IRQFLAGS_SUPPORT
36         bool
37         default n
38
39 config LOCKDEP_SUPPORT
40         bool
41         default y
42
43 config STACKTRACE_SUPPORT
44         bool
45         default n
46
47 config GENERIC_CALIBRATE_DELAY
48         bool
49         default y
50
51 config GENERIC_BUG
52         bool
53         default y
54         depends on BUG
55
56 config HZ
57         int
58         default 100
59
60 config SUBARCH
61         string
62         option env="SUBARCH"