blob: e351e14b433909e6b83e36bba70d86bf04918c3b [file] [log] [blame]
Al Viro61bee202008-08-25 04:51:27 -04001config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "arch/$ARCH/defconfig"
5
Al Viro61bee202008-08-25 04:51:27 -04006config UML
7 bool
8 default y
Thomas Gleixnerdfff95c2011-01-19 20:46:24 +01009 select HAVE_GENERIC_HARDIRQS
Al Viro61bee202008-08-25 04:51:27 -040010
11config MMU
12 bool
13 default y
14
15config NO_IOMEM
16 def_bool y
17
Al Viro61bee202008-08-25 04:51:27 -040018config ISA
19 bool
20
21config SBUS
22 bool
23
24config PCI
25 bool
26
27config PCMCIA
28 bool
29
30# Yet to do!
31config TRACE_IRQFLAGS_SUPPORT
32 bool
33 default n
34
35config LOCKDEP_SUPPORT
36 bool
37 default y
38
39config STACKTRACE_SUPPORT
40 bool
41 default n
42
43config GENERIC_CALIBRATE_DELAY
44 bool
45 default y
46
47config GENERIC_BUG
48 bool
49 default y
50 depends on BUG
51
Al Viro61bee202008-08-25 04:51:27 -040052config GENERIC_CLOCKEVENTS
53 bool
54 default y
55
56# Used in kernel/irq/manage.c and include/linux/irq.h
57config IRQ_RELEASE_METHOD
58 bool
59 default y
60
61config HZ
62 int
63 default 100
64
65config SUBARCH
66 string
67 option env="SUBARCH"