xref: /linux/drivers/input/joystick/iforce/Kconfig (revision d3f9990f1b48514b33342612b51fad238592d774)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# I-Force driver configuration
41da177e4SLinus Torvalds#
51da177e4SLinus Torvaldsconfig JOYSTICK_IFORCE
61da177e4SLinus Torvalds	tristate "I-Force devices"
71da177e4SLinus Torvalds	depends on INPUT && INPUT_JOYSTICK
81da177e4SLinus Torvalds	help
91da177e4SLinus Torvalds	  Say Y here if you have an I-Force joystick or steering wheel
101da177e4SLinus Torvalds
111da177e4SLinus Torvalds	  You also must choose at least one of the two options below.
121da177e4SLinus Torvalds
131da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
141da177e4SLinus Torvalds	  module will be called iforce.
151da177e4SLinus Torvalds
161da177e4SLinus Torvaldsconfig JOYSTICK_IFORCE_USB
17*4f99de6dSDmitry Torokhov	tristate "I-Force USB joysticks and wheels"
18*4f99de6dSDmitry Torokhov	depends on JOYSTICK_IFORCE && USB
191da177e4SLinus Torvalds	help
201da177e4SLinus Torvalds	  Say Y here if you have an I-Force joystick or steering wheel
211da177e4SLinus Torvalds	  connected to your USB port.
221da177e4SLinus Torvalds
231da177e4SLinus Torvaldsconfig JOYSTICK_IFORCE_232
24*4f99de6dSDmitry Torokhov	tristate "I-Force Serial joysticks and wheels"
25*4f99de6dSDmitry Torokhov	depends on JOYSTICK_IFORCE && SERIO
261da177e4SLinus Torvalds	help
271da177e4SLinus Torvalds	  Say Y here if you have an I-Force joystick or steering wheel
281da177e4SLinus Torvalds	  connected to your serial (COM) port.
291da177e4SLinus Torvalds
301da177e4SLinus Torvalds	  You will need an additional utility called inputattach, see
31ec15872dSMauro Carvalho Chehab	  <file:Documentation/input/joydev/joystick.rst>
32ec15872dSMauro Carvalho Chehab	  and <file:Documentation/input/ff.rst>.
331da177e4SLinus Torvalds
34