PageRenderTime 82ms CodeModel.GetById 41ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/input/joystick/iforce/Kconfig

https://bitbucket.org/abioy/linux
#! | 32 lines | 26 code | 6 blank | 0 comment | 0 complexity | a7dd1706f7aa2a0a71bd6f7ae782ff07 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
  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>.