11da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds#
21da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds# I-Force driver configuration
31da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds#
41da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsconfig JOYSTICK_IFORCE
51da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	tristate "I-Force devices"
61da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	depends on INPUT && INPUT_JOYSTICK
71da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	help
81da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  Say Y here if you have an I-Force joystick or steering wheel
91da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
101da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  You also must choose at least one of the two options below.
111da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
121da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  To compile this driver as a module, choose M here: the
131da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  module will be called iforce.
141da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
151da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsconfig JOYSTICK_IFORCE_USB
161da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	bool "I-Force USB joysticks and wheels"
171da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || USB=y) && USB
181da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	help
191da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  Say Y here if you have an I-Force joystick or steering wheel
201da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  connected to your USB port.
211da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
221da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsconfig JOYSTICK_IFORCE_232
231da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	bool "I-Force Serial joysticks and wheels"
241da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	depends on JOYSTICK_IFORCE && (JOYSTICK_IFORCE=m || SERIO=y) && SERIO
251da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	help
261da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  Say Y here if you have an I-Force joystick or steering wheel
271da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  connected to your serial (COM) port.
281da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
291da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  You will need an additional utility called inputattach, see
301da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  <file:Documentation/input/joystick.txt>
311da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds	  and <file:Documentation/input/ff.txt>.
321da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
33