Subversion Repositories HelenOS

Rev

Rev 4074 | Rev 4114 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4074 Rev 4082
1
#
1
#
2
# Copyright (c) 2006 Ondrej Palkovsky
2
# Copyright (c) 2006 Ondrej Palkovsky
3
# Copyright (c) 2009 Martin Decky
3
# Copyright (c) 2009 Martin Decky
4
# All rights reserved.
4
# All rights reserved.
5
#
5
#
6
# Redistribution and use in source and binary forms, with or without
6
# Redistribution and use in source and binary forms, with or without
7
# modification, are permitted provided that the following conditions
7
# modification, are permitted provided that the following conditions
8
# are met:
8
# are met:
9
#
9
#
10
# - Redistributions of source code must retain the above copyright
10
# - Redistributions of source code must retain the above copyright
11
#   notice, this list of conditions and the following disclaimer.
11
#   notice, this list of conditions and the following disclaimer.
12
# - Redistributions in binary form must reproduce the above copyright
12
# - Redistributions in binary form must reproduce the above copyright
13
#   notice, this list of conditions and the following disclaimer in the
13
#   notice, this list of conditions and the following disclaimer in the
14
#   documentation and/or other materials provided with the distribution.
14
#   documentation and/or other materials provided with the distribution.
15
# - The name of the author may not be used to endorse or promote products
15
# - The name of the author may not be used to endorse or promote products
16
#   derived from this software without specific prior written permission.
16
#   derived from this software without specific prior written permission.
17
#
17
#
18
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
19
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
#
28
#
29
 
29
 
30
## General platform options
30
## General platform options
31
 
31
 
32
% Platform
32
% Platform
33
@ "amd64" AMD64/Intel EM64T (PC)
33
@ "amd64" AMD64/Intel EM64T (PC)
34
@ "arm32" ARM 32-bit
34
@ "arm32" ARM 32-bit
35
@ "ia32" Intel IA-32 (PC)
35
@ "ia32" Intel IA-32 (PC)
36
@ "ia64" Intel IA-64
36
@ "ia64" Intel IA-64
37
@ "mips32" MIPS 32-bit
37
@ "mips32" MIPS 32-bit
38
@ "ppc32" PowerPC 32-bit (iMac G4)
38
@ "ppc32" PowerPC 32-bit (iMac G4)
39
@ "sparc64" Sun UltraSPARC 64-bit
39
@ "sparc64" Sun UltraSPARC 64-bit
40
! PLATFORM (choice)
40
! PLATFORM (choice)
41
 
41
 
42
% Machine type
42
% Machine type
43
@ "msim" MSIM
43
@ "msim" MSIM
44
@ "simics" Simics
-
 
45
@ "bgxemul" GXEmul big endian
44
@ "bgxemul" GXEmul big endian
46
@ "lgxemul" GXEmul little endian
45
@ "lgxemul" GXEmul little endian
47
! [PLATFORM=mips32] MACHINE (choice)
46
! [PLATFORM=mips32] MACHINE (choice)
48
 
47
 
49
% Machine type
48
% Machine type
50
@ "gxemul" GXEmul
49
@ "gxemul" GXEmul
51
! [PLATFORM=arm32] MACHINE (choice)
50
! [PLATFORM=arm32] MACHINE (choice)
52
 
51
 
53
% Machine type
52
% Machine type
54
@ "i460GX" i460GX chipset machine
53
@ "i460GX" i460GX chipset machine
55
@ "ski" Ski ia64 simulator
54
@ "ski" Ski ia64 simulator
56
! [PLATFORM=ia64] MACHINE (choice)
55
! [PLATFORM=ia64] MACHINE (choice)
57
 
56
 
58
% Machine type
57
% Machine type
59
@ "generic" Generic Sun workstation or server
58
@ "generic" Generic Sun workstation or server
60
@ "serengeti" Serengeti system
59
@ "serengeti" Serengeti system
61
! [PLATFORM=sparc64] MACHINE (choice)
60
! [PLATFORM=sparc64] MACHINE (choice)
62
 
61
 
63
% CPU type
62
% CPU type
64
@ "pentium4" Pentium 4
63
@ "pentium4" Pentium 4
65
@ "pentium3" Pentium 3
64
@ "pentium3" Pentium 3
66
@ "core" Core Solo/Duo
65
@ "core" Core Solo/Duo
67
@ "athlon_xp" Athlon XP
66
@ "athlon_xp" Athlon XP
68
@ "athlon_mp" Athlon MP
67
@ "athlon_mp" Athlon MP
69
! [PLATFORM=ia32] PROCESSOR (choice)
68
! [PLATFORM=ia32] PROCESSOR (choice)
70
 
