source: mainline/HelenOS.config@ 4f843ded

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 4f843ded was 957ce9a5, checked in by Jan Vesely <jano.vesely@…>, 13 years ago

arm32: Implement and allow lazy FPU context switching.

It's horribly slow and gui fails to draw things properly.

  • Property mode set to 100644
File size: 16.6 KB
RevLine 
[44882c8]1#
[9a0367f]2# Copyright (c) 2006 Ondrej Palkovsky
[98a4e76]3# Copyright (c) 2009 Martin Decky
[44882c8]4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9#
10# - Redistributions of source code must retain the above copyright
11# notice, this list of conditions and the following disclaimer.
12# - Redistributions in binary form must reproduce the above copyright
13# notice, this list of conditions and the following disclaimer in the
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
16# derived from this software without specific prior written permission.
17#
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
20# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
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
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
27# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29
[9a0367f]30## General platform options
31
32% Platform
[50fda24]33@ "abs32le" abstract 32-bit little endian
[41f7564]34@ "amd64" AMD64/Intel EM64T (PC)
[d630139]35@ "arm32" ARM 32-bit
[41f7564]36@ "ia32" Intel IA-32 (PC)
[49319ac]37@ "ia64" Intel IA-64
[1ba41c5]38@ "mips32" MIPS 32-bit
[2429e4a]39@ "mips64" MIPS 64-bit
[41f7564]40@ "ppc32" PowerPC 32-bit (iMac G4)
41@ "sparc64" Sun UltraSPARC 64-bit
42! PLATFORM (choice)
43
[9a0367f]44% Machine type
[1ba41c5]45@ "msim" MSIM
46@ "bgxemul" GXEmul big endian
[afb1e35]47@ "lgxemul" GXEmul little endian
[1ba41c5]48! [PLATFORM=mips32] MACHINE (choice)
49
[2429e4a]50% Machine type
51@ "msim" MSIM
52! [PLATFORM=mips64] MACHINE (choice)
53
[9a0367f]54% Machine type
[c785296]55@ "i460GX" i460GX chipset machine
[4b8f1c3]56@ "ski" Ski ia64 simulator
[c785296]57! [PLATFORM=ia64] MACHINE (choice)
58
[1c6b3a2]59% Machine type
60@ "generic" Generic Sun workstation or server
61! [PLATFORM=sparc64] MACHINE (choice)
62
[6ac14a70]63% Machine type
[7c866dc]64@ "gta02" GTA02 / Neo FreeRunner
[646b996]65@ "testarm" GXEmul Testarm
[87bedd1c]66@ "integratorcp" Integratorcp
[6038368]67@ "beagleboardxm" BeogleBoard-xM
[6ac14a70]68! [PLATFORM=arm32] MACHINE (choice)
69
[9a0367f]70% CPU type
71@ "pentium4" Pentium 4
72@ "pentium3" Pentium 3
73@ "core" Core Solo/Duo
[70554dd]74@ "athlon_xp" Athlon XP
75@ "athlon_mp" Athlon MP
[1c99eae]76@ "i486" i486
[a1d5167]77! [PLATFORM=ia32] PROCESSOR (choice)
[9a0367f]78
79% CPU type
80@ "opteron" Opteron
[1c6b3a2]81! [PLATFORM=amd64] PROCESSOR (choice)
[9a0367f]82
83% CPU type
84@ "us" UltraSPARC I-II subarchitecture
85@ "us3" UltraSPARC III-IV subarchitecture
[68834d85]86@ "sun4v" Niagara (sun4v)
[1c6b3a2]87! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
88
[f1aa1db]89% CPU type
90@ "armv4" ARMv4
[894d9ea]91! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=testarm)] PROCESSOR (choice)
[f1aa1db]92
93% CPU type
94@ "armv5" ARMv5
95! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)
96
97% CPU type
[49a736e2]98@ "armv7_a" ARMv7-A
[f1aa1db]99! [PLATFORM=arm32&MACHINE=beagleboardxm] PROCESSOR (choice)
100
[af8e565]101% RAM disk format
[9a0367f]102@ "tmpfs" TMPFS image
103@ "fat" FAT16 image
[d06c4ae]104@ "ext4fs" ext4 image
[9a0367f]105! RDFMT (choice)
106
107
[98a4e76]108## Mapping between platform and kernel architecture
109
[50fda24]110% Kernel architecture
111@ "abs32le"
112! [PLATFORM=abs32le] KARCH (choice)
113
[98a4e76]114% Kernel architecture
115@ "amd64"
116! [PLATFORM=amd64] KARCH (choice)
117
118% Kernel architecture
119@ "arm32"
120! [PLATFORM=arm32] KARCH (choice)
121
122% Kernel architecture
123@ "ia32"
124! [PLATFORM=ia32] KARCH (choice)
125
126% Kernel architecture
127@ "ia32xen"
128! [PLATFORM=ia32xen] KARCH (choice)
129
130% Kernel architecture
131@ "ia64"
132! [PLATFORM=ia64] KARCH (choice)
133
134% Kernel architecture
135@ "mips32"
136! [PLATFORM=mips32] KARCH (choice)
137
[2429e4a]138% Kernel architecture
139@ "mips64"
140! [PLATFORM=mips64] KARCH (choice)
141
[98a4e76]142% Kernel architecture
143@ "ppc32"
144! [PLATFORM=ppc32] KARCH (choice)
145
146% Kernel architecture
147@ "ppc64"
148! [PLATFORM=ppc64] KARCH (choice)
149
150% Kernel architecture
151@ "sparc64"
152! [PLATFORM=sparc64] KARCH (choice)
153
154
155## Mapping between platform and user space architecture
156
[50fda24]157% User space architecture
158@ "abs32le"
159! [PLATFORM=abs32le] UARCH (choice)
160
[98a4e76]161% User space architecture
162@ "amd64"
163! [PLATFORM=amd64] UARCH (choice)
164
165% User space architecture
166@ "arm32"
167! [PLATFORM=arm32] UARCH (choice)
168
169% User space architecture
170@ "ia32"
171! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
172
173% User space architecture
174@ "ia64"
175! [PLATFORM=ia64] UARCH (choice)
176
177% User space architecture
178@ "mips32"
[8de4421]179! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lgxemul)] UARCH (choice)
[98a4e76]180
181% User space architecture
182@ "mips32eb"
[30e2bba]183! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
[98a4e76]184
[2429e4a]185% User space architecture
186@ "mips64"
187! [PLATFORM=mips64] UARCH (choice)
188
[98a4e76]189% User space architecture
190@ "ppc32"
191! [PLATFORM=ppc32] UARCH (choice)
192
193% User space architecture
194@ "ppc64"
195! [PLATFORM=ppc64] UARCH (choice)
196
197% User space architecture
198@ "sparc64"
199! [PLATFORM=sparc64] UARCH (choice)
200
201
202## Mapping between platform and boot architecture
203
[50fda24]204% Boot architecture
205@ "abs32le"
206! [PLATFORM=abs32le] BARCH (choice)
207
[98a4e76]208% Boot architecture
209@ "amd64"
210! [PLATFORM=amd64] BARCH (choice)
211
212% Boot architecture
213@ "arm32"
214! [PLATFORM=arm32] BARCH (choice)
215
216% Boot architecture
217@ "ia32"
218! [PLATFORM=ia32] BARCH (choice)
219
220% Boot architecture
221@ "ia32xen"
222! [PLATFORM=ia32xen] BARCH (choice)
223
224% Boot architecture
225@ "ia64"
226! [PLATFORM=ia64] BARCH (choice)
227
228% Boot architecture
229@ "mips32"
230! [PLATFORM=mips32] BARCH (choice)
231
[2429e4a]232% Boot architecture
233@ "mips64"
234! [PLATFORM=mips64] BARCH (choice)
235
[98a4e76]236% Boot architecture
237@ "ppc32"
238! [PLATFORM=ppc32] BARCH (choice)
239
240% Boot architecture
241@ "ppc64"
242! [PLATFORM=ppc64] BARCH (choice)
243
244% Boot architecture
245@ "sparc64"
246! [PLATFORM=sparc64] BARCH (choice)
247
248
249## Mapping between platform and image format
250
251% Image format
252@ "binary"
253! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
254
255% Image format
256@ "ecoff"
[8de4421]257! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] IMAGE (choice)
[98a4e76]258
[2429e4a]259% Image format
260@ "binary"
261! [PLATFORM=mips64] IMAGE (choice)
262
[98a4e76]263
[9a0367f]264## Compiler options
265
266% Compiler
[69dc065]267@ "gcc_cross" GNU C Compiler (cross-compiler)
268@ "gcc_native" GNU C Compiler (native)
269@ "icc" Intel C Compiler
270@ "clang" Clang
[a1d5167]271! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
[7bb0c32]272
[9a0367f]273% Compiler
[69dc065]274@ "gcc_cross" GNU C Compiler (cross-compiler)
275@ "gcc_native" GNU C Compiler (native)
276@ "icc" Intel C Compiler
[a1d5167]277! [PLATFORM=ia64] COMPILER (choice)
[7bb0c32]278
[9a0367f]279% Compiler
[69dc065]280@ "gcc_cross" GNU C Compiler (cross-compiler)
281@ "gcc_native" GNU C Compiler (native)
[a1d5167]282! [PLATFORM=sparc64] COMPILER (choice)
[7bb0c32]283
[9a0367f]284% Compiler
[69dc065]285@ "gcc_cross" GNU C Compiler (cross-compiler)
286@ "gcc_native" GNU C Compiler (native)
[2429e4a]287! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice)
[9a0367f]288
[50fda24]289% Compiler
[81983e3]290@ "gcc_cross" GNU C Compiler (cross-compiler)
[50fda24]291@ "gcc_native" GNU C Compiler (native)
292@ "clang" Clang
293! [PLATFORM=abs32le] COMPILER (choice)
294
[9a0367f]295
[81983e3]296## Cross-compiler target for abstract architecture
297
298% Cross-compiler target
299@ "arm32" ARM 32-bit
300@ "ia32" Intel IA-32
301@ "mips32" MIPS 32-bit
302! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
303
[9a0367f]304
[98a4e76]305## Kernel configuration
306
307% Fences
[1c6b3a2]308! [PLATFORM=ia32&(PROCESSOR=athlon_xp|PROCESSOR=athlon_mp|PROCESSOR=pentium3)] CONFIG_FENCES_P3 (y)
[98a4e76]309
310% Fences
[1c6b3a2]311! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
[30e2bba]312
313% Fences
314! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
[98a4e76]315
316% ACPI support
317! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
318
319% Hierarchical page tables support
[50fda24]320! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
[98a4e76]321
322% Page hash table support
[2429e4a]323! [PLATFORM=ia64|PLATFORM=mips64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
[98a4e76]324
325% Software integer division support
[2429e4a]326! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] CONFIG_SOFTINT (y)
[98a4e76]327
328% ASID support
[2429e4a]329! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
[98a4e76]330
331% ASID FIFO support
[2429e4a]332! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
[98a4e76]333
334% OpenFirmware tree support
[e731b0d]335! [PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_OFW_TREE (y)
336
337% OpenFirmware PCI bus support
338! [PLATFORM=sparc64] CONFIG_OFW_PCI (y)
[98a4e76]339
[5d8d71e]340% Multiboot standard support
341! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
342
[98a4e76]343% FPU support
[30e2bba]344! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
345
346% FPU support
347! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
[98a4e76]348
[22a0ee8]349## armv7 made fpu hardware compulsory
350% FPU support
351! [PLATFORM=arm32&PROCESSOR=armv7_a] CONFIG_FPU (y)
352
[d238aa9]353% FPU support
354! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y)
[22a0ee8]355
[98a4e76]356
[9a0367f]357## Kernel features options
358
359% Support for SMP
[2429e4a]360! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)
[9a0367f]361
[04d672c3]362% Debug build
363! CONFIG_DEBUG (y/n)
364
365% Deadlock detection support for spinlocks
366! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
367
[9a0367f]368% Lazy FPU context switching
[957ce9a5]369! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
[9a0367f]370
371% Use VHPT
[a1d5167]372! [PLATFORM=ia64] CONFIG_VHPT (n/y)
[9a0367f]373
374% Use TSB
[a1d5167]375! [PLATFORM=sparc64] CONFIG_TSB (y/n)
[1c6b3a2]376
377% IO SAPIC on default address support
[a1d5167]378! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
[1c6b3a2]379
380% Virtually indexed D-cache support
[a1d5167]381! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
[1c6b3a2]382
[95c4776]383% Simics SMP Hack
[626f907]384! [PROCESSOR=sun4v&CONFIG_SMP=y] CONFIG_SIMICS_SMP_HACK (n/y)
[95c4776]385
[1c6b3a2]386% Support for userspace debuggers
[a1d5167]387! CONFIG_UDEBUG (y/n)
[1c6b3a2]388
389% Kernel console support
[a1d5167]390! CONFIG_KCONSOLE (y/n)
[1c6b3a2]391
[e2b762ec]392% Kernel symbol information
393! CONFIG_SYMTAB (y/n)
394
[1c6b3a2]395% Detailed kernel logging
[a1d5167]396! CONFIG_LOG (n/y)
[1c6b3a2]397
[ad8f03d2]398% Kernel function tracing
399! CONFIG_TRACE (n/y)
400
[1c6b3a2]401% Compile kernel tests
[a1d5167]402! CONFIG_TEST (y/n)
[1c6b3a2]403
[cf84f1bf]404% Use link-time optimization
405! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
406
[04d672c3]407
[1c6b3a2]408## Hardware support
[9a0367f]409
[6ac14a70]410% Input device class
411@ "generic" Keyboard or serial line
412! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_IN (choice)
413
[4d29d01]414% Input device class
[71385d4f]415@ "generic" Keyboard or serial line
416@ "none" No input device
[2429e4a]417! [PLATFORM=ia32|(PLATFORM=arm32&MACHINE=testarm)|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
[04d672c3]418
[449d4ecc]419% Input device class
420@ "generic" Keyboard or serial line
421@ "keyboard" Keyboard
422@ "serial" Serial line
423@ "none" No input device
424! [PLATFORM=ia64&MACHINE=i460GX] CONFIG_HID_IN (choice)
425
[6ac14a70]426% Output device class
427@ "generic" Monitor or serial line
[d7c801bb]428! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm)] CONFIG_HID_OUT (choice)
[6ac14a70]429
[8de4421]430% Output device class
431@ "generic" Monitor or serial line
432@ "none" No output device
[2429e4a]433! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&MACHINE=msim)|(PLATFORM=mips64&MACHINE=msim)] CONFIG_HID_OUT (choice)
[1c6b3a2]434
[4d29d01]435% Output device class
[71385d4f]436@ "generic" Monitor or serial line
[1c6b3a2]437@ "monitor" Monitor
438@ "serial" Serial line
[71385d4f]439@ "none" No output device
[8de4421]440! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice)
[04d672c3]441
[00287cc]442% Output device class
443@ "generic" Monitor or serial line
444@ "monitor" Monitor
445@ "serial" Serial line
446@ "none" No output device
[6ac14a70]447! [PLATFORM=arm32&MACHINE=testarm] CONFIG_HID_OUT (choice)
[00287cc]448
[8de4421]449% PC keyboard support
450! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
[1c6b3a2]451
[449d4ecc]452% PC keyboard support
453! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
454
[c0d77f7]455% PC keyboard support
456! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n)
457
[8de4421]458% Support for msim/GXemul keyboard
[2429e4a]459! [CONFIG_HID_IN=generic&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_KBD (y/n)
[8de4421]460
461% Support for msim/GXemul printer
[2429e4a]462! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n)
[04d672c3]463
[00287cc]464% Support for GXemul keyboard
[6ac14a70]465! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_KBD (y/n)
[00287cc]466
467% Support for GXemul printer
[6ac14a70]468! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_PRN (y/n)
[00287cc]469
[d6d04e7]470% Support for VIA CUDA controller
471! [CONFIG_HID_IN=generic&PLATFORM=ppc32] CONFIG_VIA_CUDA (y/n)
472
[9693835]473% Support for NS16550 controller
[03976d60]474! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic] CONFIG_NS16550 (y/n)
[9693835]475
[449d4ecc]476% Support for NS16550 controller
477! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n)
478
[8ec4144]479% Support for ARM926 on-chip UART
480! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_ARM926_UART (y/n)
481
[f1fc83a]482% Support for Samsung S3C24XX on-chip UART
483! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_UART (y/n)
484
[ec08286]485% Support for Samsung S3C24XX on-chip interrupt controller
486! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y)
487
[d2707fc]488% Support for TI AMDM37X on-chip UART
489! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n)
490
[87bedd1c]491% Support for i8042 controller
[8de4421]492! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
[9a0367f]493
[87bedd1c]494% Support for pl050 controller
[6ac14a70]495! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PL050 (y)
496
[9693835]497% Sun keyboard support
[336d2f52]498! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_KBD (y)
[9693835]499
[2a77841d]500% Macintosh ADB keyboard support
501! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ppc32&(CONFIG_VIA_CUDA=y)] CONFIG_MAC_KBD (y)
502
[8de4421]503% Dummy serial line input
[00287cc]504! [CONFIG_MIPS_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)
[9a0367f]505
[8de4421]506% Dummy serial line output
[00287cc]507! [CONFIG_MIPS_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)
[411b6a6]508
[8de4421]509% Serial line input module
[2673b3b]510! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_ARM926_UART=y)|(PLATFORM=arm32&MACHINE=beagleboardxm&CONFIG_AMDM37X_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)
[8de4421]511
[1c6b3a2]512% EGA support
[8de4421]513! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
514
[449d4ecc]515% EGA support
516! [CONFIG_HID_OUT=generic&PLATFORM=ia64&MACHINE=i460GX] CONFIG_EGA (y/n)
[8de4421]517
518% Framebuffer support
[d0688a3]519! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n)
[8de4421]520
521% Framebuffer support
522! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FB (y/n)
[9a0367f]523
[00287cc]524% Framebuffer support
[03976d60]525! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=arm32] CONFIG_FB (y/n)
526
527% Framebuffer support
528! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=sparc64&MACHINE=generic] CONFIG_FB (y/n)
[98a4e76]529
[421c833]530% Default framebuffer mode
531@ "640x480"
532@ "800x600"
533@ "1024x768"
534@ "1152x720"
535@ "1152x864"
[46757a6]536@ "1280x720"
537@ "1280x800"
[421c833]538@ "1280x960"
539@ "1280x1024"
540@ "1400x1050"
541@ "1440x900"
542@ "1440x1050"
543@ "1600x1200"
544@ "1920x1080"
545@ "1920x1200"
[ee685630]546! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)
[421c833]547
548% Default framebuffer depth
[9a0367f]549@ "8"
550@ "16"
551@ "24"
[ee685630]552! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)
[9a0367f]553
554% Start AP processors by the loader
[a1d5167]555! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
[9a0367f]556
[7fb3f1c]557% Dynamic linking support
558! [PLATFORM=ia32] CONFIG_RTLD (n/y)
559! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_RTLD (n)
560
[ec3e2ed]561% Build shared libraries
[7fb3f1c]562! [CONFIG_RTLD=y] CONFIG_BUILD_SHARED_LIBS (n/y)
563! [CONFIG_RTLD=n] CONFIG_BUILD_SHARED_LIBS (n)
[1ea99cc]564
[ec3e2ed]565% Link against shared libraries
566! [CONFIG_BUILD_SHARED_LIBS=y] CONFIG_USE_SHARED_LIBS (n/y)
567! [CONFIG_BUILD_SHARED_LIBS=n] CONFIG_USE_SHARED_LIBS (n)
[1ea99cc]568
[3acb285a]569% Launch (devman) test drivers
[774fc85]570! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y)
[3acb285a]571
[1641eb0]572% Load disk drivers on startup
573! CONFIG_START_BD (n/y)
574
575% Mount /data on startup
576! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)
[a074b4f]577
[dafa2d04]578% Write core files
579! CONFIG_WRITE_CORE_FILES (n/y)
[827d73f]580
[a8010272]581% Include development files (headers, libraries)
[d21e935c]582! CONFIG_DEVEL_FILES (n/y)
[a8010272]583
[be6cef1b]584% Strip binaries
[fa9616b4]585! CONFIG_STRIP_BINARIES (n/y)
[be6cef1b]586
587% Optimize for size
[fa9616b4]588! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
589
[15b592b]590% Barebone build with essential binaries only
591! CONFIG_BAREBONE (n/y)
[be6cef1b]592
[e76e833f]593% Build pcc binaries
594! CONFIG_PCC (n/y)
595
[f4e508f]596% Build binutils binaries
[10a530cc]597! CONFIG_BINUTILS (n/y)
598
[3f0ea0e2]599% Build MSIM binary
600! CONFIG_MSIM (n/y)
601
[9ded977]602% Line debugging information
603! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
[42be09b]604
[f4e508f]605# USB settings
[f64e81a]606
[960ff451]607% Start virtual USB host controller
608! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
609
[b4f291d]610% OHCI root hub port power switching
[ca2815e]611@ "no" All root hub ports are always powered.
612@ "ganged" Root hub ports are all powered or all off.
613@ "per_port" Powered status of every root hub port is independent.
[b9bbaad]614! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32] OHCI_POWER_SWITCH (choice)
[83285fd]615
616% GRUB boot loader architecture
617@ "pc" GRUB for PC
618@ "efi" GRUB for UEFI
619! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice)
[5711f6ec]620
621% uImage OS type
622@ "2" NetBSD stage 2 boot loader
623! [PLATFORM=arm32&MACHINE=beagleboardxm] UIMAGE_OS (choice)
624
625% uImage OS type
626@ "5" Linux kernel
627! [PLATFORM=arm32&MACHINE!=beagleboardxm] UIMAGE_OS (choice)
Note: See TracBrowser for help on using the repository browser.