Subversion Repositories HelenOS

Rev

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

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