source: mainline/HelenOS.config@ ddfd158

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

Merge mainline changes.

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