cpu: Register a generic CPU device on architectures that currently do not
[deliverable/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
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 n
44
45 config GENERIC_CALIBRATE_DELAY
46 bool
47 default y
48
49 config GENERIC_BUG
50 bool
51 default y
52 depends on BUG
53
54 config GENERIC_CLOCKEVENTS
55 bool
56 default y
57
58 # Used in kernel/irq/manage.c and include/linux/irq.h
59 config IRQ_RELEASE_METHOD
60 bool
61 default y
62
63 config HZ
64 int
65 default 100
66
67 config SUBARCH
68 string
69 option env="SUBARCH"
This page took 0.032613 seconds and 5 git commands to generate.