diff options
author | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 16:40:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 16:40:54 +0200 |
commit | bc8bb6d458a2dfb5ae220b7df057e0f508c538ad (patch) | |
tree | 25c7d1016aa00b2b5be2c84dba99bed0ae0f9f5f /include | |
parent | cebd1fcec0f7a484ca7e8ecce76c6d9c211368ec (diff) | |
download | u-boot-imx-bc8bb6d458a2dfb5ae220b7df057e0f508c538ad.zip u-boot-imx-bc8bb6d458a2dfb5ae220b7df057e0f508c538ad.tar.gz u-boot-imx-bc8bb6d458a2dfb5ae220b7df057e0f508c538ad.tar.bz2 |
Add support for PS/2 keyboard on TQM85xx board
Patch by Martin Krause, 07 Nov 2005
Tested on a STK85XX baseboard. Make sure the PS/2 controller
has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/TQM85xx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h index 18197f2..da6946b 100644 --- a/include/configs/TQM85xx.h +++ b/include/configs/TQM85xx.h @@ -177,6 +177,13 @@ #define CFG_BAUDRATE_TABLE \ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200} +/* PS/2 Keyboard */ +#define CONFIG_PS2KBD /* AT-PS/2 Keyboard */ +#define CONFIG_PS2MULT /* .. on PS/2 Multiplexer */ +#define CONFIG_PS2SERIAL 2 /* .. on DUART2 */ +#define CONFIG_PS2MULT_DELAY (CFG_HZ/2) /* Initial delay */ +#define CONFIG_BOARD_EARLY_INIT_R 1 + /* Use the HUSH parser */ #define CFG_HUSH_PARSER #ifdef CFG_HUSH_PARSER |