From: James S. <jsi...@us...> - 2002-01-23 06:43:57
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen In directory usw-pr-cvs1:/tmp/cvs-serv20483 Modified Files: Config.in Log Message: Finished adding iPAQ driver. Index: Config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/touchscreen/Config.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Config.in 2002/01/23 05:37:26 1.2 +++ Config.in 2002/01/23 06:43:54 1.3 @@ -4,4 +4,6 @@ bool 'Touchscreens' CONFIG_INPUT_TS +if [ "$CONFIG_SA1100_BITSY" = "y" ]; then +dep_tristate ' Compaq iPAQ H3600 (Bitsy) touchscreen input driver' CONFIG_TS_BITSY $CONFIG_INPUT $CONFIG_INPUT_TS $CONFIG_SERIO dep_tristate ' Gunze AHL-51S touchscreen' CONFIG_TS_GUNZE $CONFIG_INPUT $CONFIG_INPUT_TS $CONFIG_SERIO |