Changeset 4d0f97d in mainline for HelenOS.config


Ignore:
Timestamp:
2010-07-16T14:23:41Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2650d3
Parents:
aa0d227 (diff), 24697c3 (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 from lp:~jsvoboda/helenos/gta02. This adds support for the GTA02 platform. Fixes ticket #134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    raa0d227 r4d0f97d  
    5858
    5959% Machine type
     60@ "gta02" GTA02 / Neo FreeRunner
    6061@ "testarm" GXEmul Testarm
    6162@ "integratorcp" Integratorcp
     
    389390% Output device class
    390391@ "generic" Monitor or serial line
    391 ! [PLATFORM=arm32&MACHINE=integratorcp] CONFIG_HID_OUT (choice)
     392! [PLATFORM=arm32&(MACHINE=gta02|MACHINE=integratorcp)] CONFIG_HID_OUT (choice)
    392393
    393394% Output device class
     
    436437% Support for NS16550 controller
    437438! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial)&PLATFORM=ia64&MACHINE=i460GX] CONFIG_NS16550 (y/n)
     439
     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)
    438442
    439443% Support for Z8530 controller
Note: See TracChangeset for help on using the changeset viewer.