source: mainline/HelenOS.config@ a9763c6

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

Experimental support for hard-floats on ppc32.

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