Subversion Repositories HelenOS

Rev

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

Rev 4114 Rev 4115
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
@ "bgxemul" GXEmul big endian
44
@ "bgxemul" GXEmul big endian
45
@ "lgxemul" GXEmul little endian
45
@ "lgxemul" GXEmul little endian
46
! [PLATFORM=mips32] MACHINE (choice)
46
! [PLATFORM=mips32] MACHINE (choice)
47
 
47
 
48
% Machine type
48
% Machine type
49
@ "gxemul" GXEmul
49
@ "gxemul" GXEmul
50
! [PLATFORM=arm32] MACHINE (choice)
50
! [PLATFORM=arm32] MACHINE (choice)
51
 
51
 
52
% Machine type
52
% Machine type
53
@ "i460GX" i460GX chipset machine
53
@ "i460GX" i460GX chipset machine
54
@ "ski" Ski ia64 simulator
54
@ "ski" Ski ia64 simulator
55
! [PLATFORM=ia64] MACHINE (choice)
55
! [PLATFORM=ia64] MACHINE (choice)
56
 
56
 
57
% Machine type
57
% Machine type
58
@ "generic" Generic Sun workstation or server
58
@ "generic" Generic Sun workstation or server
59
@ "serengeti" Serengeti system
59
@ "serengeti" Serengeti system
60
! [PLATFORM=sparc64] MACHINE (choice)
60
! [PLATFORM=sparc64] MACHINE (choice)
61
 
61
 
62
% CPU type
62
% CPU type
63
@ "pentium4" Pentium 4
63
@ "pentium4" Pentium 4
64
@ "pentium3" Pentium 3
64
@ "pentium3" Pentium 3
65
@ "core" Core Solo/Duo
65
@ "core" Core Solo/Duo
66
@ "athlon_xp" Athlon XP
66
@ "athlon_xp" Athlon XP
67
@ "athlon_mp" Athlon MP
67
@ "athlon_mp" Athlon MP
68
! [PLATFORM=ia32] PROCESSOR (choice)
68
! [PLATFORM=ia32] PROCESSOR (choice)
69
 
69
 
70
% CPU type
70
% CPU type
71
@ "opteron" Opteron
71
@ "opteron" Opteron
72
! [PLATFORM=amd64] PROCESSOR (choice)
72
! [PLATFORM=amd64] PROCESSOR (choice)
73
 
73
 
74
% CPU type
74
% CPU type
75
@ "us" UltraSPARC I-II subarchitecture
75
@ "us" UltraSPARC I-II subarchitecture
76
@ "us3" UltraSPARC III-IV subarchitecture
76
@ "us3" UltraSPARC III-IV subarchitecture
77
! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
77
! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
78
 
78
 
79
% CPU type
79
% CPU type
80
@ "us3"
80
@ "us3"
81
! [PLATFORM=sparc64&MACHINE=serengeti] PROCESSOR (choice)
81
! [PLATFORM=sparc64&MACHINE=serengeti] PROCESSOR (choice)
82
 
82
 
83
% Ramdisk format
83
% Ramdisk format
84
@ "tmpfs" TMPFS image
84
@ "tmpfs" TMPFS image
85
@ "fat" FAT16 image
85
@ "fat" FAT16 image
86
! RDFMT (choice)
86
! RDFMT (choice)
87
 
87
 
88
 
88
 
89
## Mapping between platform and kernel architecture
89
## Mapping between platform and kernel architecture
90
 
90
 
91
% Kernel architecture
91
% Kernel architecture
92
@ "amd64"
92
@ "amd64"
93
! [PLATFORM=amd64] KARCH (choice)
93
! [PLATFORM=amd64] KARCH (choice)
94
 
94
 
95
% Kernel architecture
95
% Kernel architecture
96
@ "arm32"
96
@ "arm32"
97
! [PLATFORM=arm32] KARCH (choice)
97
! [PLATFORM=arm32] KARCH (choice)
98
 
98
 
