Update of /cvsroot/linuxconsole/ruby/linux/drivers/input
In directory usw-pr-cvs1:/tmp/cvs-serv753
Modified Files:
Config.in
Log Message:
Removed CONFIG_INPUT_IFORCE_FF. It is not used, and the force feedback code
can hardly be disabled in iforce*.c files anyway.
Index: Config.in
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/Config.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Config.in 2001/11/13 23:30:29 1.57
+++ Config.in 2001/11/17 10:43:52 1.58
@@ -43,9 +43,6 @@
tristate ' SpaceTec SpaceBall 2003/3003/4000 FLX 6dof controllers' CONFIG_INPUT_SPACEBALL
tristate ' Gravis Stinger gamepad' CONFIG_INPUT_STINGER
tristate ' I-Force joysticks/wheels' CONFIG_INPUT_IFORCE_232
- if [ "$CONFIG_INPUT_IFORCE_232" != "n" ]; then
- bool ' I-Force force feedback (EXPERIMENTAL)' CONFIG_INPUT_IFORCE_FF
- fi
tristate ' Gunze AHL-51S touchscreen' CONFIG_INPUT_GUNZE
tristate ' Newton keyboard' CONFIG_INPUT_NEWTON
if [ "$CONFIG_SA1100_BITSY" = "y" ]; then
@@ -96,9 +93,6 @@
fi
tristate ' Wacom Intuos/Graphire tablet' CONFIG_INPUT_WACOMUSB
tristate ' I-Force joysticks/wheels' CONFIG_INPUT_IFORCE_USB
- if [ "$CONFIG_INPUT_IFORCE_USB" != "n" ]; then
- bool ' I-Force force feedback (EXPERIMENTAL)' CONFIG_INPUT_IFORCE_FF
- fi
fi
if [ "$CONFIG_ADB" = "y" ]; then
|