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