99
% Kernel architecture
99
% Kernel architecture
100
@ "ia32"
100
@ "ia32"
101
! [PLATFORM=ia32] KARCH (choice)
101
! [PLATFORM=ia32] KARCH (choice)
102
 
102
 
103
% Kernel architecture
103
% Kernel architecture
104
@ "ia32xen"
104
@ "ia32xen"
105
! [PLATFORM=ia32xen] KARCH (choice)
105
! [PLATFORM=ia32xen] KARCH (choice)
106
 
106
 
107
% Kernel architecture
107
% Kernel architecture
108
@ "ia64"
108
@ "ia64"
109
! [PLATFORM=ia64] KARCH (choice)
109
! [PLATFORM=ia64] KARCH (choice)
110
 
110
 
111
% Kernel architecture
111
% Kernel architecture
112
@ "mips32"
112
@ "mips32"
113
! [PLATFORM=mips32] KARCH (choice)
113
! [PLATFORM=mips32] KARCH (choice)
114
 
114
 
115
% Kernel architecture
115
% Kernel architecture
116
@ "ppc32"
116
@ "ppc32"
117
! [PLATFORM=ppc32] KARCH (choice)
117
! [PLATFORM=ppc32] KARCH (choice)
118
 
118
 
119
% Kernel architecture
119
% Kernel architecture
120
@ "ppc64"
120
@ "ppc64"
121
! [PLATFORM=ppc64] KARCH (choice)
121
! [PLATFORM=ppc64] KARCH (choice)
122
 
122
 
123
% Kernel architecture
123
% Kernel architecture
124
@ "sparc64"
124
@ "sparc64"
125
! [PLATFORM=sparc64] KARCH (choice)
125
! [PLATFORM=sparc64] KARCH (choice)
126
 
126
 
127
 
127
 
128
## Mapping between platform and user space architecture
128
## Mapping between platform and user space architecture
129
 
129
 
130
% User space architecture
130
% User space architecture
131
@ "amd64"
131
@ "amd64"
132
! [PLATFORM=amd64] UARCH (choice)
132
! [PLATFORM=amd64] UARCH (choice)
133
 
133
 
134
% User space architecture
134
% User space architecture
135
@ "arm32"
135
@ "arm32"
136
! [PLATFORM=arm32] UARCH (choice)
136
! [PLATFORM=arm32] UARCH (choice)
137
 
137
 
138
% User space architecture
138
% User space architecture
139
@ "ia32"
139
@ "ia32"
140
! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
140
! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
141
 
141
 
142
% User space architecture
142
% User space architecture
143
@ "ia64"
143
@ "ia64"
144
! [PLATFORM=ia64] UARCH (choice)
144
! [PLATFORM=ia64] UARCH (choice)
145
 
145
 
146
% User space architecture
146
% User space architecture
147
@ "mips32"
147
@ "mips32"
148
! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lgxemul)] UARCH (choice)
148
! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lgxemul)] UARCH (choice)
149
 
149
 
150
% User space architecture
150
% User space architecture
151
@ "mips32eb"
151
@ "mips32eb"
152
! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
152
! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
153
 
153
 
154
% User space architecture
154
% User space architecture
155
@ "ppc32"
155
@ "ppc32"
156
! [PLATFORM=ppc32] UARCH (choice)
156
! [PLATFORM=ppc32] UARCH (choice)
157
 
157
 
158
% User space architecture
158
% User space architecture
159
@ "ppc64"
159
@ "ppc64"
160
! [PLATFORM=ppc64] UARCH (choice)
160
! [PLATFORM=ppc64] UARCH (choice)
161
 
161
 
162
% User space architecture
162
% User space architecture
163
@ "sparc64"
163
@ "sparc64"
164
! [PLATFORM=sparc64] UARCH (choice)
164
! [PLATFORM=sparc64] UARCH (choice)
165
 
165
 
166
 
166
 
167
## Mapping between platform and boot architecture
167
## Mapping between platform and boot architecture
168
 
168
 
