summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorVojtech Pavlik <vojtech@twilight.ucw.cz>2002-07-11 03:57:49 +0200
committerVojtech Pavlik <vojtech@twilight.ucw.cz>2002-07-11 03:57:49 +0200
commit5d6fcf672841d50f7f72272bb5a0ed939fd20cdb (patch)
tree335598516d64559ac491b0e3df77c74e8cfbaf89 /drivers
parent9971f915ae8506dd8ab137156e852b4737d33dbf (diff)
Updated Config.in from Johann Deneux, which should fix
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/joystick/iforce/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/input/joystick/iforce/Config.in b/drivers/input/joystick/iforce/Config.in
index 01362b45e4a1..13cdf88f48b6 100644
--- a/drivers/input/joystick/iforce/Config.in
+++ b/drivers/input/joystick/iforce/Config.in
@@ -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