blob: 648121b037d55fd5f4962626ca79ac27022b38e1 [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
Catalin Marinasaf1839e2012-10-08 16:28:08 -070010 select HAVE_UID16
Thomas Gleixnerdf31a0a2011-03-24 18:25:20 +010011 select GENERIC_IRQ_SHOW
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000012 select GENERIC_CPU_DEVICES
Richard Weinberger194a64c2012-02-07 01:22:49 +010013 select GENERIC_IO
Anna-Maria Gleixner875c9d02012-05-18 16:45:55 +000014 select GENERIC_CLOCKEVENTS
Al Viro61bee202008-08-25 04:51:27 -040015
16config MMU
17 bool
18 default y
19
20config NO_IOMEM
21 def_bool y
22
Al Viro61bee202008-08-25 04:51:27 -040023config ISA
24 bool
25
26config SBUS
27 bool
28
29config PCI
30 bool
31
32config PCMCIA
33 bool
34
35# Yet to do!
36config TRACE_IRQFLAGS_SUPPORT
37 bool
38 default n
39
40config LOCKDEP_SUPPORT
41 bool
42 default y
43
44config STACKTRACE_SUPPORT
45 bool
46 default n
47
48config GENERIC_CALIBRATE_DELAY
49 bool
50 default y
51
52config GENERIC_BUG
53 bool
54 default y
55 depends on BUG
56
Al Viro61bee202008-08-25 04:51:27 -040057config HZ
58 int
59 default 100
60
61config SUBARCH
62 string
63 option env="SUBARCH"