blob: bceee6623b00134023918cd5b62ec6144e3c66eb [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
Joe Millenbach4f73bc42013-01-17 22:44:22 -080015 select TTY # Needed for line.c
Al Viro61bee202008-08-25 04:51:27 -040016
17config MMU
18 bool
19 default y
20
21config NO_IOMEM
22 def_bool y
23
Al Viro61bee202008-08-25 04:51:27 -040024config ISA
25 bool
26
27config SBUS
28 bool
29
30config PCI
31 bool
32
33config PCMCIA
34 bool
35
36# Yet to do!
37config TRACE_IRQFLAGS_SUPPORT
38 bool
39 default n
40
41config LOCKDEP_SUPPORT
42 bool
43 default y
44
45config STACKTRACE_SUPPORT
46 bool
47 default n
48
49config GENERIC_CALIBRATE_DELAY
50 bool
51 default y
52
53config GENERIC_BUG
54 bool
55 default y
56 depends on BUG
57
Al Viro61bee202008-08-25 04:51:27 -040058config HZ
59 int
60 default 100
61
62config SUBARCH
63 string
64 option env="SUBARCH"