source: mainline/HelenOS.config@ cf538e7

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

Remove support for the lgxemul and bgxemul machines and GXemul drivers.

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