169
% Boot architecture
169
% Boot architecture
170
@ "amd64"
170
@ "amd64"
171
! [PLATFORM=amd64] BARCH (choice)
171
! [PLATFORM=amd64] BARCH (choice)
172
 
172
 
173
% Boot architecture
173
% Boot architecture
174
@ "arm32"
174
@ "arm32"
175
! [PLATFORM=arm32] BARCH (choice)
175
! [PLATFORM=arm32] BARCH (choice)
176
 
176
 
177
% Boot architecture
177
% Boot architecture
178
@ "ia32"
178
@ "ia32"
179
! [PLATFORM=ia32] BARCH (choice)
179
! [PLATFORM=ia32] BARCH (choice)
180
 
180
 
181
% Boot architecture
181
% Boot architecture
182
@ "ia32xen"
182
@ "ia32xen"
183
! [PLATFORM=ia32xen] BARCH (choice)
183
! [PLATFORM=ia32xen] BARCH (choice)
184
 
184
 
185
% Boot architecture
185
% Boot architecture
186
@ "ia64"
186
@ "ia64"
187
! [PLATFORM=ia64] BARCH (choice)
187
! [PLATFORM=ia64] BARCH (choice)
188
 
188
 
189
% Boot architecture
189
% Boot architecture
190
@ "mips32"
190
@ "mips32"
191
! [PLATFORM=mips32] BARCH (choice)
191
! [PLATFORM=mips32] BARCH (choice)
192
 
192
 
193
% Boot architecture
193
% Boot architecture
194
@ "ppc32"
194
@ "ppc32"
195
! [PLATFORM=ppc32] BARCH (choice)
195
! [PLATFORM=ppc32] BARCH (choice)
196
 
196
 
197
% Boot architecture
197
% Boot architecture
198
@ "ppc64"
198
@ "ppc64"
199
! [PLATFORM=ppc64] BARCH (choice)
199
! [PLATFORM=ppc64] BARCH (choice)
200
 
200
 
201
% Boot architecture
201
% Boot architecture
202
@ "sparc64"
202
@ "sparc64"
203
! [PLATFORM=sparc64] BARCH (choice)
203
! [PLATFORM=sparc64] BARCH (choice)
204
 
204
 
205
 
205
 
206
## Mapping between platform and image format
206
## Mapping between platform and image format
207
 
207
 
208
% Image format
208
% Image format
209
@ "binary"
209
@ "binary"
210
! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
210
! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
211
 
211
 
212
% Image format
212
% Image format
213
@ "ecoff"
213
@ "ecoff"
214
! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
214
! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
215
 
215
 
216
 
216
 
217
## Compiler options
217
## Compiler options
218
 
218
 
219
% Compiler
219
% Compiler
220
@ "gcc_cross" GCC Cross-compiler
220
@ "gcc_cross" GCC Cross-compiler
221
@ "gcc_native" GCC Native
221
@ "gcc_native" GCC Native
222
@ "icc_native" ICC Native
222
@ "icc_native" ICC Native
223
@ "suncc_native" Sun Studio C Compiler
223
@ "suncc_native" Sun Studio C Compiler
224
! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
224
! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
225
 
225
 
226
% Compiler
226
% Compiler
227
@ "gcc_cross" GCC Cross-compiler
227
@ "gcc_cross" GCC Cross-compiler
228
@ "gcc_native" GCC Native
228
@ "gcc_native" GCC Native
229
@ "icc_native" ICC Native
229
@ "icc_native" ICC Native
230
! [PLATFORM=ia64] COMPILER (choice)
230
! [PLATFORM=ia64] COMPILER (choice)
231
 
231
 
232
% Compiler
232
% Compiler
233
@ "gcc_cross" GCC Cross-compiler
233
@ "gcc_cross" GCC Cross-compiler
234
@ "gcc_native" GCC Native
234
@ "gcc_native" GCC Native
235
@ "suncc_native" Sun Studio C Compiler
235
@ "suncc_native" Sun Studio C Compiler
236
! [PLATFORM=sparc64] COMPILER (choice)
236
! [PLATFORM=sparc64] COMPILER (choice)
237
 
