blob: a9234838e8a29826ea947beaef7bf493bba49c40 [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
Thomas Gleixnerdf31a0a2011-03-24 18:25:20 +010010 select GENERIC_IRQ_SHOW
Al Viro61bee202008-08-25 04:51:27 -040011
12config MMU
13 bool
14 default y
15
16config NO_IOMEM
17 def_bool y
18
Al Viro61bee202008-08-25 04:51:27 -040019config ISA
20 bool
21
22config SBUS
23 bool
24
25config PCI
26 bool
27
28config PCMCIA
29 bool
30
31# Yet to do!
32config TRACE_IRQFLAGS_SUPPORT
33 bool
34 default n
35
36config LOCKDEP_SUPPORT
37 bool
38 default y
39
40config STACKTRACE_SUPPORT
41 bool
42 default n
43
44config GENERIC_CALIBRATE_DELAY
45 bool
46 default y
47
48config GENERIC_BUG
49 bool
50 default y
51 depends on BUG
52
Al Viro61bee202008-08-25 04:51:27 -040053config GENERIC_CLOCKEVENTS
54 bool
55 default y
56
57# Used in kernel/irq/manage.c and include/linux/irq.h
58config IRQ_RELEASE_METHOD
59 bool
60 default y
61
62config HZ
63 int
64 default 100
65
66config SUBARCH
67 string
68 option env="SUBARCH"