Kconfig 988 B

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