Changeset e1a27be in mainline for HelenOS.config


Ignore:
Timestamp:
2012-12-29T10:48:35Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17cc8f4f
Parents:
8f88beb7 (diff), c928bb7 (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

    r8f88beb7 re1a27be  
    6363% Machine type
    6464@ "gta02" GTA02 / Neo FreeRunner
    65 @ "testarm" GXEmul Testarm
    6665@ "integratorcp" Integratorcp
    6766@ "beagleboardxm" BeogleBoard-xM
     
    9089% CPU type
    9190@ "armv4" ARMv4
    92 ! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=testarm)] PROCESSOR (choice)
     91! [PLATFORM=arm32&(MACHINE=gta02)] PROCESSOR (choice)
    9392
    9493% CPU type
     
    348347! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
    349348
     349## armv7 made fpu hardware compulsory
     350% FPU support
     351! [PLATFORM=arm32&PROCESSOR=armv7_a] CONFIG_FPU (y)
     352
     353% FPU support
     354! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_FPU (y)
     355
    350356
    351357## Kernel features options
     
    409415@ "generic" Keyboard or serial line
    410416@ "none" No input device
    411 ! [PLATFORM=ia32|(PLATFORM=arm32&MACHINE=testarm)|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
     417! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_HID_IN (choice)
    412418
    413419% Input device class
     
    434440! [PLATFORM=mips32&(MACHINE=bgxemul|MACHINE=lgxemul)] CONFIG_HID_OUT (choice)
    435441
    436 % Output device class
    437 @ "generic" Monitor or serial line
    438 @ "monitor" Monitor
    439 @ "serial" Serial line
    440 @ "none" No output device
    441 ! [PLATFORM=arm32&MACHINE=testarm] CONFIG_HID_OUT (choice)
    442 
    443442% PC keyboard support
    444443! [CONFIG_HID_IN=generic&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_PC_KBD (y/n)
     
    455454% Support for msim/GXemul printer
    456455! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=mips32|PLATFORM=mips64)] CONFIG_MIPS_PRN (y/n)
    457 
    458 % Support for GXemul keyboard
    459 ! [CONFIG_HID_IN=generic&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_KBD (y/n)
    460 
    461 % Support for GXemul printer
    462 ! [(CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&PLATFORM=arm32&MACHINE=testarm] CONFIG_ARM_PRN (y/n)
    463456
    464457% Support for VIA CUDA controller
Note: See TracChangeset for help on using the changeset viewer.