source: mainline/HelenOS.config@ bfb6576

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since bfb6576 was e7b0b85, checked in by Jan Vesely <jano.vesely@…>, 13 years ago

arm32: Re introduce PROCESSOR macro.

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