69
 
71
% CPU type
70
% CPU type
72
@ "opteron" Opteron
71
@ "opteron" Opteron
73
! [PLATFORM=amd64] PROCESSOR (choice)
72
! [PLATFORM=amd64] PROCESSOR (choice)
74
 
73
 
75
% CPU type
74
% CPU type
76
@ "us" UltraSPARC I-II subarchitecture
75
@ "us" UltraSPARC I-II subarchitecture
77
@ "us3" UltraSPARC III-IV subarchitecture
76
@ "us3" UltraSPARC III-IV subarchitecture
78
! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
77
! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
79
 
78
 
80
% CPU type
79
% CPU type
81
@ "us3"
80
@ "us3"
82
! [PLATFORM=sparc64&MACHINE=serengeti] PROCESSOR (choice)
81
! [PLATFORM=sparc64&MACHINE=serengeti] PROCESSOR (choice)
83
 
82
 
84
% Ramdisk format
83
% Ramdisk format
85
@ "tmpfs" TMPFS image
84
@ "tmpfs" TMPFS image
86
@ "fat" FAT16 image
85
@ "fat" FAT16 image
87
! RDFMT (choice)
86
! RDFMT (choice)
88
 
87
 
89
 
88
 
90
## Mapping between platform and kernel architecture
89
## Mapping between platform and kernel architecture
91
 
90
 
92
% Kernel architecture
91
% Kernel architecture
93
@ "amd64"
92
@ "amd64"
94
! [PLATFORM=amd64] KARCH (choice)
93
! [PLATFORM=amd64] KARCH (choice)
95
 
94
 
96
% Kernel architecture
95
% Kernel architecture
97
@ "arm32"
96
@ "arm32"
98
! [PLATFORM=arm32] KARCH (choice)
97
! [PLATFORM=arm32] KARCH (choice)
99
 
98
 
100
% Kernel architecture
99
% Kernel architecture
101
@ "ia32"
100
@ "ia32"
102
! [PLATFORM=ia32] KARCH (choice)
101
! [PLATFORM=ia32] KARCH (choice)
103
 
102
 
104
% Kernel architecture
103
% Kernel architecture
105
@ "ia32xen"
104
@ "ia32xen"
106
! [PLATFORM=ia32xen] KARCH (choice)
105
! [PLATFORM=ia32xen] KARCH (choice)
107
 
106
 
108
% Kernel architecture
107
% Kernel architecture
109
@ "ia64"
108
@ "ia64"
110
! [PLATFORM=ia64] KARCH (choice)
109
! [PLATFORM=ia64] KARCH (choice)
111
 
110
 
112
% Kernel architecture
111
% Kernel architecture
113
@ "mips32"
112
@ "mips32"
114
! [PLATFORM=mips32] KARCH (choice)
113
! [PLATFORM=mips32] KARCH (choice)
115
 
114
 
116
% Kernel architecture
115
% Kernel architecture
117
@ "ppc32"
116
@ "ppc32"
118
! [PLATFORM=ppc32] KARCH (choice)
117
! [PLATFORM=ppc32] KARCH (choice)
119
 
118
 
120
% Kernel architecture
119
% Kernel architecture
121
@ "ppc64"
120
@ "ppc64"
122
! [PLATFORM=ppc64] KARCH (choice)
121
! [PLATFORM=ppc64] KARCH (choice)
123
 
122
 
124
% Kernel architecture
123
% Kernel architecture
125
@ "sparc64"
124
@ "sparc64"
126
! [PLATFORM=sparc64] KARCH (choice)
125
! [PLATFORM=sparc64] KARCH (choice)
127
 
126
 
128
 
127
 
129
## Mapping between platform and user space architecture
128
## Mapping between platform and user space architecture
130
 
129
 
131
% User space architecture
130
% User space architecture
132
@ "amd64"
131
@ "amd64"
133
! [PLATFORM=amd64] UARCH (choice)
132
! [PLATFORM=amd64] UARCH (choice)
134
 
133
 
135
% User space architecture
134
% User space architecture
136
@ "arm32"
135
@ "arm32"
137
! [PLATFORM=arm32] UARCH (choice)
136
! [PLATFORM=arm32] UARCH (choice)
138
 
137
 
