Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1config UML
2 bool
3 default y
4 select HAVE_ARCH_AUDITSYSCALL
5 select HAVE_UID16
6 select GENERIC_IRQ_SHOW
7 select GENERIC_CPU_DEVICES
8 select GENERIC_IO
9 select GENERIC_CLOCKEVENTS
10 select TTY # Needed for line.c
11
12config MMU
13 bool
14 default y
15
16config NO_IOMEM
17 def_bool y
18
19config ISA
20 bool
21
22config SBUS
23 bool
24
25config PCI
26 bool
27
28config PCMCIA
29 bool
30
31# Yet to do!
32config TRACE_IRQFLAGS_SUPPORT
33 bool
34 default n
35
36config LOCKDEP_SUPPORT
37 bool
38 default y
39
40config STACKTRACE_SUPPORT
41 bool
42 default y
43 select STACKTRACE
44
45config GENERIC_CALIBRATE_DELAY
46 bool
47 default y
48
49config GENERIC_BUG
50 bool
51 default y
52 depends on BUG
53
54config HZ
55 int
56 default 100
57
58config SUBARCH
59 string
60 option env="SUBARCH"