# SPDX-License-Identifier: GPL-2.0-only # # I-Force driver configuration # config [31mCONFIG_JOYSTICK_IFORCE[0m tristate "I-Force devices" depends on [31mCONFIG_INPUT[0m && [31mCONFIG_INPUT_JOYSTICK[0m help Say Y here if you have an I-Force joystick or steering wheel You also must choose at least one of the two options below. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called iforce. config [31mCONFIG_JOYSTICK_IFORCE_USB[0m tristate "I-Force USB joysticks and wheels" depends on [31mCONFIG_JOYSTICK_IFORCE[0m && [31mCONFIG_USB[0m help Say Y here if you have an I-Force joystick or steering wheel connected to your [31mCONFIG_USB[0m port. config [31mCONFIG_JOYSTICK_IFORCE_232[0m tristate "I-Force Serial joysticks and wheels" depends on [31mCONFIG_JOYSTICK_IFORCE[0m && [31mCONFIG_SERIO[0m help Say Y here if you have an I-Force joystick or steering wheel connected to your serial (COM) port. You will need an additional utility called inputattach, see <file:Documentation/input/joydev/joystick.rst> and <file:Documentation/input/ff.rst>. |