237
 
238
% Compiler
238
% Compiler
239
@ "gcc_cross" GCC Cross-compiler
239
@ "gcc_cross" GCC Cross-compiler
240
@ "gcc_native" GCC Native
240
@ "gcc_native" GCC Native
241
! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
241
! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
242
 
242
 
243
 
243
 
244
## Kernel configuration
244
## Kernel configuration
245
 
245
 
246
% Fences
246
% Fences
247
! [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)
248
 
248
 
249
% Fences
249
% Fences
250
! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
250
! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
251
 
251
 
252
% Fences
252
% Fences
253
! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
253
! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
254
 
254
 
255
% ACPI support
255
% ACPI support
256
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
256
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
257
 
257
 
258
% Hierarchical page tables support
258
% Hierarchical page tables support
259
! [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)
260
 
260
 
261
% Page hash table support
261
% Page hash table support
262
! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
262
! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
263
 
263
 
264
% Software integer division support
264
% Software integer division support
265
! [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)
266
 
266
 
267
% ASID support
267
% ASID support
268
! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
268
! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
269
 
269
 
270
% ASID FIFO support
270
% ASID FIFO support
271
! [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)
272
 
272
 
273
% OpenFirmware tree support
273
% OpenFirmware tree support
274
! [PLATFORM=sparc64] CONFIG_OFW_TREE (y)
274
! [PLATFORM=sparc64] CONFIG_OFW_TREE (y)
275
 
275
 
276
% Multiboot standard support
276
% Multiboot standard support
277
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
277
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
278
 
278
 
279
% FPU support
279
% FPU support
280
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
280
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
281
 
281
 
282
% FPU support
282
% FPU support
283
! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
283
! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
284
 
284
 
285
 
285
 
286
## Kernel features options
286
## Kernel features options
287
 
287
 
288
% Support for SMP
288
% Support for SMP
289
! [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)
290
 
290
 
291
% Debug build
291
% Debug build
292
! CONFIG_DEBUG (y/n)
292
! CONFIG_DEBUG (y/n)
293
 
293
 
294
% Deadlock detection support for spinlocks
294
% Deadlock detection support for spinlocks
295
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
295
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
296
 
296
 
297
% Improved support for hyperthreading
297
% Improved support for hyperthreading
298
! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n)
298
! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n)
299
 
299
 
300
% Improved support for hyperthreading
300
% Improved support for hyperthreading
301
! [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)
302
 
302
 
303
% Lazy FPU context switching
303
% Lazy FPU context switching
304
! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
304
! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
305
 
305
 
306
% Use VHPT
306
% Use VHPT
307
! [PLATFORM=ia64] CONFIG_VHPT (n/y)
307
! [PLATFORM=ia64] CONFIG_VHPT (n/y)
308
 
308
 
309
% Use TSB
309
% Use TSB
310
! [PLATFORM=sparc64] CONFIG_TSB (y/n)
310
! [PLATFORM=sparc64] CONFIG_TSB (y/n)
311
 
311
 
312
% IO SAPIC on default address support
312
% IO SAPIC on default address support
313
! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
313
! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
314
 
314
 
315
% Virtually indexed D-cache support
315
% Virtually indexed D-cache support
316
! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
316
! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
317
 
317
 
318
% Support for userspace debuggers
318
% Support for userspace debuggers
319
! CONFIG_UDEBUG (y/n)
319
! CONFIG_UDEBUG (y/n)
320
 
320
 
321
% Kernel console support
321
% Kernel console support
322
! CONFIG_KCONSOLE (y/n)
322
! CONFIG_KCONSOLE (y/n)
323
 
323
 
324
% Detailed kernel logging
324
% Detailed kernel logging
325
! CONFIG_LOG (n/y)
325
! CONFIG_LOG (n/y)
326
 
326
 
