Subversion Repositories HelenOS

Rev

Rev 2338 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2338 Rev 2405
1
## General configuration directives
1
## General configuration directives
2
 
2
 
3
# Architecture
3
# Architecture
4
@ "amd64" AMD64/Intel EM64T
4
@ "amd64" AMD64/Intel EM64T
5
@ "arm32" ARM 32-bit
5
@ "arm32" ARM 32-bit
6
@ "ia32" Intel IA-32
6
@ "ia32" Intel IA-32
7
@ "ia32xen" Intel IA-32 on Xen hypervisor
7
@ "ia32xen" Intel IA-32 on Xen hypervisor
8
@ "ia64" Intel IA-64
8
@ "ia64" Intel IA-64
9
@ "mips32" MIPS 32-bit
9
@ "mips32" MIPS 32-bit
10
@ "ppc32" PowerPC 32-bit
10
@ "ppc32" PowerPC 32-bit
11
@ "ppc64" PowerPC 64-bit
11
@ "ppc64" PowerPC 64-bit
12
@ "sparc64" Sun UltraSPARC 64-bit
12
@ "sparc64" Sun UltraSPARC 64-bit
13
! ARCH (choice)
13
! ARCH (choice)
14
 
14
 
15
# Compiler
15
# Compiler
16
@ "cross" Cross-compiler
16
@ "cross" Cross-compiler
17
@ "native" Native
17
@ "native" Native
18
! COMPILER (choice)
18
! COMPILER (choice)
19
 
19
 
20
# CPU type
20
# CPU type
21
@ "pentium4" Pentium 4
21
@ "pentium4" Pentium 4
22
@ "pentium3" Pentium 3
22
@ "pentium3" Pentium 3
23
@ "athlon-xp" Athlon XP
23
@ "athlon-xp" Athlon XP
24
@ "athlon-mp" Athlon MP
24
@ "athlon-mp" Athlon MP
25
@ "prescott" Prescott
25
@ "prescott" Prescott
26
! [ARCH=ia32|ARCH=ia32xen] MACHINE (choice)
26
! [ARCH=ia32|ARCH=ia32xen] MACHINE (choice)
27
 
27
 
28
# CPU type
28
# CPU type
29
@ "opteron" Opteron
29
@ "opteron" Opteron
30
! [ARCH=amd64] MACHINE (choice)
30
! [ARCH=amd64] MACHINE (choice)
31
 
31
 
32
# Machine type
32
# Machine type
33
@ "msim" MSIM Simulator
33
@ "msim" MSIM Simulator
34
@ "simics" Virtutech Simics simulator
34
@ "simics" Virtutech Simics simulator
35
@ "lgxemul" GXEmul Little Endian
35
@ "lgxemul" GXEmul Little Endian
36
@ "bgxemul" GXEmul Big Endian
36
@ "bgxemul" GXEmul Big Endian
37
@ "indy" SGI Indy
37
@ "indy" SGI Indy
38
! [ARCH=mips32] MACHINE (choice)
38
! [ARCH=mips32] MACHINE (choice)
39
 
39
 
40
# Machine type
40
# Machine type
-
 
41
@ "gxemul_testarm" GXEmul testarm
-
 
42
! [ARCH=arm32] MACHINE (choice)
-
 
43
 
-
 
44
# Machine type
41
@ "ski" Ski ia64 simulator
45
@ "ski" Ski ia64 simulator
42
@ "i460GX" i460GX chipset machine
46
@ "i460GX" i460GX chipset machine
43
! [ARCH=ia64] MACHINE (choice)
47
! [ARCH=ia64] MACHINE (choice)
44
 
48
 
45
# Framebuffer support
49
# Framebuffer support
46
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
50
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)|(ARCH=arm32&MACHINE=gxemul_testarm)] CONFIG_FB (y/n)
47
 
51
 
48
# Framebuffer width
52
# Framebuffer width
49
@ "640"
53
@ "640"
50
@ "800"
54
@ "800"
51
@ "1024"
55
@ "1024"
52
@ "1152"
56
@ "1152"
53
@ "1280"
57
@ "1280"
54
@ "1400"
58
@ "1400"
55
@ "1440"
59
@ "1440"
56
@ "1600"
60
@ "1600"
57
@ "2048"
61
@ "2048"
58
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
62
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
59
 
63
 
