Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # I-Force driver configuration
0004 #
0005 config JOYSTICK_IFORCE
0006         tristate "I-Force devices"
0007         depends on INPUT && INPUT_JOYSTICK
0008         help
0009           Say Y here if you have an I-Force joystick or steering wheel
0010 
0011           You also must choose at least one of the two options below.
0012 
0013           To compile this driver as a module, choose M here: the
0014           module will be called iforce.
0015 
0016 config JOYSTICK_IFORCE_USB
0017         tristate "I-Force USB joysticks and wheels"
0018         depends on JOYSTICK_IFORCE && USB
0019         help
0020           Say Y here if you have an I-Force joystick or steering wheel
0021           connected to your USB port.
0022 
0023 config JOYSTICK_IFORCE_232
0024         tristate "I-Force Serial joysticks and wheels"
0025         depends on JOYSTICK_IFORCE && SERIO
0026         help
0027           Say Y here if you have an I-Force joystick or steering wheel
0028           connected to your serial (COM) port.
0029 
0030           You will need an additional utility called inputattach, see
0031           <file:Documentation/input/joydev/joystick.rst>
0032           and <file:Documentation/input/ff.rst>.
0033