source: mainline/HelenOS.config@ b1c43bd

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

config: Add generic output for beagleboardxm.

Fixes disappearance of TI AMDM37X UART option and occasional build failure.

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