139
% User space architecture
138
% User space architecture
140
@ "ia32"
139
@ "ia32"
141
! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
140
! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
142
 
141
 
143
% User space architecture
142
% User space architecture
144
@ "ia64"
143
@ "ia64"
145
! [PLATFORM=ia64] UARCH (choice)
144
! [PLATFORM=ia64] UARCH (choice)
146
 
145
 
147
% User space architecture
146
% User space architecture
148
@ "mips32"
147
@ "mips32"
149
! [PLATFORM=mips32&(MACHINE=msim|MACHINE=simics|MACHINE=lgxemul)] UARCH (choice)
148
! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lgxemul)] UARCH (choice)
150
 
149
 
151
% User space architecture
150
% User space architecture
152
@ "mips32eb"
151
@ "mips32eb"
153
! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
152
! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
154
 
153
 
155
% User space architecture
154
% User space architecture
156
@ "ppc32"
155
@ "ppc32"
157
! [PLATFORM=ppc32] UARCH (choice)
156
! [PLATFORM=ppc32] UARCH (choice)
158
 
157
 
159
% User space architecture
158
% User space architecture
160
@ "ppc64"
159
@ "ppc64"
161
! [PLATFORM=ppc64] UARCH (choice)
160
! [PLATFORM=ppc64] UARCH (choice)
162
 
161
 
163
% User space architecture
162
% User space architecture
164
@ "sparc64"
163
@ "sparc64"
165
! [PLATFORM=sparc64] UARCH (choice)
164
! [PLATFORM=sparc64] UARCH (choice)
166
 
165
 
167
 
166
 
168
## Mapping between platform and boot architecture
167
## Mapping between platform and boot architecture
169
 
168
 
170
% Boot architecture
169
% Boot architecture
171
@ "amd64"
170
@ "amd64"
172
! [PLATFORM=amd64] BARCH (choice)
171
! [PLATFORM=amd64] BARCH (choice)
173
 
172
 
174
% Boot architecture
173
% Boot architecture
175
@ "arm32"
174
@ "arm32"
176
! [PLATFORM=arm32] BARCH (choice)
175
! [PLATFORM=arm32] BARCH (choice)
177
 
176
 
178
% Boot architecture
177
% Boot architecture
179
@ "ia32"
178
@ "ia32"
180
! [PLATFORM=ia32] BARCH (choice)
179
! [PLATFORM=ia32] BARCH (choice)
181
 
180
 
182
% Boot architecture
181
% Boot architecture
183
@ "ia32xen"
182
@ "ia32xen"
184
! [PLATFORM=ia32xen] BARCH (choice)
183
! [PLATFORM=ia32xen] BARCH (choice)
185
 
184
 
186
% Boot architecture
185
% Boot architecture
187
@ "ia64"
186
@ "ia64"
188
! [PLATFORM=ia64] BARCH (choice)
187
! [PLATFORM=ia64] BARCH (choice)
189
 
188
 
190
% Boot architecture
189
% Boot architecture
191
@ "mips32"
190
@ "mips32"
192
! [PLATFORM=mips32] BARCH (choice)
191
! [PLATFORM=mips32] BARCH (choice)
193
 
192
 
194
% Boot architecture
193
% Boot architecture
195
@ "ppc32"
194
@ "ppc32"
196
! [PLATFORM=ppc32] BARCH (choice)
195
! [PLATFORM=ppc32] BARCH (choice)
197
 
196
 
198
% Boot architecture
197
% Boot architecture
199
@ "ppc64"
198
@ "ppc64"
200
! [PLATFORM=ppc64] BARCH (choice)
199
! [PLATFORM=ppc64] BARCH (choice)
201
 
200
 
202
% Boot architecture
201
% Boot architecture
203
@ "sparc64"
202
@ "sparc64"
204
! [PLATFORM=sparc64] BARCH (choice)
203
! [PLATFORM=sparc64] BARCH (choice)
205
 
204
 
206
 
205
 
207
## Mapping between platform and image format
206
## Mapping between platform and image format
208
 
207
 
209
% Image format
208
% Image format
210
@ "binary"
209
@ "binary"
211
! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
210
! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
212
 
211
 
