source: mainline/HelenOS.config@ 993d608

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

Remove pcc from mainline as it has a better home in coastline.

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