# # 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 bool "I-Force USB joysticks and wheels" depends on [31mCONFIG_JOYSTICK_IFORCE[0m && ([31mCONFIG_JOYSTICK_IFORCE[0m=m || [31mCONFIG_USB[0m=y) && [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 bool "I-Force Serial joysticks and wheels" depends on [31mCONFIG_JOYSTICK_IFORCE[0m && ([31mCONFIG_JOYSTICK_IFORCE[0m=m || [31mCONFIG_SERIO[0m=y) && [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/joystick.txt> and <file:Documentation/input/ff.txt>. |