213
% Image format
212
% Image format
214
@ "ecoff"
213
@ "ecoff"
215
! [PLATFORM=mips32&(MACHINE=simics|MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
214
! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
216
 
215
 
217
 
216
 
218
## Compiler options
217
## Compiler options
219
 
218
 
220
% Compiler
219
% Compiler
221
@ "gcc_cross" GCC Cross-compiler
220
@ "gcc_cross" GCC Cross-compiler
222
@ "gcc_native" GCC Native
221
@ "gcc_native" GCC Native
223
@ "icc_native" ICC Native
222
@ "icc_native" ICC Native
224
@ "suncc_native" Sun Studio C Compiler
223
@ "suncc_native" Sun Studio C Compiler
225
! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
224
! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
226
 
225
 
227
% Compiler
226
% Compiler
228
@ "gcc_cross" GCC Cross-compiler
227
@ "gcc_cross" GCC Cross-compiler
229
@ "gcc_native" GCC Native
228
@ "gcc_native" GCC Native
230
@ "icc_native" ICC Native
229
@ "icc_native" ICC Native
231
! [PLATFORM=ia64] COMPILER (choice)
230
! [PLATFORM=ia64] COMPILER (choice)
232
 
231
 
233
% Compiler
232
% Compiler
234
@ "gcc_cross" GCC Cross-compiler
233
@ "gcc_cross" GCC Cross-compiler
235
@ "gcc_native" GCC Native
234
@ "gcc_native" GCC Native
236
@ "suncc_native" Sun Studio C Compiler
235
@ "suncc_native" Sun Studio C Compiler
237
! [PLATFORM=sparc64] COMPILER (choice)
236
! [PLATFORM=sparc64] COMPILER (choice)
238
 
237
 
239
% Compiler
238
% Compiler
240
@ "gcc_cross" GCC Cross-compiler
239
@ "gcc_cross" GCC Cross-compiler
241
@ "gcc_native" GCC Native
240
@ "gcc_native" GCC Native
242
! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
241
! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
243
 
242
 
244
 
243
 
245
## Kernel configuration
244
## Kernel configuration
246
 
245
 
247
% Fences
246
% Fences
248
! [PLATFORM=ia32&(PROCESSOR=athlon_xp|PROCESSOR=athlon_mp|PROCESSOR=pentium3)] CONFIG_FENCES_P3 (y)
247
! [PLATFORM=ia32&(PROCESSOR=athlon_xp|PROCESSOR=athlon_mp|PROCESSOR=pentium3)] CONFIG_FENCES_P3 (y)
249
 
248
 
250
% Fences
249
% Fences
251
! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
250
! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
252
 
251
 
253
% Fences
252
% Fences
254
! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
253
! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
255
 
254
 
256
% ACPI support
255
% ACPI support
257
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
256
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
258
 
257
 
259
% Hierarchical page tables support
258
% Hierarchical page tables support
260
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
259
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
261
 
260
 
262
% Page hash table support
261
% Page hash table support
263
! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
262
! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
264
 
263
 
265
% Software integer division support
264
% Software integer division support
266
! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
265
! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
267
 
266
 
268
% ASID support
267
% ASID support
269
! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
268
! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
270
 
269
 
271
% ASID FIFO support
270
% ASID FIFO support
272
! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
271
! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
273
 
272
 
274
% OpenFirmware tree support
273
% OpenFirmware tree support
275
! [PLATFORM=sparc64] CONFIG_OFW_TREE (y)
274
! [PLATFORM=sparc64] CONFIG_OFW_TREE (y)
276
 
275
 
277
% Multiboot standard support
276
% Multiboot standard support
278
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
277
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
279
 
278
 
280
% FPU support
279
% FPU support
281
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
280
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
282
 
281
 
283
% FPU support
282
% FPU support
284
! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
283
! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
285
 
284
 
286
 
285
 
287
## Kernel features options
286
## Kernel features options
288
 
287
 
289
% Support for SMP
288
% Support for SMP
290
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n)
289
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n)
291
 
290
 
292
% Debug build
291
% Debug build
293
! CONFIG_DEBUG (y/n)
292
! CONFIG_DEBUG (y/n)
294
 
293
 
295
% Deadlock detection support for spinlocks
294
% Deadlock detection support for spinlocks
296
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
295
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
297
 
296
 
298
% Improved support for hyperthreading
297
% Improved support for hyperthreading
299
! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n)
298
! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n)
300
 
299
 
301
% Improved support for hyperthreading
300
% Improved support for hyperthreading
302
! [PLATFORM=ia32&PROCESSOR!=athlon_xp&PROCESSOR!=athlon_mp&PROCESSOR!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n)
301
! [PLATFORM=ia32&PROCESSOR!=athlon_xp&PROCESSOR!=athlon_mp&PROCESSOR!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n)
303
 
