source: mainline/HelenOS.config@ 207e8880

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 207e8880 was b7acf38, checked in by Adam Hraska <adam.hraska+hos@…>, 13 years ago

Added config option for light weight futex locks.

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