Changeset 66e41b8 in mainline


Ignore:
Timestamp:
2009-03-08T10:15:20Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c24c26c6
Parents:
a1d5167
Message:

Keyboard layout must always be specified. Msim does not support non-serial HID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    ra1d5167 r66e41b8  
    334334@ "keyboard" Keyboard
    335335@ "serial" Serial line
    336 ! CONFIG_HID_IN (choice)
     336! [MACHINE!=msim] CONFIG_HID_IN (choice)
     337% What is your input device?
     338@ "serial" Serial line
     339! [MACHINE=msim] CONFIG_HID_IN (choice)
    337340
    338341% What is your output device?
    339342@ "monitor" Monitor
    340343@ "serial" Serial line
    341 ! CONFIG_HID_OUT (choice)
     344! [MACHINE!=msim] CONFIG_HID_OUT (choice)
     345% What is your output device?
     346@ "serial" Serial line
     347! [MACHINE=msim] CONFIG_HID_OUT (choice)
    342348
    343349% i8042 controller support
     
    422428@ "us_qwerty" US QWERTY
    423429@ "us_dvorak" US Dvorak
    424 ! [CONFIG_HID_IN=keyboard] KBD_LAYOUT (choice)
     430! KBD_LAYOUT (choice)
Note: See TracChangeset for help on using the changeset viewer.