source: mainline/HelenOS.config@ f5f0cfb

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since f5f0cfb was f9ab562, checked in by Jakub Jermar <jakub@…>, 13 years ago

Remove support for the testarm machine.

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