ARM: mach-shmobile: mackerel: Add mackerel defconfig
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / um / Kconfig.common
blob049d048b070d7ed5d2d7db2ddd9464a91f02626a
1 config DEFCONFIG_LIST
2         string
3         option defconfig_list
4         default "arch/$ARCH/defconfig"
6 # UML uses the generic IRQ subsystem
7 config GENERIC_HARDIRQS
8         bool
9         default y
11 config UML
12         bool
13         default y
15 config MMU
16         bool
17         default y
19 config NO_IOMEM
20         def_bool y
22 config ISA
23         bool
25 config SBUS
26         bool
28 config PCI
29         bool
31 config PCMCIA
32         bool
34 # Yet to do!
35 config TRACE_IRQFLAGS_SUPPORT
36         bool
37         default n
39 config LOCKDEP_SUPPORT
40         bool
41         default y
43 config STACKTRACE_SUPPORT
44         bool
45         default n
47 config GENERIC_CALIBRATE_DELAY
48         bool
49         default y
51 config GENERIC_BUG
52         bool
53         default y
54         depends on BUG
56 config GENERIC_CLOCKEVENTS
57         bool
58         default y
60 # Used in kernel/irq/manage.c and include/linux/irq.h
61 config IRQ_RELEASE_METHOD
62         bool
63         default y
65 config HZ
66         int
67         default 100
69 config SUBARCH
70         string
71         option env="SUBARCH"