Changeset eb56bd7 in mainline
- Timestamp:
- 2009-03-12T17:41:09Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ba3dc7
- Parents:
- 8de4421
- Location:
- defaults
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r8de4421 reb56bd7 35 35 CONFIG_TEST = y 36 36 37 # What is your input device?38 CONFIG_HID_IN = keyboard37 # Input device class 38 CONFIG_HID_IN = generic 39 39 40 # What is your output device? 41 CONFIG_HID_OUT = monitor 42 43 # i8042 controller support 44 CONFIG_I8042 = y 40 # Output device class 41 CONFIG_HID_OUT = generic 45 42 46 43 # PC keyboard support -
defaults/ia32/Makefile.config
r8de4421 reb56bd7 41 41 CONFIG_TEST = y 42 42 43 # What is your input device?44 CONFIG_HID_IN = keyboard43 # Input device class 44 CONFIG_HID_IN = generic 45 45 46 # What is your output device? 47 CONFIG_HID_OUT = monitor 48 49 # i8042 controller support 50 CONFIG_I8042 = y 46 # Output device class 47 CONFIG_HID_OUT = generic 51 48 52 49 # PC keyboard support -
defaults/mips32/GXemul/Makefile.config
r8de4421 reb56bd7 1 1 # Machine type 2 2 MACHINE = lgxemul 3 4 # Input device class5 CONFIG_HID_IN = keyboard6 7 # Output device class8 CONFIG_HID_OUT = monitor -
defaults/mips32/Makefile.config
r8de4421 reb56bd7 29 29 CONFIG_TEST = y 30 30 31 # Input device class 32 CONFIG_HID_IN = generic 33 34 # Output device class 35 CONFIG_HID_OUT = generic 36 31 37 # Keyboard layout 32 38 KBD_LAYOUT = us_qwerty
Note:
See TracChangeset
for help on using the changeset viewer.