Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # I-Force driver configuration |
| 3 | # |
| 4 | config JOYSTICK_IFORCE |
| 5 | tristate "I-Force devices" |
| 6 | depends on INPUT && INPUT_JOYSTICK |
| 7 | help |
| 8 | Say Y here if you have an I-Force joystick or steering wheel |
| 9 | |
| 10 | You also must choose at least one of the two options below. |
| 11 | |
| 12 | To compile this driver as a module, choose M here: the |
| 13 | module will be called iforce. |
| 14 | |
| 15 | config JOYSTICK_IFORCE_USB |
| 16 | bool "I-Force USB joysticks and wheels" |
| 17 | depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || USB=y) && USB |
| 18 | help |
| 19 | Say Y here if you have an I-Force joystick or steering wheel |
| 20 | connected to your USB port. |
| 21 | |
| 22 | config JOYSTICK_IFORCE_232 |
| 23 | bool "I-Force Serial joysticks and wheels" |
| 24 | depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || SERIO=y) && SERIO |
| 25 | help |
| 26 | Say Y here if you have an I-Force joystick or steering wheel |
| 27 | connected to your serial (COM) port. |
| 28 | |
| 29 | You will need an additional utility called inputattach, see |
Mauro Carvalho Chehab | ec15872 | 2018-05-08 18:54:36 -0300 | [diff] [blame^] | 30 | <file:Documentation/input/joydev/joystick.rst> |
| 31 | and <file:Documentation/input/ff.rst>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | |