Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "arch/$ARCH/defconfig"
5
6config UML
7 bool
8 default y
9 select HAVE_GENERIC_HARDIRQS
10 select HAVE_UID16
11 select GENERIC_IRQ_SHOW
12 select GENERIC_CPU_DEVICES
13 select GENERIC_IO
14 select GENERIC_CLOCKEVENTS
15
16config MMU
17 bool
18 default y
19
20config NO_IOMEM
21 def_bool y
22
23config 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
57config HZ
58 int
59 default 100
60
61config SUBARCH
62 string
63 option env="SUBARCH"