Kconfig 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #
  2. # USB Input driver configuration
  3. #
  4. comment "USB Input Devices"
  5. depends on USB
  6. config USB_POWERMATE
  7. tristate "Griffin PowerMate and Contour Jog support"
  8. depends on USB && INPUT
  9. ---help---
  10. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  11. These are aluminum dials which can measure clockwise and anticlockwise
  12. rotation. The dial also acts as a pushbutton. The base contains an LED
  13. which can be instructed to pulse or to switch to a particular intensity.
  14. You can download userspace tools from
  15. <http://sowerbutts.com/powermate/>.
  16. To compile this driver as a module, choose M here: the
  17. module will be called powermate.
  18. config USB_YEALINK
  19. tristate "Yealink usb-p1k voip phone"
  20. depends on USB && INPUT && EXPERIMENTAL
  21. ---help---
  22. Say Y here if you want to enable keyboard and LCD functions of the
  23. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  24. usb sound driver, so you might want to enable that as well.
  25. For information about how to use these additional functions, see
  26. <file:Documentation/input/yealink.txt>.
  27. To compile this driver as a module, choose M here: the module will be
  28. called yealink.
  29. config USB_ATI_REMOTE
  30. tristate "ATI / X10 USB RF remote control"
  31. depends on USB && INPUT
  32. ---help---
  33. Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
  34. These are RF remotes with USB receivers.
  35. The ATI remote comes with many of ATI's All-In-Wonder video cards.
  36. The X10 "Lola" remote is available at:
  37. <http://www.x10.com/products/lola_sg1.htm>
  38. This driver provides mouse pointer, left and right mouse buttons,
  39. and maps all the other remote buttons to keypress events.
  40. To compile this driver as a module, choose M here: the module will be
  41. called ati_remote.
  42. config USB_ATI_REMOTE2
  43. tristate "ATI / Philips USB RF remote control"
  44. depends on USB && INPUT
  45. ---help---
  46. Say Y here if you want to use an ATI or Philips USB RF remote control.
  47. These are RF remotes with USB receivers.
  48. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  49. and is also available as a separate product.
  50. This driver provides mouse pointer, left and right mouse buttons,
  51. and maps all the other remote buttons to keypress events.
  52. To compile this driver as a module, choose M here: the module will be
  53. called ati_remote2.
  54. config USB_KEYSPAN_REMOTE
  55. tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
  56. depends on USB && INPUT && EXPERIMENTAL
  57. ---help---
  58. Say Y here if you want to use a Keyspan DMR USB remote control.
  59. Currently only the UIA-11 type of receiver has been tested. The tag
  60. on the receiver that connects to the USB port should have a P/N that
  61. will tell you what type of DMR you have. The UIA-10 type is not
  62. supported at this time. This driver maps all buttons to keypress
  63. events.
  64. To compile this driver as a module, choose M here: the module will
  65. be called keyspan_remote.