Changeset eb56bd7 in mainline


Ignore:
Timestamp:
2009-03-12T17:41:09Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ba3dc7
Parents:
8de4421
Message:

update defaults

Location:
defaults
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • defaults/amd64/Makefile.config

    r8de4421 reb56bd7  
    3535CONFIG_TEST = y
    3636
    37 # What is your input device?
    38 CONFIG_HID_IN = keyboard
     37# Input device class
     38CONFIG_HID_IN = generic
    3939
    40 # What is your output device?
    41 CONFIG_HID_OUT = monitor
    42 
    43 # i8042 controller support
    44 CONFIG_I8042 = y
     40# Output device class
     41CONFIG_HID_OUT = generic
    4542
    4643# PC keyboard support
  • defaults/ia32/Makefile.config

    r8de4421 reb56bd7  
    4141CONFIG_TEST = y
    4242
    43 # What is your input device?
    44 CONFIG_HID_IN = keyboard
     43# Input device class
     44CONFIG_HID_IN = generic
    4545
    46 # What is your output device?
    47 CONFIG_HID_OUT = monitor
    48 
    49 # i8042 controller support
    50 CONFIG_I8042 = y
     46# Output device class
     47CONFIG_HID_OUT = generic
    5148
    5249# PC keyboard support
  • defaults/mips32/GXemul/Makefile.config

    r8de4421 reb56bd7  
    11# Machine type
    22MACHINE = lgxemul
    3 
    4 # Input device class
    5 CONFIG_HID_IN = keyboard
    6 
    7 # Output device class
    8 CONFIG_HID_OUT = monitor
  • defaults/mips32/Makefile.config

    r8de4421 reb56bd7  
    2929CONFIG_TEST = y
    3030
     31# Input device class
     32CONFIG_HID_IN = generic
     33
     34# Output device class
     35CONFIG_HID_OUT = generic
     36
    3137# Keyboard layout
    3238KBD_LAYOUT = us_qwerty
Note: See TracChangeset for help on using the changeset viewer.