Changeset c640876 in mainline for HelenOS.config


Ignore:
Timestamp:
2009-03-12T20:08:43Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afdd441
Parents:
7ee8c5b
Message:

Fix one RAW dependency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r7ee8c5b rc640876  
    334334@ "generic" Keyboard or serial line
    335335@ "none" No input device
    336 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32] CONFIG_HID_IN (choice)
     336! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=mips32&MACHINE!=msim)] CONFIG_HID_IN (choice)
     337
     338% Input device class
     339@ "serial" Serial line
     340@ "none" No input device
     341! [MACHINE=ski|MACHINE=serengeti|MACHINE=msim] CONFIG_HID_IN (choice)
     342
     343% Output device class
     344@ "serial" Serial line
     345@ "none" No output device
     346! [MACHINE=ski|MACHINE=serengeti|MACHINE=msim] CONFIG_HID_OUT (choice)
    337347
    338348% Output device class
    339349@ "generic" Monitor or serial line
    340350@ "none" No output device
    341 ! [PLATFORM=ia32|PLATFORM=amd64|(PLATFORM=mips32&MACHINE=msim)] CONFIG_HID_OUT (choice)
     351! [PLATFORM=ia32|PLATFORM=amd64] CONFIG_HID_OUT (choice)
    342352
    343353% Output device class
Note: See TracChangeset for help on using the changeset viewer.