source: mainline/HelenOS.config@ a9bd960d

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since a9bd960d was dd0c8a0, checked in by Beniamino Galvani <b.galvani@…>, 12 years ago

Merge mainline changes.

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