Changeset 944b15c in mainline for kernel.config


Ignore:
Timestamp:
2005-12-08T16:15:20Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b00fdde
Parents:
ac0cb2a
Message:

Configuration tweaks, now supports both CNF and DNF in config.file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel.config

    rac0cb2a r944b15c  
    3737! [ARCH=ia32] IA32_CPU (choice)
    3838
     39# MIPS Machine Type
     40@ "msim" MSIM Simulator
     41@ "simics" Virtutech Simics simulator
     42@ "lgxemul" GXEmul Little Endian
     43@ "bgxemul" GXEmul Big Endian
     44@ "indy" SGI Indy
     45! [ARCH=mips32] MIPS_MACHINE (choice)
     46
    3947# Support for SMP
    40 ! CONFIG_SMP (y/n)
     48! [ARCH=ia32|ARCH=amd64] CONFIG_SMP (y/n)
    4149
    4250# Improved support for hyperthreading
     
    4452
    4553# Lazy FPU context switching
    46 ! CONFIG_FPU_LAZY (y/n)
    47 
    48 # MIPS Machine Type
    49 @ "msim" MSIM Simulator
    50 @ "msim4kc" MSIM Simulator with 4kc instruction set
    51 @ "simics" Virtutech Simics simulator
    52 @ "lgxemul" GXEmul Little Endian
    53 @ "bgxemul" GXEmul Big Endian
    54 @ "indy" SGI Indy
    55 ! [ARCH=mips32] MIPS_MACHINE (choice)
     54! [(ARCH=mips32&MIPS_MACHINE!=msim)|ARCH=amd64|ARCH=ia32] CONFIG_FPU_LAZY (y/n)
    5655
    5756## Debugging configuration directives
     
    7978@ [ARCH=ia32|ARCH=amd64] "fpu/fpu1" Intel fpu test 1
    8079@ [ARCH=ia32|ARCH=amd64] "fpu/sse1" Intel Sse test 1
    81 @ [ARCH=mips32&MIPS_MACHINE!=msim&MIPS_MACHINE!=msim4kc] "fpu/mips1" Mips FPU test 1
     80@ [ARCH=mips32&MIPS_MACHINE!=msim] "fpu/mips1" Mips FPU test 1
    8281@ "print/print1" Printf test 1
    8382@ "thread/trhead1" Thread test 1
Note: See TracChangeset for help on using the changeset viewer.