327
% Compile kernel tests
327
% Compile kernel tests
328
! CONFIG_TEST (y/n)
328
! CONFIG_TEST (y/n)
329
 
329
 
330
 
330
 
331
## Hardware support
331
## Hardware support
332
 
332
 
333
% Input device class
333
% Input device class
334
@ "generic" Keyboard or serial line
334
@ "generic" Keyboard or serial line
335
@ "none" No input device
335
@ "none" No input device
336
! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=mips32&MACHINE!=msim)] CONFIG_HID_IN (choice)
336
! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32] CONFIG_HID_IN (choice)
337
 
-
 
338
% Input device class
-
 
339
@ "serial" Serial line
-
 
340
@ "none" No input device
-
 
341
! [MACHINE=ski|MACHINE=serengeti|MACHINE=msim] CONFIG_HID_IN (choice)
-
 
342
 
-
 
343
% Output device class
-
 
344
@ "serial" Serial line
-
 
345
@ "none" No output device
-
 
346
! [MACHINE=ski|MACHINE=serengeti|MACHINE=msim] CONFIG_HID_OUT (choice)
-
 
347
 
337
 
348
% Output device class
338
% Output device class
349
@ "generic" Monitor or serial line
339
@ "generic" Monitor or serial line
350
@ "none" No output device
340
@ "none" No output device
351
! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_HID_OUT (choice)
341
! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_HID_OUT (choice)
352
 
342
 
353
% Output device class
343
% Output device class
354
@ "generic" Monitor or serial line
344
@ "generic" Monitor or serial line
355
@ "monitor" Monitor
345
@ "monitor" Monitor
356
@ "serial" Serial line
346
@ "serial" Serial line
357
@ "none" No output device
347
@ "none" No output device
358
! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice)
348
! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice)
359
 
349
 
360
% PC keyboard support
350
% PC keyboard support
361
! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
351
! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
362
 
352
 
363
% Support for msim/GXemul keyboard
353
% Support for msim/GXemul keyboard
364
! [CONFIG_HID_IN=generic&PLATFORM=mips32] CONFIG_MIPS_KBD (y/n)
354
! [CONFIG_HID_IN=generic&PLATFORM=mips32] CONFIG_MIPS_KBD (y/n)
365
 
355
 
366
% Support for msim/GXemul printer
356
% Support for msim/GXemul printer
367
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=mips32] CONFIG_MIPS_PRN (y/n)
357
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=mips32] CONFIG_MIPS_PRN (y/n)
368
 
358
 
369
% i8042 controller support
359
% i8042 controller support
370
! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
360
! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
371
 
361
 
372
% Dummy serial line input
362
% Dummy serial line input
373
! [CONFIG_MIPS_KBD=y] CONFIG_DSRLNIN (y)
363
! [CONFIG_MIPS_KBD=y] CONFIG_DSRLNIN (y)
374
 
364
 
375
% Dummy serial line output
365
% Dummy serial line output
376
! [CONFIG_MIPS_PRN=y] CONFIG_DSRLNOUT (y)
366
! [CONFIG_MIPS_PRN=y] CONFIG_DSRLNOUT (y)
377
 
367
 
378
% Serial line input module
368
% Serial line input module
379
! [CONFIG_DSRLNIN=y] CONFIG_SRLN (y)
369
! [CONFIG_DSRLNIN=y] CONFIG_SRLN (y)
380
 
370
 
381
#% i8042 controller support
371
#% i8042 controller support
382
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_I8042 (y/n)
372
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_I8042 (y/n)
383
 
373
 
384
#% Support for NS16550 controller
374
#% Support for NS16550 controller
385
#! [(CONFIG_HID_IN=keyboard&PLATFORM=sparc64)|(CONFIG_HID_IN=serial&PLATFORM=ia64)] CONFIG_NS16550 (y/n)
375
#! [(CONFIG_HID_IN=keyboard&PLATFORM=sparc64)|(CONFIG_HID_IN=serial&PLATFORM=ia64)] CONFIG_NS16550 (y/n)
386
 