60
# Framebuffer height
64
# Framebuffer height
61
@ "480"
65
@ "480"
62
@ "600"
66
@ "600"
63
@ "768"
67
@ "768"
64
@ "852"
68
@ "852"
65
@ "900"
69
@ "900"
66
@ "960"
70
@ "960"
67
@ "1024"
71
@ "1024"
68
@ "1050"
72
@ "1050"
69
@ "1200"
73
@ "1200"
70
@ "1536"
74
@ "1536"
71
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
75
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
72
 
76
 
73
# Framebuffer depth
77
# Framebuffer depth
74
@ "8"
78
@ "8"
75
@ "16"
79
@ "16"
76
@ "24"
80
@ "24"
77
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
81
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
78
 
82
 
79
# Support for SMP
83
# Support for SMP
80
! [ARCH=ia32|ARCH=amd64|ARCH=ia32xen|ARCH=sparc64] CONFIG_SMP (y/n)
84
! [ARCH=ia32|ARCH=amd64|ARCH=ia32xen|ARCH=sparc64] CONFIG_SMP (y/n)
81
 
85
 
82
# Improved support for hyperthreading
86
# Improved support for hyperthreading
83
! [(ARCH=ia32|ARCH=amd64|ARCH=ia32xen)&CONFIG_SMP=y] CONFIG_HT (y/n)
87
! [(ARCH=ia32|ARCH=amd64|ARCH=ia32xen)&CONFIG_SMP=y] CONFIG_HT (y/n)
84
 
88
 
85
# Simics BIOS AP boot fix
89
# Simics BIOS AP boot fix
86
! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
90
! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
87
 
91
 
88
# Lazy FPU context switching
92
# Lazy FPU context switching
89
! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=sparc64|ARCH=ia32xen] CONFIG_FPU_LAZY (y/n)
93
! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=sparc64|ARCH=ia32xen] CONFIG_FPU_LAZY (y/n)
90
 
94
 
91
# Power off on halt
95
# Power off on halt
92
! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
96
! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
93
 
97
 
94
# Use VHPT
98
# Use VHPT
95
! [ARCH=ia64] CONFIG_VHPT (n/y)
99
! [ARCH=ia64] CONFIG_VHPT (n/y)
96
 
100
 
97
# Use TSB
101
# Use TSB
98
! [ARCH=sparc64] CONFIG_TSB (y/n)
102
! [ARCH=sparc64] CONFIG_TSB (y/n)
99
 
103
 
100
# Support for Z8530 serial port
104
# Support for Z8530 serial port
101
! [ARCH=sparc64] CONFIG_Z8530 (y/n)
105
! [ARCH=sparc64] CONFIG_Z8530 (y/n)
102
 
106
 
103
# Support for NS16550 serial port
107
# Support for NS16550 serial port
104
! [ARCH=sparc64] CONFIG_NS16550 (y/n)
108
! [ARCH=sparc64] CONFIG_NS16550 (y/n)
105
 
109
 
106
# Virtually indexed D-cache support
110
# Virtually indexed D-cache support
107
! [ARCH=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
111
! [ARCH=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
108
 
112
 
109
 
113
 
110
## Debugging configuration directives
114
## Debugging configuration directives
111
 
115
 
112
# General debuging and assert checking
116
# General debuging and assert checking
113
! CONFIG_DEBUG (y/n)
117
! CONFIG_DEBUG (y/n)
114
 
118
 
115
# Deadlock detection support for spinlocks
119
# Deadlock detection support for spinlocks
116
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
120
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
117
 
121
 
118
# Watchpoint on rewriting AS with zero
122
# Watchpoint on rewriting AS with zero
119
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
123
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
120
 
124
 
121
# Save all interrupt registers
125
# Save all interrupt registers
122
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_ALLREGS (y/n)
126
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=ia32xen)] CONFIG_DEBUG_ALLREGS (y/n)
123
 
127
 
124
 
128
 
125
## Run-time configuration directives
129
## Run-time configuration directives
126
 
130
 
127
# Compile kernel tests
131
# Compile kernel tests
128
! CONFIG_TEST (y/n)
132
! CONFIG_TEST (y/n)
129
 
133
 
130
 
134
 
131
## Experimental features
135
## Experimental features
132
 
136
 
133
# Enable experimental features
137
# Enable experimental features
134
! CONFIG_EXPERIMENTAL (n/y)
138
! CONFIG_EXPERIMENTAL (n/y)
135
 
139