source: mainline/HelenOS.config@ 811770c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 811770c was c7b9c5d6, checked in by Martin Decky <martin@…>, 10 years ago

possibility to explicitly select 32 bpp mode
(some VBE BIOSes provide both 24 bpp and 32 bpp modes, but the 24 bpp modes are obviously inferior in performance)

  • Property mode set to 100644
File size: 18.4 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
[b51cf2c]34@ "amd64" AMD64/EM64T 64-bit (PC)
[d630139]35@ "arm32" ARM 32-bit
[b51cf2c]36@ "ia32" IA-32 32-bit (PC)
37@ "ia64" IA-64 64-bit
[1ba41c5]38@ "mips32" MIPS 32-bit
[b51cf2c]39@ "ppc32" PowerPC 32-bit
40@ "sparc32" SPARCv8 32-bit
41@ "sparc64" SPARCv9 64-bit
[41f7564]42! PLATFORM (choice)
43
[9a0367f]44% Machine type
[1ba41c5]45@ "msim" MSIM
[c0a7545]46@ "bmalta" MIPS Malta Development Board big endian
47@ "lmalta" MIPS Malta Development Board little endian
[1ba41c5]48! [PLATFORM=mips32] MACHINE (choice)
49
[9a0367f]50% Machine type
[c785296]51@ "i460GX" i460GX chipset machine
[4b8f1c3]52@ "ski" Ski ia64 simulator
[c785296]53! [PLATFORM=ia64] MACHINE (choice)
54
[1c6b3a2]55% Machine type
56@ "generic" Generic Sun workstation or server
57! [PLATFORM=sparc64] MACHINE (choice)
58
[b6b02c0]59% Machine type
60@ "leon3" Gaisler Aeroflex LEON3
[4d2dba7]61! [PLATFORM=sparc32] MACHINE (choice)
[b6b02c0]62
[6ac14a70]63% Machine type
[7c866dc]64@ "gta02" GTA02 / Neo FreeRunner
[87bedd1c]65@ "integratorcp" Integratorcp
[63b2be8]66@ "beagleboardxm" BeagleBoard-xM
67@ "beaglebone" BeagleBone
[8f9d70b]68@ "raspberrypi" Raspberry Pi
[6ac14a70]69! [PLATFORM=arm32] MACHINE (choice)
70
[9a0367f]71% CPU type
72@ "pentium4" Pentium 4
73@ "pentium3" Pentium 3
74@ "core" Core Solo/Duo
[70554dd]75@ "athlon_xp" Athlon XP
76@ "athlon_mp" Athlon MP
[1c99eae]77@ "i486" i486
[a1d5167]78! [PLATFORM=ia32] PROCESSOR (choice)
[9a0367f]79
80% CPU type
81@ "opteron" Opteron
[1c6b3a2]82! [PLATFORM=amd64] PROCESSOR (choice)
[9a0367f]83
[b51cf2c]84% CPU type
85@ "leon3" Gaisler Aeroflex LEON3
86! [PLATFORM=sparc32&MACHINE=leon3] PROCESSOR (choice)
87
[9a0367f]88% CPU type
89@ "us" UltraSPARC I-II subarchitecture
90@ "us3" UltraSPARC III-IV subarchitecture
[68834d85]91@ "sun4v" Niagara (sun4v)
[1c6b3a2]92! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
93
[f1aa1db]94% CPU type
[e7b0b85]95@ "cortex_a8" ARM Cortex A-8
[b1011dae]96! [PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] PROCESSOR (choice)
[f1aa1db]97
98% CPU type
[e7b0b85]99@ "arm920t" ARM920T
100! [PLATFORM=arm32&MACHINE=gta02] PROCESSOR (choice)
[f1aa1db]101
102% CPU type
[e7b0b85]103@ "arm926ej_s" ARM926EJ-S
104! [PLATFORM=arm32&MACHINE=integratorcp] PROCESSOR (choice)
105
[8f9d70b]106% CPU type
107@ "arm1176" ARM1176
108! [PLATFORM=arm32&MACHINE=raspberrypi] PROCESSOR (choice)
[e7b0b85]109
110# Add more ARMv4 CPUs
[5d9e36b]111% CPU arch
[f1aa1db]112@ "armv4" ARMv4
[e7b0b85]113! [PLATFORM=arm32&(PROCESSOR=arm920t)] PROCESSOR_ARCH (choice)
[f1aa1db]114
[e7b0b85]115# Add more ARMv5 CPUs
116% CPU arch
[f1aa1db]117@ "armv5" ARMv5
[e7b0b85]118! [PLATFORM=arm32&(PROCESSOR=arm926ej_s)] PROCESSOR_ARCH (choice)
[f1aa1db]119
[8f9d70b]120# Add more ARMv6 CPUs
121% CPU arch
122@ "armv6" ARMv6
123! [PLATFORM=arm32&(PROCESSOR=arm1176)] PROCESSOR_ARCH (choice)
124
[e7b0b85]125# Add more ARMv7-A CPUs
126% CPU arch
[49a736e2]127@ "armv7_a" ARMv7-A
[e7b0b85]128! [PLATFORM=arm32&(PROCESSOR=cortex_a8)] PROCESSOR_ARCH (choice)
[f1aa1db]129
[5a00ee0]130% CPU type
131@ "R4000" MIPS R4000
132! [PLATFORM=mips32&MACHINE=msim] PROCESSOR (choice)
133
134% CPU type
135@ "4Kc" MIPS 4Kc
[c0a7545]136! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] PROCESSOR (choice)
[5a00ee0]137
[af8e565]138% RAM disk format
[9a0367f]139@ "tmpfs" TMPFS image
140@ "fat" FAT16 image
[d06c4ae]141@ "ext4fs" ext4 image
[9a0367f]142! RDFMT (choice)
143
144
[98a4e76]145## Mapping between platform and kernel architecture
146
[50fda24]147% Kernel architecture
148@ "abs32le"
149! [PLATFORM=abs32le] KARCH (choice)
150
[98a4e76]151% Kernel architecture
152@ "amd64"
153! [PLATFORM=amd64] KARCH (choice)
154
155% Kernel architecture
156@ "arm32"
157! [PLATFORM=arm32] KARCH (choice)
158
159% Kernel architecture
160@ "ia32"
161! [PLATFORM=ia32] KARCH (choice)
162
163% Kernel architecture
164@ "ia32xen"
165! [PLATFORM=ia32xen] KARCH (choice)
166
167% Kernel architecture
168@ "ia64"
169! [PLATFORM=ia64] KARCH (choice)
170
171% Kernel architecture
172@ "mips32"
173! [PLATFORM=mips32] KARCH (choice)
174
175% Kernel architecture
176@ "ppc32"
177! [PLATFORM=ppc32] KARCH (choice)
178
179% Kernel architecture
180@ "ppc64"
181! [PLATFORM=ppc64] KARCH (choice)
182
[b51cf2c]183% Kernel architecture
184@ "sparc32"
185! [PLATFORM=sparc32] KARCH (choice)
186
[98a4e76]187% Kernel architecture
188@ "sparc64"
189! [PLATFORM=sparc64] KARCH (choice)
190
191
192## Mapping between platform and user space architecture
193
[50fda24]194% User space architecture
195@ "abs32le"
196! [PLATFORM=abs32le] UARCH (choice)
197
[98a4e76]198% User space architecture
199@ "amd64"
200! [PLATFORM=amd64] UARCH (choice)
201
202% User space architecture
203@ "arm32"
204! [PLATFORM=arm32] UARCH (choice)
205
206% User space architecture
207@ "ia32"
208! [PLATFORM=ia32|PLATFORM=ia32xen] UARCH (choice)
209
210% User space architecture
211@ "ia64"
212! [PLATFORM=ia64] UARCH (choice)
213
214% User space architecture
215@ "mips32"
[232cd4f]216! [PLATFORM=mips32&(MACHINE=msim|MACHINE=lmalta)] UARCH (choice)
[98a4e76]217
218% User space architecture
219@ "mips32eb"
[232cd4f]220! [PLATFORM=mips32&MACHINE=bmalta] UARCH (choice)
[98a4e76]221
222% User space architecture
223@ "ppc32"
224! [PLATFORM=ppc32] UARCH (choice)
225
226% User space architecture
227@ "ppc64"
228! [PLATFORM=ppc64] UARCH (choice)
229
[b51cf2c]230% User space architecture
231@ "sparc32"
232! [PLATFORM=sparc32] UARCH (choice)
233
[98a4e76]234% User space architecture
235@ "sparc64"
236! [PLATFORM=sparc64] UARCH (choice)
237
238
239## Mapping between platform and boot architecture
240
[50fda24]241% Boot architecture
242@ "abs32le"
243! [PLATFORM=abs32le] BARCH (choice)
244
[98a4e76]245% Boot architecture
246@ "amd64"
247! [PLATFORM=amd64] BARCH (choice)
248
249% Boot architecture
250@ "arm32"
251! [PLATFORM=arm32] BARCH (choice)
252
253% Boot architecture
254@ "ia32"
255! [PLATFORM=ia32] BARCH (choice)
256
257% Boot architecture
258@ "ia32xen"
259! [PLATFORM=ia32xen] BARCH (choice)
260
261% Boot architecture
262@ "ia64"
263! [PLATFORM=ia64] BARCH (choice)
264
265% Boot architecture
266@ "mips32"
267! [PLATFORM=mips32] BARCH (choice)
268
269% Boot architecture
270@ "ppc32"
271! [PLATFORM=ppc32] BARCH (choice)
272
273% Boot architecture
274@ "ppc64"
275! [PLATFORM=ppc64] BARCH (choice)
276
[b51cf2c]277% Boot architecture
278@ "sparc32"
279! [PLATFORM=sparc32] BARCH (choice)
280
[98a4e76]281% Boot architecture
282@ "sparc64"
283! [PLATFORM=sparc64] BARCH (choice)
284
285
286## Mapping between platform and image format
287
288% Image format
289@ "binary"
290! [PLATFORM=mips32&MACHINE=msim] IMAGE (choice)
291
[5a00ee0]292% Image format
293@ "elf"
[c0a7545]294! [PLATFORM=mips32&(MACHINE=bmalta|MACHINE=lmalta)] IMAGE (choice)
[5a00ee0]295
[b51cf2c]296
[9a0367f]297## Compiler options
298
299% Compiler
[69dc065]300@ "gcc_cross" GNU C Compiler (cross-compiler)
[795e2bf]301@ "clang" Clang
[f3287e5]302@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
[69dc065]303@ "icc" Intel C Compiler
[795e2bf]304@ "gcc_native" GNU C Compiler (native)
[a1d5167]305! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
[7bb0c32]306
[9a0367f]307% Compiler
[69dc065]308@ "gcc_cross" GNU C Compiler (cross-compiler)
[f3287e5]309@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
[795e2bf]310@ "icc" Intel C Compiler
311@ "gcc_native" GNU C Compiler (native)
[a1d5167]312! [PLATFORM=ia64] COMPILER (choice)
[7bb0c32]313
[9a0367f]314% Compiler
[69dc065]315@ "gcc_cross" GNU C Compiler (cross-compiler)
[f3287e5]316@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
[795e2bf]317@ "gcc_native" GNU C Compiler (native)
318! [PLATFORM=sparc32] COMPILER (choice)
[9a0367f]319
[50fda24]320% Compiler
[81983e3]321@ "gcc_cross" GNU C Compiler (cross-compiler)
[50fda24]322@ "clang" Clang
[795e2bf]323@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
324@ "gcc_native" GNU C Compiler (native)
325! [PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice)
[50fda24]326
[9a0367f]327
[81983e3]328## Cross-compiler target for abstract architecture
329
330% Cross-compiler target
331@ "arm32" ARM 32-bit
332@ "ia32" Intel IA-32
333@ "mips32" MIPS 32-bit
[8f2eca0]334! [PLATFORM=abs32le&(COMPILER=gcc_cross|COMPILER=gcc_helenos)] CROSS_TARGET (choice)
[81983e3]335
[9a0367f]336
[98a4e76]337## Kernel configuration
338
339% Fences
[1c6b3a2]340! [PLATFORM=ia32&(PROCESSOR=athlon_xp|PROCESSOR=athlon_mp|PROCESSOR=pentium3)] CONFIG_FENCES_P3 (y)
[98a4e76]341
342% Fences
[1c6b3a2]343! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
[30e2bba]344
345% Fences
346! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
[98a4e76]347
[6eeb4a3]348% IOMAP bitmap support
349! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_IOMAP_BITMAP (y)
350
351% IOMAP dummy support
[f93ba6d5]352! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_IOMAP_DUMMY (y)
[6eeb4a3]353
[98a4e76]354% ACPI support
355! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
356
357% Hierarchical page tables support
[b6b02c0]358! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32] CONFIG_PAGE_PT (y)
[98a4e76]359
360% Page hash table support
[6c1c1f7]361! [PLATFORM=ia64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
[98a4e76]362
363% Software integer division support
[6c1c1f7]364! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32] CONFIG_SOFTINT (y)
[98a4e76]365
366% ASID support
[6c1c1f7]367! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID (y)
[98a4e76]368
369% ASID FIFO support
[6c1c1f7]370! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
[98a4e76]371
372% OpenFirmware tree support
[e731b0d]373! [PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_OFW_TREE (y)
374
375% OpenFirmware PCI bus support
376! [PLATFORM=sparc64] CONFIG_OFW_PCI (y)
[98a4e76]377
[5d8d71e]378% Multiboot standard support
379! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
380
[98a4e76]381% FPU support
[30730e5]382! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_FPU (y)
[df7f5cea]383
[d9be488]384## ARMv7 made FPU hardware compulsory
[22a0ee8]385% FPU support
[5d9e36b]386! [PLATFORM=arm32&PROCESSOR_ARCH=armv7_a] CONFIG_FPU (y)
[22a0ee8]387
[d238aa9]388% FPU support
389! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y)
[22a0ee8]390
[98a4e76]391
[9a0367f]392## Kernel features options
393
394% Support for SMP
[6c1c1f7]395! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)
[9a0367f]396
[04d672c3]397% Debug build
398! CONFIG_DEBUG (y/n)
399
400% Deadlock detection support for spinlocks
401! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
402
[9a0367f]403% Lazy FPU context switching
[957ce9a5]404! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
[9a0367f]405
406% Use VHPT
[a1d5167]407! [PLATFORM=ia64] CONFIG_VHPT (n/y)
[9a0367f]408
409% Use TSB
[a1d5167]410! [PLATFORM=sparc64] CONFIG_TSB (y/n)
[1c6b3a2]411
412% IO SAPIC on default address support
[a1d5167]413! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
[1c6b3a2]414
415% Virtually indexed D-cache support
[a1d5167]416! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
[1c6b3a2]417
[95c4776]418% Simics SMP Hack
[626f907]419! [PROCESSOR=sun4v&CONFIG_SMP=y] CONFIG_SIMICS_SMP_HACK (n/y)
[95c4776]420
[1c6b3a2]421% Support for userspace debuggers
[a1d5167]422! CONFIG_UDEBUG (y/n)
[1c6b3a2]423
424% Kernel console support
[a1d5167]425! CONFIG_KCONSOLE (y/n)
[1c6b3a2]426
[e2b762ec]427% Kernel symbol information
428! CONFIG_SYMTAB (y/n)
429
[1c6b3a2]430% Detailed kernel logging
[a1d5167]431! CONFIG_LOG (n/y)
[1c6b3a2]432
[ad8f03d2]433% Kernel function tracing
434! CONFIG_TRACE (n/y)
435
[1c6b3a2]436% Compile kernel tests
[a1d5167]437! CONFIG_TEST (y/n)
[1c6b3a2]438
[cf84f1bf]439% Use link-time optimization
440! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
441
[d4d36f9]442% Kernel RCU algorithm
443@ "PREEMPT_PODZIMEK" Preemptible Podzimek-RCU
444@ "PREEMPT_A" Preemptible A-RCU
445! RCU (choice)
446
[04d672c3]447
[b7acf38]448## User space features options
449
450% Light weight futex locks
451! FUTEX_UPGRADABLE (n/y)
452
[04d672c3]453
[1c6b3a2]454## Hardware support
[9a0367f]455
[6ac14a70]456% Input device class
457@ "generic" Keyboard or serial line
458! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_IN (choice)
459
[4d29d01]460% Input device class
[71385d4f]461@ "generic" Keyboard or serial line
462@ "none" No input device
[6c1c1f7]463! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
[04d672c3]464
[449d4ecc]465% Input device class
466@ "generic" Keyboard or serial line
467@ "keyboard" Keyboard
468@ "serial" Serial line
469@ "none" No input device
470! [PLATFORM=ia64&MACHINE=i460GX] CONFIG_HID_IN (choice)
471
[6ac14a70]472% Output device class
473@ "generic" Monitor or serial line
[8f9d70b]474! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm|MACHINE=beaglebone|MACHINE=raspberrypi)] CONFIG_HID_OUT (choice)
[6ac14a70]475
[8de4421]476% Output device class
477@ "generic" Monitor or serial line
478@ "none" No output device
[6c1c1f7]479! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&(MACHINE=msim|MACHINE=bmalta|MACHINE=lmalta))] CONFIG_HID_OUT (choice)
[1c6b3a2]480
[8de4421]481% PC keyboard support
[24b06199]482! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
[1c6b3a2]483
[449d4ecc]484% PC keyboard support
485! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
486
[c0d77f7]487% PC keyboard support
488! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n)
489
[232cd4f]490% Support for msim keyboard
[3c50cddc]491! [CONFIG_HID_IN=generic&MACHINE=msim] CONFIG_MSIM_KBD (y/n)
[8de4421]492
[232cd4f]493% Support for msim printer
[3c50cddc]494! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&MACHINE=msim] CONFIG_MSIM_PRN (y/n)
[04d672c3]495
[d6d04e7]496% Support for VIA CUDA controller
497! [CONFIG_HID_IN=generic&PLATFORM=ppc32] CONFIG_VIA_CUDA (y/n)
498
[9693835]499% Support for NS16550 controller
[03976d60]500! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic] CONFIG_NS16550 (y/n)
[9693835]501
[449d4ecc]502% Support for NS16550 controller
503! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n)
504
[c882505]505% Support for PL011 UART
506! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=integratorcp|MACHINE=raspberrypi)] CONFIG_PL011_UART (y/n)
[8ec4144]507
[24b06199]508% Support for NS16550 controller (kernel console)
[6d7d4f1]509! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_NS16550_KCON (n/y)
[24b06199]510
511% Use NS16550 controller as serial input (kernel console)
512! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_NS16550_KCON=y] CONFIG_NS16550 (y)
513
514% Use NS16550 controller as dummy serial output (kernel console)
[6bbe470]515! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_NS16550_KCON=y] CONFIG_NS16550_OUT (y)
[3296df5]516
[f1fc83a]517% Support for Samsung S3C24XX on-chip UART
518! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_UART (y/n)
519
[ec08286]520% Support for Samsung S3C24XX on-chip interrupt controller
521! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y)
522
[6f07226]523% Support for TI AM335x timers support
524! [PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_TIMERS (y)
525
[7ca8422b]526% Support for OMAP on-chip UART
527! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] CONFIG_OMAP_UART (y/n)
[d2707fc]528
[4d2dba7]529% Support for GRLIB UART
530! [PLATFORM=sparc32&MACHINE=leon3] CONFIG_GRLIB_UART (y)
531
532% Support for GRLIB IRQMP
533! [PLATFORM=sparc32&MACHINE=leon3] CONFIG_GRLIB_IRQMP (y)
534
[44b2b78]535% Support for BCM2835 mailbox
536! [PLATFORM=arm32&MACHINE=raspberrypi] CONFIG_BCM2835_MAILBOX (y/n)
537
[87bedd1c]538% Support for i8042 controller
[8de4421]539! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
[9a0367f]540
[87bedd1c]541% Support for pl050 controller
[6ac14a70]542! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PL050 (y)
543
[9693835]544% Sun keyboard support
[336d2f52]545! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_KBD (y)
[9693835]546
[2a77841d]547% Macintosh ADB keyboard support
548! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ppc32&(CONFIG_VIA_CUDA=y)] CONFIG_MAC_KBD (y)
549
[8de4421]550% Dummy serial line input
[3c50cddc]551! [CONFIG_MSIM_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)
[9a0367f]552
[8de4421]553% Dummy serial line output
[3c50cddc]554! [CONFIG_MSIM_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)
[411b6a6]555
[8de4421]556% Serial line input module
[3da166f0]557! [CONFIG_DSRLNIN=y|(PLATFORM=sparc32)|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_PL011_UART=y)|(PLATFORM=arm32&MACHINE=beaglebone&CONFIG_OMAP_UART=y)|(PLATFORM=arm32&MACHINE=beagleboardxm&CONFIG_OMAP_UART=y)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&PROCESSOR=sun4v)|(PLATFORM=arm32&MACHINE=raspberrypi&CONFIG_PL011_UART=y)|(PLATFORM=ia32&CONFIG_NS16550=y)|(PLATFORM=amd64&CONFIG_NS16550=y)] CONFIG_SRLN (y)
[8de4421]558
[1c6b3a2]559% EGA support
[8de4421]560! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
561
[449d4ecc]562% EGA support
563! [CONFIG_HID_OUT=generic&PLATFORM=ia64&MACHINE=i460GX] CONFIG_EGA (y/n)
[8de4421]564
565% Framebuffer support
[d0688a3]566! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n)
[8de4421]567
[00287cc]568% Framebuffer support
[03976d60]569! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=arm32] CONFIG_FB (y/n)
570
571% Framebuffer support
572! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=sparc64&MACHINE=generic] CONFIG_FB (y/n)
[98a4e76]573
[421c833]574% Default framebuffer mode
575@ "640x480"
576@ "800x600"
577@ "1024x768"
578@ "1152x720"
579@ "1152x864"
[46757a6]580@ "1280x720"
581@ "1280x800"
[421c833]582@ "1280x960"
583@ "1280x1024"
584@ "1400x1050"
585@ "1440x900"
586@ "1440x1050"
587@ "1600x1200"
588@ "1920x1080"
589@ "1920x1200"
[ee685630]590! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)
[421c833]591
592% Default framebuffer depth
[9a0367f]593@ "8"
594@ "16"
595@ "24"
[c7b9c5d6]596@ "32"
[ee685630]597! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)
[9a0367f]598
599% Start AP processors by the loader
[a1d5167]600! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
[9a0367f]601
[7fb3f1c]602% Dynamic linking support
603! [PLATFORM=ia32] CONFIG_RTLD (n/y)
604! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_RTLD (n)
605
[ec3e2ed]606% Build shared libraries
[7fb3f1c]607! [CONFIG_RTLD=y] CONFIG_BUILD_SHARED_LIBS (n/y)
608! [CONFIG_RTLD=n] CONFIG_BUILD_SHARED_LIBS (n)
[1ea99cc]609
[ec3e2ed]610% Link against shared libraries
611! [CONFIG_BUILD_SHARED_LIBS=y] CONFIG_USE_SHARED_LIBS (n/y)
612! [CONFIG_BUILD_SHARED_LIBS=n] CONFIG_USE_SHARED_LIBS (n)
[1ea99cc]613
[3acb285a]614% Launch (devman) test drivers
[774fc85]615! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y)
[3acb285a]616
[dafa2d04]617% Write core files
618! CONFIG_WRITE_CORE_FILES (n/y)
[827d73f]619
[865b981]620% Include userspace unit tests (PCUT)
[01579ad]621! CONFIG_PCUT_TESTS (n/y)
622
[824208bf]623% Include PCUT self-tests
624! CONFIG_PCUT_SELF_TESTS (n/y)
625
[a8010272]626% Include development files (headers, libraries)
[d21e935c]627! CONFIG_DEVEL_FILES (n/y)
[a8010272]628
[be6cef1b]629% Strip binaries
[fa9616b4]630! CONFIG_STRIP_BINARIES (n/y)
[be6cef1b]631
632% Optimize for size
[fa9616b4]633! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
634
[15b592b]635% Barebone build with essential binaries only
636! CONFIG_BAREBONE (n/y)
[be6cef1b]637
[9ded977]638% Line debugging information
639! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
[42be09b]640
[f4e508f]641# USB settings
[f64e81a]642
[960ff451]643% Start virtual USB host controller
644! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
645
[b4f291d]646% OHCI root hub port power switching
[ca2815e]647@ "no" All root hub ports are always powered.
648@ "ganged" Root hub ports are all powered or all off.
649@ "per_port" Powered status of every root hub port is independent.
[b9bbaad]650! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32] OHCI_POWER_SWITCH (choice)
[83285fd]651
652% GRUB boot loader architecture
653@ "pc" GRUB for PC
654@ "efi" GRUB for UEFI
655! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice)
[5711f6ec]656
657% uImage OS type
658@ "2" NetBSD stage 2 boot loader
[e1530ec2]659! [PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] UIMAGE_OS (choice)
[5711f6ec]660
661% uImage OS type
662@ "5" Linux kernel
[e1530ec2]663! [PLATFORM=arm32&MACHINE!=beagleboardxm&MACHINE!=beaglebone] UIMAGE_OS (choice)
[4d2dba7]664
665% uImage OS type
666@ "5" Linux kernel
667! [PLATFORM=sparc32] UIMAGE_OS (choice)
Note: See TracBrowser for help on using the repository browser.