376
 
387
#% Support for Z8530 controller
377
#% Support for Z8530 controller
388
#! [(CONFIG_HID_IN!=none|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=sparc64] CONFIG_Z8530 (y/n)
378
#! [(CONFIG_HID_IN!=none|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=sparc64] CONFIG_Z8530 (y/n)
389
 
379
 
390
#% Support for Serengeti console
380
#% Support for Serengeti console
391
#! [(CONFIG_HID_IN=serial|CONFIG_HID_OUT=serial)&MACHINE=serengeti] CONFIG_SGCN (y/n)
381
#! [(CONFIG_HID_IN=serial|CONFIG_HID_OUT=serial)&MACHINE=serengeti] CONFIG_SGCN (y/n)
392
 
382
 
393
#% PC keyboard support
383
#% PC keyboard support
394
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
384
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
395
 
385
 
396
#% Sun keyboard support
386
#% Sun keyboard support
397
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64] CONFIG_SUN_KBD (y/n)
387
#! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64] CONFIG_SUN_KBD (y/n)
398
 
388
 
399
% EGA support
389
% EGA support
400
! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
390
! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
401
 
391
 
402
#% EGA support
392
#% EGA support
403
#! [(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)
404
 
394
 
405
% Framebuffer support
395
% Framebuffer support
406
! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_FB (y/n)
396
! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_FB (y/n)
407
 
397
 
408
% Framebuffer support
398
% Framebuffer support
409
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)
399
! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)
410
 
400
 
411
% Framebuffer support
401
% Framebuffer support
412
! [CONFIG_HID_OUT=none] CONFIG_FB (n)
402
! [CONFIG_HID_OUT=none] CONFIG_FB (n)
413
 
403
 
414
% Framebuffer width
404
% Framebuffer width
415
@ "640"
405
@ "640"
416
@ "800"
406
@ "800"
417
@ "1024"
407
@ "1024"
418
@ "1152"
408
@ "1152"
419
@ "1280"
409
@ "1280"
420
@ "1400"
410
@ "1400"
421
@ "1440"
411
@ "1440"
422
@ "1600"
412
@ "1600"
423
@ "2048"
413
@ "2048"
424
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
414
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
425
 
415
 
426
% Framebuffer height
416
% Framebuffer height
427
@ "480"
417
@ "480"
428
@ "600"
418
@ "600"
429
@ "768"
419
@ "768"
430
@ "852"
420
@ "852"
431
@ "900"
421
@ "900"
432
@ "960"
422
@ "960"
433
@ "1024"
423
@ "1024"
434
@ "1050"
424
@ "1050"
435
@ "1200"
425
@ "1200"
436
@ "1536"
426
@ "1536"
437
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
427
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
438
 
428
 
439
% Framebuffer depth
429
% Framebuffer depth
440
@ "8"
430
@ "8"
441
@ "16"
431
@ "16"
442
@ "24"
432
@ "24"
443
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
433
! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
444
 
434
 
445
% Start AP processors by the loader
435
% Start AP processors by the loader
446
! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
436
! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
447
 
437
 
448
% Use Block Address Translation by the loader
438
% Use Block Address Translation by the loader
449
! [PLATFORM=ppc32] CONFIG_BAT (y/n)
439
! [PLATFORM=ppc32] CONFIG_BAT (y/n)
450
 
440
 
451
% Preserve A.OUT header in isofs.b
441
% Preserve A.OUT header in isofs.b
452
! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
442
! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
453
 
443
 
454
% External ramdisk
444
% External ramdisk
455
! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)
445
! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)
456
 
446
 
457
% Keyboard layout
447
% Keyboard layout
458
@ "us_qwerty" US QWERTY
448
@ "us_qwerty" US QWERTY
459
@ "us_dvorak" US Dvorak
449
@ "us_dvorak" US Dvorak
460
! KBD_LAYOUT (choice)
450
! KBD_LAYOUT (choice)
461
 
451