source: mainline/HelenOS.config@ 60a025d

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

config: build srln.c when building beagleboardxm

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