302
 
304
% Lazy FPU context switching
303
% Lazy FPU context switching
305
! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
304
! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
306
 
305
 
307
% Use VHPT
306
% Use VHPT
308
! [PLATFORM=ia64] CONFIG_VHPT (n/y)
307
! [PLATFORM=ia64] CONFIG_VHPT (n/y)
309
 
308
 
310
% Use TSB
309
% Use TSB
311
! [PLATFORM=sparc64] CONFIG_TSB (y/n)
310
! [PLATFORM=sparc64] CONFIG_TSB (y/n)
312
 
311
 
313
% IO SAPIC on default address support
312
% IO SAPIC on default address support
314
! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
313
! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
315
 
314
 
316
% Virtually indexed D-cache support
315
% Virtually indexed D-cache support
317
! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
316
! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
318
 
317
 
319
% Support for userspace debuggers
318
% Support for userspace debuggers
320
! CONFIG_UDEBUG (y/n)
319
! CONFIG_UDEBUG (y/n)
321
 
320
 
322
% Kernel console support
321
% Kernel console support
323
! CONFIG_KCONSOLE (y/n)
322
! CONFIG_KCONSOLE (y/n)
324
 
323
 
325
% Detailed kernel logging
324
% Detailed kernel logging
326
! CONFIG_LOG (n/y)
325
! CONFIG_LOG (n/y)
327
 
326
 
328
% Compile kernel tests
327
% Compile kernel tests
329
! CONFIG_TEST (y/n)
328
! CONFIG_TEST (y/n)
330
 
329
 
331
 
330
 
332
## Hardware support
331
## Hardware support
333
 
332
 
334
% Input device class
333
% Input device class
335
@ "generic" Keyboard or serial line
334
@ "generic" Keyboard or serial line
336
@ "keyboard" Keyboard
-
 
337
@ "serial" Serial line
-
 
338
@ "none" No input device
335
@ "none" No input device
339
! [MACHINE!=msim&MACHINE!=ski&MACHINE!=serengeti] CONFIG_HID_IN (choice)
336
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32] CONFIG_HID_IN (choice)
340
 
337
 
341
% Input device class
338
% Output device class
342
@ "serial" Serial line
339
@ "generic" Monitor or serial line
-
 
340
@ "none" No output device
343
! [MACHINE=ski|MACHINE=serengeti] CONFIG_HID_IN (choice)
341
! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_HID_OUT (choice)
344
 
342
 
345
% Output device class
343
% Output device class
346
@ "generic" Monitor or serial line
344
@ "generic" Monitor or serial line
347
@ "monitor" Monitor
345
@ "monitor" Monitor
348
@ "serial" Serial line
346
@ "serial" Serial line
349
@ "none" No output device
347
@ "none" No output device
350
! [MACHINE!=msim&MACHINE!=ski&MACHINE!=serengeti] CONFIG_HID_OUT (choice)
348
! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice)
351
 
349
 
352
% Output device class
350
% PC keyboard support
353
@ "serial" Serial line
-
 
354
! [MACHINE=msim|MACHINE=ski&MACHINE=serengeti] CONFIG_HID_OUT (choice)
351
! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
355
 
352
 
356
% i8042 controller support
353
% Support for msim/GXemul keyboard
-
 
354
! [CONFIG_HID_IN=generic&PLATFORM=mips32] CONFIG_MIPS_KBD (y/n)
-
 
355
 
-
 
356
% Support for msim/GXemul printer
357
! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_I8042 (y/n)
357
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=mips32] CONFIG_MIPS_PRN (y/n)
358
 
358
 
359
% i8042 controller support
359
% i8042 controller support
360
! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_I8042 (y/n)
360
! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
361
 
361
 
362
% Support for NS16550 controller 
362
% Dummy serial line input
363
! [CONFIG_HID_IN=generic|CONFIG_HID_IN=serial|(CONFIG_HID_IN=keyboard&PLATFORM=sparc64)|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial] CONFIG_NS16550 (y/n)
363
! [CONFIG_MIPS_KBD=y] CONFIG_DSRLNIN (y)
364
 
364
 
