Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# I-Force driver configuration
#
config CONFIG_JOYSTICK_IFORCE
	tristate "I-Force devices"
	depends on CONFIG_INPUT && CONFIG_INPUT_JOYSTICK
	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 CONFIG_M here: the
	  module will be called iforce.

config CONFIG_JOYSTICK_IFORCE_USB
	tristate "I-Force USB joysticks and wheels"
	depends on CONFIG_JOYSTICK_IFORCE && CONFIG_USB
	help
	  Say Y here if you have an I-Force joystick or steering wheel
	  connected to your CONFIG_USB port.

config CONFIG_JOYSTICK_IFORCE_232
	tristate "I-Force Serial joysticks and wheels"
	depends on CONFIG_JOYSTICK_IFORCE && CONFIG_SERIO
	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>.