Linux Audio

Check our new training course

Loading...
v3.5.6
 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 GENERIC_IRQ_SHOW
11	select GENERIC_CPU_DEVICES
12	select GENERIC_IO
13	select GENERIC_CLOCKEVENTS
 
14
15config MMU
16	bool
17	default y
18
19config NO_IOMEM
20	def_bool y
21
22config ISA
23	bool
24
25config SBUS
26	bool
27
28config PCI
29	bool
30
31config PCMCIA
32	bool
33
34# Yet to do!
35config TRACE_IRQFLAGS_SUPPORT
36	bool
37	default n
38
39config LOCKDEP_SUPPORT
40	bool
41	default y
42
43config STACKTRACE_SUPPORT
44	bool
45	default n
 
46
47config GENERIC_CALIBRATE_DELAY
48	bool
49	default y
50
51config GENERIC_BUG
52	bool
53	default y
54	depends on BUG
55
56config HZ
57	int
58	default 100
59
60config SUBARCH
61	string
62	option env="SUBARCH"
v4.6
 
 
 
 
 
 1config UML
 2	bool
 3	default y
 4	select HAVE_ARCH_AUDITSYSCALL
 5	select HAVE_ARCH_SECCOMP_FILTER
 6	select HAVE_UID16
 7	select HAVE_FUTEX_CMPXCHG if FUTEX
 8	select GENERIC_IRQ_SHOW
 9	select GENERIC_CPU_DEVICES
10	select GENERIC_IO
11	select GENERIC_CLOCKEVENTS
12	select TTY # Needed for line.c
13
14config MMU
15	bool
16	default y
17
18config NO_IOMEM
19	def_bool y
20
21config 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 y
45	select STACKTRACE
46
47config GENERIC_CALIBRATE_DELAY
48	bool
49	default y
50
51config GENERIC_BUG
52	bool
53	default y
54	depends on BUG
55
56config HZ
57	int
58	default 100
59
60config SUBARCH
61	string
62	option env="SUBARCH"