source: mainline/HelenOS.config@ c882505

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

Merge arm926 and bcm2835 drivers for pl011 uart and move the code
under a generic directory

  • Property mode set to 100644
File size: 17.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" 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=sparc64] COMPILER (choice)
316
317% Compiler
318@ "gcc_cross" GNU C Compiler (cross-compiler)
319@ "gcc_native" GNU C Compiler (native)
320! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice)
321
322% Compiler
323@ "gcc_cross" GNU C Compiler (cross-compiler)
324@ "gcc_native" GNU C Compiler (native)
325@ "clang" Clang
326! [PLATFORM=abs32le] COMPILER (choice)
327
328
329## Cross-compiler target for abstract architecture
330
331% Cross-compiler target
332@ "arm32" ARM 32-bit
333@ "ia32" Intel IA-32
334@ "mips32" MIPS 32-bit
335! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
336
337
338## Kernel configuration
339
340% Fences
341! [PLATFORM=ia32&(PROCESSOR=athlon_xp|PROCESSOR=athlon_mp|PROCESSOR=pentium3)] CONFIG_FENCES_P3 (y)
342
343% Fences
344! [PLATFORM=ia32&(PROCESSOR=pentium4|PROCESSOR=core)] CONFIG_FENCES_P4 (y)
345
346% Fences
347! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
348
349% ACPI support
350! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_ACPI (y)
351
352% Hierarchical page tables support
353! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
354
355% Page hash table support
356! [PLATFORM=ia64|PLATFORM=mips64|PLATFORM=sparc64] CONFIG_PAGE_HT (y)
357
358% Software integer division support
359! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] CONFIG_SOFTINT (y)
360
361% ASID support
362! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID (y)
363
364% ASID FIFO support
365! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y)
366
367% OpenFirmware tree support
368! [PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_OFW_TREE (y)
369
370% OpenFirmware PCI bus support
371! [PLATFORM=sparc64] CONFIG_OFW_PCI (y)
372
373% Multiboot standard support
374! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_MULTIBOOT (y)
375
376% FPU support
377! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
378
379## armv7 made fpu hardware compulsory
380% FPU support
381! [PLATFORM=arm32&PROCESSOR_ARCH=armv7_a] CONFIG_FPU (y)
382
383% FPU support
384! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y)
385
386
387## Kernel features options
388
389% Support for SMP
390! [(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)
391
392% Debug build
393! CONFIG_DEBUG (y/n)
394
395% Deadlock detection support for spinlocks
396! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
397
398% Lazy FPU context switching
399! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
400
401% Use VHPT
402! [PLATFORM=ia64] CONFIG_VHPT (n/y)
403
404% Use TSB
405! [PLATFORM=sparc64] CONFIG_TSB (y/n)
406
407% IO SAPIC on default address support
408! [PLATFORM=ia64&MACHINE!=ski] CONFIG_IOSAPIC (y/n)
409
410% Virtually indexed D-cache support
411! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
412
413% Simics SMP Hack
414! [PROCESSOR=sun4v&CONFIG_SMP=y] CONFIG_SIMICS_SMP_HACK (n/y)
415
416% Support for userspace debuggers
417! CONFIG_UDEBUG (y/n)
418
419% Kernel console support
420! CONFIG_KCONSOLE (y/n)
421
422% Kernel symbol information
423! CONFIG_SYMTAB (y/n)
424
425% Detailed kernel logging
426! CONFIG_LOG (n/y)
427
428% Kernel function tracing
429! CONFIG_TRACE (n/y)
430
431% Compile kernel tests
432! CONFIG_TEST (y/n)
433
434% Use link-time optimization
435! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
436
437
438## Hardware support
439
440% Input device class
441@ "generic" Keyboard or serial line
442! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_IN (choice)
443
444% Input device class
445@ "generic" Keyboard or serial line
446@ "none" No input device
447! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
448
449% Input device class
450@ "generic" Keyboard or serial line
451@ "keyboard" Keyboard
452@ "serial" Serial line
453@ "none" No input device
454! [PLATFORM=ia64&MACHINE=i460GX] CONFIG_HID_IN (choice)
455
456% Output device class
457@ "generic" Monitor or serial line
458! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp|MACHINE=beagleboardxm|MACHINE=beaglebone|MACHINE=raspberrypi)] CONFIG_HID_OUT (choice)
459
460% Output device class
461@ "generic" Monitor or serial line
462@ "none" No output device
463! [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)
464
465% PC keyboard support
466! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
467
468% PC keyboard support
469! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_PC_KBD (y/n)
470
471% PC keyboard support
472! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PC_KBD (y/n)
473
474% Support for msim keyboard
475! [CONFIG_HID_IN=generic&MACHINE=msim] CONFIG_MSIM_KBD (y/n)
476
477% Support for msim printer
478! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&MACHINE=msim] CONFIG_MSIM_PRN (y/n)
479
480% Support for VIA CUDA controller
481! [CONFIG_HID_IN=generic&PLATFORM=ppc32] CONFIG_VIA_CUDA (y/n)
482
483% Support for NS16550 controller
484! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic] CONFIG_NS16550 (y/n)
485
486% Support for NS16550 controller
487! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n)
488
489% Support for PL011 UART
490! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&(MACHINE=integratorcp|MACHINE=raspberrypi)] CONFIG_PL011_UART (y/n)
491
492% Support for Samsung S3C24XX on-chip UART
493! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_UART (y/n)
494
495% Support for Samsung S3C24XX on-chip interrupt controller
496! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y)
497
498% Support for TI AM335x on-chip UART
499! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_UART (y/n)
500
501% Support for TI AM335x timers support
502! [PLATFORM=arm32&MACHINE=beaglebone] CONFIG_AM335X_TIMERS (y)
503
504% Support for TI AMDM37x on-chip UART
505! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=beagleboardxm] CONFIG_AMDM37X_UART (y/n)
506
507% Support for i8042 controller
508! [CONFIG_PC_KBD=y] CONFIG_I8042 (y)
509
510% Support for pl050 controller
511! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=integratorcp] CONFIG_PL050 (y)
512
513% Sun keyboard support
514! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic&CONFIG_NS16550=y] CONFIG_SUN_KBD (y)
515
516% Macintosh ADB keyboard support
517! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=ppc32&(CONFIG_VIA_CUDA=y)] CONFIG_MAC_KBD (y)
518
519% Dummy serial line input
520! [CONFIG_MSIM_KBD=y|CONFIG_ARM_KBD=y] CONFIG_DSRLNIN (y)
521
522% Dummy serial line output
523! [CONFIG_MSIM_PRN=y|CONFIG_ARM_PRN=y] CONFIG_DSRLNOUT (y)
524
525% Serial line input module
526! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=arm32&MACHINE=integratorcp&CONFIG_PL011_UART=y)|(PLATFORM=arm32&MACHINE=beaglebone&CONFIG_AM335X_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)|(PLATFORM=arm32&MACHINE=raspberrypi&CONFIG_PL011_UART=y)] CONFIG_SRLN (y)
527
528% EGA support
529! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_EGA (y/n)
530
531% EGA support
532! [CONFIG_HID_OUT=generic&PLATFORM=ia64&MACHINE=i460GX] CONFIG_EGA (y/n)
533
534% Framebuffer support
535! [CONFIG_HID_OUT=generic&(PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32)] CONFIG_FB (y/n)
536
537% Framebuffer support
538! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=arm32] CONFIG_FB (y/n)
539
540% Framebuffer support
541! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=monitor)&PLATFORM=sparc64&MACHINE=generic] CONFIG_FB (y/n)
542
543% Default framebuffer mode
544@ "640x480"
545@ "800x600"
546@ "1024x768"
547@ "1152x720"
548@ "1152x864"
549@ "1280x720"
550@ "1280x800"
551@ "1280x960"
552@ "1280x1024"
553@ "1400x1050"
554@ "1440x900"
555@ "1440x1050"
556@ "1600x1200"
557@ "1920x1080"
558@ "1920x1200"
559! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_MODE (choice)
560
561% Default framebuffer depth
562@ "8"
563@ "16"
564@ "24"
565! [(PLATFORM=ia32|PLATFORM=amd64|MACHINE=beagleboardxm)&CONFIG_HID_OUT!=none&CONFIG_FB=y] CONFIG_BFB_BPP (choice)
566
567% Start AP processors by the loader
568! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n)
569
570% Dynamic linking support
571! [PLATFORM=ia32] CONFIG_RTLD (n/y)
572! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_RTLD (n)
573
574% Build shared libraries
575! [CONFIG_RTLD=y] CONFIG_BUILD_SHARED_LIBS (n/y)
576! [CONFIG_RTLD=n] CONFIG_BUILD_SHARED_LIBS (n)
577
578% Link against shared libraries
579! [CONFIG_BUILD_SHARED_LIBS=y] CONFIG_USE_SHARED_LIBS (n/y)
580! [CONFIG_BUILD_SHARED_LIBS=n] CONFIG_USE_SHARED_LIBS (n)
581
582% Launch (devman) test drivers
583! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (n/y)
584
585% Load disk drivers on startup
586! CONFIG_START_BD (n/y)
587
588% Mount /data on startup
589! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)
590
591% Write core files
592! CONFIG_WRITE_CORE_FILES (n/y)
593
594% Include development files (headers, libraries)
595! CONFIG_DEVEL_FILES (n/y)
596
597% Strip binaries
598! CONFIG_STRIP_BINARIES (n/y)
599
600% Optimize for size
601! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
602
603% Barebone build with essential binaries only
604! CONFIG_BAREBONE (n/y)
605
606% Build pcc binaries
607! CONFIG_PCC (n/y)
608
609% Build binutils binaries
610! CONFIG_BINUTILS (n/y)
611
612% Build MSIM binary
613! CONFIG_MSIM (n/y)
614
615% Line debugging information
616! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
617
618# USB settings
619
620% Start virtual USB host controller
621! CONFIG_RUN_VIRTUAL_USB_HC (n/y)
622
623% OHCI root hub port power switching
624@ "no" All root hub ports are always powered.
625@ "ganged" Root hub ports are all powered or all off.
626@ "per_port" Powered status of every root hub port is independent.
627! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ppc32] OHCI_POWER_SWITCH (choice)
628
629% GRUB boot loader architecture
630@ "pc" GRUB for PC
631@ "efi" GRUB for UEFI
632! [PLATFORM=ia32|PLATFORM=amd64] GRUB_ARCH (choice)
633
634% uImage OS type
635@ "2" NetBSD stage 2 boot loader
636! [PLATFORM=arm32&(MACHINE=beagleboardxm|MACHINE=beaglebone)] UIMAGE_OS (choice)
637
638% uImage OS type
639@ "5" Linux kernel
640! [PLATFORM=arm32&MACHINE!=beagleboardxm&MACHINE!=beaglebone] UIMAGE_OS (choice)
Note: See TracBrowser for help on using the repository browser.