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