Subversion Repositories HelenOS

Rev

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

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