Changes in HelenOS.config [1b1164e8:69dc065] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r1b1164e8 r69dc065  
    3131
    3232% Platform
    33 @ "abs32le" abstract 32-bit little endian
    3433@ "amd64" AMD64/Intel EM64T (PC)
    3534@ "arm32" ARM 32-bit
     
    7776@ "us" UltraSPARC I-II subarchitecture
    7877@ "us3" UltraSPARC III-IV subarchitecture
    79 @ "sun4v" Niagara (sun4v)
    8078! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
    8179
     
    9391
    9492% Kernel architecture
    95 @ "abs32le"
    96 ! [PLATFORM=abs32le] KARCH (choice)
    97 
    98 % Kernel architecture
    9993@ "amd64"
    10094! [PLATFORM=amd64] KARCH (choice)
     
    136130
    137131% User space architecture
    138 @ "abs32le"
    139 ! [PLATFORM=abs32le] UARCH (choice)
    140 
    141 % User space architecture
    142132@ "amd64"
    143133! [PLATFORM=amd64] UARCH (choice)
     
    177167
    178168## Mapping between platform and boot architecture
    179 
    180 % Boot architecture
    181 @ "abs32le"
    182 ! [PLATFORM=abs32le] BARCH (choice)
    183169
    184170% Boot architecture
     
    257243! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
    258244
    259 % Compiler
    260 @ "gcc_cross" GNU C Compiler (cross-compiler)
    261 @ "gcc_native" GNU C Compiler (native)
    262 @ "clang" Clang
    263 ! [PLATFORM=abs32le] COMPILER (choice)
    264 
    265 
    266 ## Cross-compiler target for abstract architecture
    267 
    268 % Cross-compiler target
    269 @ "arm32" ARM 32-bit
    270 @ "ia32" Intel IA-32
    271 @ "mips32" MIPS 32-bit
    272 ! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
    273 
    274245
    275246## Kernel configuration
     
    288259
    289260% Hierarchical page tables support
    290 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
     261! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_PAGE_PT (y)
    291262
    292263% Page hash table support
     
    294265
    295266% Software integer division support
    296 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
     267! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
    297268
    298269% ASID support
     
    321292
    322293% Support for SMP
    323 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)
     294! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n)
    324295
    325296% Debug build
     
    343314% Virtually indexed D-cache support
    344315! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
    345 
    346 % Simics SMP Hack
    347 ! [PROCESSOR=sun4v] CONFIG_SIMICS_SMP_HACK (y/n)
    348316
    349317% Support for userspace debuggers
     
    459427
    460428% Serial line input module
    461 ! [CONFIG_DSRLNIN=y|(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)
     429! [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)
    462430
    463431% EGA support
     
    518486% Mount /data on startup
    519487! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)
    520 
    521 % Write core files
    522 ! CONFIG_WRITE_CORE_FILES (n/y)
    523 
    524 % Networking architecture
    525 @ "none" No networking
    526 @ "modular" Modular
    527 @ "module" One module
    528 ! CONFIG_NETWORKING (choice)
    529 
    530 % DP8390 (NE2k) network interface
    531 ! [CONFIG_NETWORKING=modular|CONFIG_NETWORKING=module] CONFIG_NETIF_DP8390 (y/n)
    532 
Note: See TracChangeset for help on using the changeset viewer.