Changeset 0b9ac3c in mainline for HelenOS.config


Ignore:
Timestamp:
2010-02-23T19:03:28Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c62d2e1
Parents:
1ccafee (diff), 5e50394 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r1ccafee r0b9ac3c  
    7777@ "us" UltraSPARC I-II subarchitecture
    7878@ "us3" UltraSPARC III-IV subarchitecture
     79@ "sun4v" Niagara (sun4v)
    7980! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice)
    8081
     
    257258
    258259% Compiler
     260@ "gcc_cross" GNU C Compiler (cross-compiler)
    259261@ "gcc_native" GNU C Compiler (native)
    260262@ "clang" Clang
     
    262264
    263265
     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
     274
    264275## Kernel configuration
    265276
     
    283294
    284295% Software integer division support
    285 ! [PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
     296! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)
    286297
    287298% ASID support
     
    310321
    311322% Support for SMP
    312 ! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_SMP (y/n)
     323! [(PLATFORM=ia32&PROCESSOR!=athlon_xp)|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ia64|(PLATFORM=mips32&MACHINE=msim)|PLATFORM=abs32le] CONFIG_SMP (y/n)
    313324
    314325% Debug build
     
    332343% Virtually indexed D-cache support
    333344! [PLATFORM=sparc64] CONFIG_VIRT_IDX_DCACHE (y/n)
     345
     346% Simics SMP Hack
     347! [PROCESSOR=sun4v] CONFIG_SIMICS_SMP_HACK (y/n)
    334348
    335349% Support for userspace debuggers
     
    445459
    446460% Serial line input module
    447 ! [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)
     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)
    448462
    449463% EGA support
     
    505519! [CONFIG_START_BD=y] CONFIG_MOUNT_DATA (n/y)
    506520
    507 % Verbose task dumps
    508 ! CONFIG_VERBOSE_DUMPS (n/y)
     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! NETWORKING (choice)
     529
     530% DP8390 (NE2k) network interface
     531! [NETWORKING=modular|NETWORKING=module] CONFIG_NETIF_DP8390 (y/n)
     532
Note: See TracChangeset for help on using the changeset viewer.