Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick/iforce
In directory usw-pr-cvs1:/tmp/cvs-serv27583/linux/drivers/input/joystick/iforce
Modified Files:
Config.in
Log Message:
Sync input drivers to the BK tree.
Index: Config.in
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick/iforce/Config.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Config.in 10 Jul 2002 18:08:04 -0000 1.4
+++ Config.in 10 Jul 2002 22:33:57 -0000 1.5
@@ -5,10 +5,10 @@
dep_tristate ' I-Force devices' CONFIG_JOYSTICK_IFORCE $CONFIG_INPUT $CONFIG_INPUT_JOYSTICK
if [ "$CONFIG_JOYSTICK_IFORCE" = "m" -o "$CONFIG_JOYSTICK_IFORCE" = "y" ]; then
- if [ "$CONFIG_USB" != "n" ]; then
- bool ' I-Force USB joysticks and wheels' CONFIG_JOYSTICK_IFORCE_USB
+ if [ "$CONFIG_JOYSTICK_IFORCE" = "m" -o "$CONFIG_USB" = "y" ]; then
+ dep_mbool ' I-Force USB joysticks and wheels' CONFIG_JOYSTICK_IFORCE_USB $CONFIG_USB
fi
- if [ "$CONFIG_SERIO" != "n" ]; then
- bool ' I-Force Serial joysticks and wheels' CONFIG_JOYSTICK_IFORCE_232
+ if [ "$CONFIG_JOYSTICK_IFORCE" = "m" -o "$CONFIG_SERIO" = "y" ]; then
+ dep_mbool ' I-Force Serial joysticks and wheels' CONFIG_JOYSTICK_IFORCE_232 $CONFIG_SERIO
fi
fi
|