365
% Support for Z8530 controller
365
% Dummy serial line output
366
! [(CONFIG_HID_IN!=none|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=sparc64] CONFIG_Z8530 (y/n)
366
! [CONFIG_MIPS_PRN=y] CONFIG_DSRLNOUT (y)
367
 
367
 
368
% Support for Serengeti console
368
% Serial line input module
369
! [(CONFIG_HID_IN=serial|CONFIG_HID_OUT=serial)&MACHINE=serengeti] CONFIG_SGCN (y/n)
369
! [CONFIG_DSRLNIN=y] CONFIG_SRLN (y)
370
 
370
 
371
% PC keyboard support
371
#% i8042 controller support
372
! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
372
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_I8042 (y/n)
373
 
373
 
374
% PC keyboard support
374
#% Support for NS16550 controller
375
! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
375
#! [(CONFIG_HID_IN=keyboard&PLATFORM=sparc64)|(CONFIG_HID_IN=serial&PLATFORM=ia64)] CONFIG_NS16550 (y/n)
376
 
376
 
377
% Sun keyboard support
377
#% Support for Z8530 controller
378
! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64] CONFIG_SUN_KBD (y/n)
378
#! [(CONFIG_HID_IN!=none|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=sparc64] CONFIG_Z8530 (y/n)
379
 
379
 
380
% Serial line input module
380
#% Support for Serengeti console
381
! [CONFIG_HID_IN=generic|CONFIG_HID_IN=serial] CONFIG_SRLN (y/n)
381
#! [(CONFIG_HID_IN=serial|CONFIG_HID_OUT=serial)&MACHINE=serengeti] CONFIG_SGCN (y/n)
382
 
382
 
383
% EGA support
383
#% PC keyboard support
-
 
384
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
-
 
385
 
-
 
386
#% Sun keyboard support
384
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
387
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64] CONFIG_SUN_KBD (y/n)
385
 
388
 
386
% EGA support
389
% EGA support
-
 
390
! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
-
 
391
 
-
 
392
#% EGA support
387
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&MACHINE=i460GX] CONFIG_EGA (y/n)
393
#! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&MACHINE=i460GX] CONFIG_EGA (y/n)
-
 
394
 
-
 
395
% Framebuffer support
-
 
396
! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_FB (y/n)
-
 
397
 
-
 
398
% Framebuffer support
-
 
399
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)
388
 
400
 
389
% Framebuffer support
401
% Framebuffer support
390
! [CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor] CONFIG_FB (y/n)
402
! [CONFIG_HID_OUT=none] CONFIG_FB (n)
391
 
403
 
392
% Framebuffer width
404
% Framebuffer width
393
@ "640"
405
@ "640"
394
@ "800"
406
@ "800"
395
@ "1024"
407
@ "1024"
396
@ "1152"
408
@ "1152"
397
@ "1280"
409
@ "1280"
398
@ "1400"
410
@ "1400"
399
@ "1440"
411
@ "1440"
400
@ "1600"
412
@ "1600"
401
@ "2048"
413
@ "2048"
402
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
414
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
403
 
415
 
404
% Framebuffer height
416
% Framebuffer height
405
@ "480"
417
@ "480"
406
@ "600"
418
@ "600"
407
@ "768"
419
@ "768"
408
@ "852"
420
@ "852"
409
@ "900"
421
@ "900"
410
@ "960"
422
@ "960"
411
@ "1024"
423
@ "1024"
412
@ "1050"
424
@ "1050"
413
@ "1200"
425
@ "1200"
414
@ "1536"
426
@ "1536"
415
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
427
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
416
 
428
 
417
% Framebuffer depth
429
% Framebuffer depth
418
@ "8"
430
@ "8"
419
@ "16"
431
@ "16"
420
@ "24"
432
@ "24"
421
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
433
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
422
 
434
 
423
% Start AP processors by the loader
435
% Start AP processors by the loader
424
! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
436
! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
425
 
437
 
426
% Use Block Address Translation by the loader
438
% Use Block Address Translation by the loader
427
! [PLATFORM=ppc32] CONFIG_BAT (y/n)
439
! [PLATFORM=ppc32] CONFIG_BAT (y/n)
428
 
440
 
429
% Preserve A.OUT header in isofs.b
441
% Preserve A.OUT header in isofs.b
430
! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
442
! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
431
 
443
 
432
% External ramdisk
444
% External ramdisk
433
! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)
445
! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)
434
 
446
 
435
% Keyboard layout
447
% Keyboard layout
436
@ "us_qwerty" US QWERTY
448
@ "us_qwerty" US QWERTY
437
@ "us_dvorak" US Dvorak
449
@ "us_dvorak" US Dvorak
438
! KBD_LAYOUT (choice)
450
! KBD_LAYOUT (choice)
439
 
451