blob: 62dcc5b71641cbf2db89a8a6392c2fd6f5a582ac [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# I-Force driver configuration
4#
5config JOYSTICK_IFORCE
6 tristate "I-Force devices"
7 depends on INPUT && INPUT_JOYSTICK
8 help
9 Say Y here if you have an I-Force joystick or steering wheel
10
11 You also must choose at least one of the two options below.
12
13 To compile this driver as a module, choose M here: the
14 module will be called iforce.
15
16config JOYSTICK_IFORCE_USB
17 bool "I-Force USB joysticks and wheels"
18 depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || USB=y) && USB
19 help
20 Say Y here if you have an I-Force joystick or steering wheel
21 connected to your USB port.
22
23config JOYSTICK_IFORCE_232
24 bool "I-Force Serial joysticks and wheels"
25 depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || SERIO=y) && SERIO
26 help
27 Say Y here if you have an I-Force joystick or steering wheel
28 connected to your serial (COM) port.
29
30 You will need an additional utility called inputattach, see
Mauro Carvalho Chehabec158722018-05-08 18:54:36 -030031 <file:Documentation/input/joydev/joystick.rst>
32 and <file:Documentation/input/ff.rst>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070033