Kconfig 977 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # I-Force driver configuration
  4. #
  5. config JOYSTICK_IFORCE
  6. tristate "I-Force devices"
  7. depends on INPUT && INPUT_JOYSTICK
  8. help
  9. Say Y here if you have an I-Force joystick or steering wheel
  10. You also must choose at least one of the two options below.
  11. To compile this driver as a module, choose M here: the
  12. module will be called iforce.
  13. config JOYSTICK_IFORCE_USB
  14. tristate "I-Force USB joysticks and wheels"
  15. depends on JOYSTICK_IFORCE && USB
  16. help
  17. Say Y here if you have an I-Force joystick or steering wheel
  18. connected to your USB port.
  19. config JOYSTICK_IFORCE_232
  20. tristate "I-Force Serial joysticks and wheels"
  21. depends on JOYSTICK_IFORCE && SERIO
  22. help
  23. Say Y here if you have an I-Force joystick or steering wheel
  24. connected to your serial (COM) port.
  25. You will need an additional utility called inputattach, see
  26. <file:Documentation/input/joydev/joystick.rst>
  27. and <file:Documentation/input/ff.rst>.