source: mainline/HelenOS.config@ 4c3602c4

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 4c3602c4 was 4bf0926e, checked in by Martin Decky <martin@…>, 9 years ago

amd64: resurrect optional support for the 'large' memory model ('kernel' memory model stays the default)

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