Subversion Repositories HelenOS

Rev

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

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