blob: cb837c22392203d0ef258dd9aa614f6b52f42a79 [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
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000011 select GENERIC_CPU_DEVICES
Richard Weinberger194a64c2012-02-07 01:22:49 +010012 select GENERIC_IO
Anna-Maria Gleixner875c9d02012-05-18 16:45:55 +000013 select GENERIC_CLOCKEVENTS
Al Viro61bee202008-08-25 04:51:27 -040014
15config MMU
16 bool
17 default y
18
19config NO_IOMEM
20 def_bool y
21
Al Viro61bee202008-08-25 04:51:27 -040022config ISA
23 bool
24
25config SBUS
26 bool
27
28config PCI
29 bool
30
31config PCMCIA
32 bool
33
34# Yet to do!
35config TRACE_IRQFLAGS_SUPPORT
36 bool
37 default n
38
39config LOCKDEP_SUPPORT
40 bool
41 default y
42
43config STACKTRACE_SUPPORT
44 bool
45 default n
46
47config GENERIC_CALIBRATE_DELAY
48 bool
49 default y
50
51config GENERIC_BUG
52 bool
53 default y
54 depends on BUG
55
Al Viro61bee202008-08-25 04:51:27 -040056config HZ
57 int
58 default 100
59
60config SUBARCH
61 string
62 option env="SUBARCH"