Changes in HelenOS.config [af8e565:42be09b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    raf8e565 r42be09b  
    3131
    3232% Platform
     33@ "abs32le" abstract 32-bit little endian
    3334@ "amd64" AMD64/Intel EM64T (PC)
    3435@ "arm32" ARM 32-bit
     
    5758
    5859% Machine type
     60@ "gta02" GTA02 / Neo FreeRunner
    5961@ "testarm" GXEmul Testarm
    6062@ "integratorcp" Integratorcp
     
    7678@ "us" UltraSPARC I-II subarchitecture
    7779@ "us3" UltraSPARC III-IV subarchitecture
     80@ "sun4v" Niagara (sun4v)
    7881! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
    7982
     
    9194
    9295% Kernel architecture
     96@ "abs32le"
     97! [PLATFORM=abs32le] KARCH (choice)
     98
     99% Kernel architecture
    93100@ "amd64"
    94101! [PLATFORM=amd64] KARCH (choice)
     
    130137
    131138% User space architecture
     139@ "abs32le"
     140! [PLATFORM=abs32le] UARCH (choice)
     141
     142% User space architecture
    132143@ "amd64"
    133144! [PLATFORM=amd64] UARCH (choice)
     
    167178
    168179## Mapping between platform and boot architecture
     180
     181% Boot architecture
     182@ "abs32le"
     183! [PLATFORM=abs32le] BARCH (choice)
    169184
    170185% Boot architecture
     
    219234
    220235% Compiler
    221 @ "gcc_cross" GCC Cross-compiler
    222 @ "gcc_native" GCC Native
    223 @ "icc_native" ICC Native
    224 @ "suncc_native" Sun Studio C Compiler
     236@ "gcc_cross" GNU C Compiler (cross-compiler)
     237@ "gcc_native" GNU C Compiler (native)
     238@ "icc" Intel C Compiler
     239@ "suncc" Sun Studio C Compiler
     240@ "clang" Clang
    225241! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
    226242
    227243% Compiler
    228 @ "gcc_cross" GCC Cross-compiler
    229 @ "gcc_native" GCC Native
    230 @ "icc_native" ICC Native
     244@ "gcc_cross" GNU C Compiler (cross-compiler)
     245@ "gcc_native" GNU C Compiler (native)
     246@ "icc" Intel C Compiler
    231247! [PLATFORM=ia64] COMPILER (choice)
    232248
    233249% Compiler
    234 @ "gcc_cross" GCC Cross-compiler
    235 @ "gcc_native" GCC Native
    236 @ "suncc_native" Sun Studio C Compiler
     250@ "gcc_cross" GNU C Compiler (cross-compiler)
     251@ "gcc_native" GNU C Compiler (native)
     252@ "suncc" Sun Studio C Compiler
    237253! [PLATFORM=sparc64] COMPILER (choice)
    238254
    239255% Compiler
    240 @ "gcc_cross" GCC Cross-compiler
    241 @ "gcc_native" GCC Native
     256@ "gcc_cross" GNU C Compiler (cross-compiler)
     257@ "gcc_native" GNU C Compiler (native)
    242258! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
     259
     260% Compiler
     261@ "gcc_cross" GNU C Compiler (cross-compiler)
     262@ "gcc_native" GNU C Compiler (native)
     263@ "clang" Clang
     264! [PLATFORM=abs32le] COMPILER (choice)
     265
     266
     267## Cross-compiler target for abstract architecture
     268
     269% Cross-compiler target
     270@ "arm32" ARM 32-bit
     271@ "ia32" Intel IA-32
     272@ "mips32" MIPS 32-bit
     273! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
    243274
    244275
     
    258289
    259290% Hierarchical page tables support
    260 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
     291! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
    261292
    262293% Page hash table support
     
    264295
    265296% Software integer division support
    266 ! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
     297! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
    267298
    268299% ASID support
     
    291322
    292323% Support for SMP
    293 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n)
     324! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)
    294325
    295326% Debug build
     
    314345! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
    315346
     347% Simics SMP Hack
     348! [PROCESSOR=sun4v&CONFIG_SMP=y] CONFIG_SIMICS_SMP_HACK (n/y)
     349
    316350% Support for userspace debuggers
    317351! CONFIG_UDEBUG (y/n)
     
    326360! CONFIG_LOG (n/y)
    327361
     362% Kernel function tracing
     363! CONFIG_TRACE (n/y)
     364
    328365% Compile kernel tests
    329366! CONFIG_TEST (y/n)
     367
     368% Use link-time optimization
     369! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
    330370
    331371
     
    350390% Output device class
    351391@ "generic" Monitor or serial line
    352 ! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_OUT (choice)
     392! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp)] CONFIG_HID_OUT (choice)
    353393
    354394% Output device class
     
    398438! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n)
    399439
     440% Support for Samsung S3C24XX on-chip UART
     441! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_UART (y/n)
     442
     443% Support for Samsung S3C24XX on-chip interrupt controller
     444! [PLATFORM=arm32&MACHINE=gta02] CONFIG_S3C24XX_IRQC (y)
     445
    400446% Support for Z8530 controller
    401447! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=keyboard)&PLATFORM=sparc64&MACHINE=generic] CONFIG_Z8530 (y/n)
     
    426472
    427473% Serial line input module
    428 ! [CONFIG_DSRLNIN=y|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y)] CONFIG_SRLN (y)
     474! [CONFIG_DSRLNIN=y|(PLATFORM=arm32&MACHINE=gta02)|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y)
    429475
    430476% EGA support
     
    452498@ "1152x720"
    453499@ "1152x864"
     500@ "1280x720"
     501@ "1280x800"
    454502@ "1280x960"
    455503@ "1280x1024"
     
    477525! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
    478526
    479 % External RAM disk
    480 ! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)
    481 
    482527% Load disk drivers on startup
    483528! CONFIG_START_BD (n/y)
     
    485530% Mount /data on startup
    486531! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)
     532
     533% Write core files
     534! CONFIG_WRITE_CORE_FILES (n/y)
     535
     536% Strip binaries
     537! CONFIG_STRIP_BINARIES (n/y)
     538
     539% Optimize for size
     540! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
     541
     542% Barebone build with essential binaries only
     543! CONFIG_BAREBONE (n/y)
     544
     545% Line debugging information
     546! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
     547
     548% Launch (devman) test drivers
     549! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (y/n)
     550
Note: See TracChangeset for help on using the changeset viewer.