Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[cascardo/linux.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
14 config MMU
15         bool
16         default y
17
18 config NO_IOMEM
19         def_bool y
20
21 config ISA
22         bool
23
24 config SBUS
25         bool
26
27 config PCI
28         bool
29
30 config PCMCIA
31         bool
32
33 # Yet to do!
34 config TRACE_IRQFLAGS_SUPPORT
35         bool
36         default n
37
38 config LOCKDEP_SUPPORT
39         bool
40         default y
41
42 config STACKTRACE_SUPPORT
43         bool
44         default n
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 GENERIC_CLOCKEVENTS
56         bool
57         default y
58
59 config HZ
60         int
61         default 100
62
63 config SUBARCH
64         string
65         option env="SUBARCH"