source: mainline/HelenOS.config@ e3a07bba

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

unify order of predicates
unify architecture descriptions

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