Kconfig 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. #
  2. # HID driver configuration
  3. #
  4. menuconfig HID_SUPPORT
  5. bool "HID Devices"
  6. depends on INPUT
  7. default y
  8. ---help---
  9. Say Y here to get to see options for various computer-human interface
  10. device drivers. This option alone does not add any kernel code.
  11. If you say N, all options in this submenu will be skipped and disabled.
  12. if HID_SUPPORT
  13. config HID
  14. tristate "Generic HID support"
  15. depends on INPUT
  16. default y
  17. ---help---
  18. A human interface device (HID) is a type of computer device that
  19. interacts directly with and takes input from humans. The term "HID"
  20. most commonly used to refer to the USB-HID specification, but other
  21. devices (such as, but not strictly limited to, Bluetooth) are
  22. designed using HID specification (this involves certain keyboards,
  23. mice, tablets, etc). This option compiles into kernel the generic
  24. HID layer code (parser, usages, etc.), which can then be used by
  25. transport-specific HID implementation (like USB or Bluetooth).
  26. For docs and specs, see http://www.usb.org/developers/hidpage/
  27. If unsure, say Y.
  28. config HID_DEBUG
  29. bool "HID debugging support"
  30. default y
  31. depends on HID
  32. ---help---
  33. This option lets the HID layer output diagnostics about its internal
  34. state, resolve HID usages, dump HID fields, etc. Individual HID drivers
  35. use this debugging facility to output information about individual HID
  36. devices, etc.
  37. This feature is useful for those who are either debugging the HID parser
  38. or any HID hardware device.
  39. If unsure, say Y.
  40. config HIDRAW
  41. bool "/dev/hidraw raw HID device support"
  42. depends on HID
  43. ---help---
  44. Say Y here if you want to support HID devices (from the USB
  45. specification standpoint) that aren't strictly user interface
  46. devices, like monitor controls and Uninterruptable Power Supplies.
  47. This module supports these devices separately using a separate
  48. event interface on /dev/hidraw.
  49. There is also a /dev/hiddev configuration option in the USB HID
  50. configuration menu. In comparison to hiddev, this device does not process
  51. the hid events at all (no parsing, no lookups). This lets applications
  52. to work on raw hid events when they want to, and avoid using transport-specific
  53. userspace libhid/libusb libraries.
  54. If unsure, say Y.
  55. source "drivers/hid/usbhid/Kconfig"
  56. menu "Special HID drivers"
  57. depends on HID
  58. config HID_A4TECH
  59. tristate "A4 tech" if EMBEDDED
  60. depends on USB_HID
  61. default !EMBEDDED
  62. ---help---
  63. Support for A4 tech X5 and WOP-35 / Trust 450L mice.
  64. config HID_APPLE
  65. tristate "Apple" if EMBEDDED
  66. depends on (USB_HID || BT_HIDP)
  67. default !EMBEDDED
  68. ---help---
  69. Support for some Apple devices which less or more break
  70. HID specification.
  71. Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
  72. MacBooks, MacBook Pros and Apple Aluminum.
  73. config HID_BELKIN
  74. tristate "Belkin" if EMBEDDED
  75. depends on USB_HID
  76. default !EMBEDDED
  77. ---help---
  78. Support for Belkin Flip KVM and Wireless keyboard.
  79. config HID_CHERRY
  80. tristate "Cherry" if EMBEDDED
  81. depends on USB_HID
  82. default !EMBEDDED
  83. ---help---
  84. Support for Cherry Cymotion keyboard.
  85. config HID_CHICONY
  86. tristate "Chicony" if EMBEDDED
  87. depends on USB_HID
  88. default !EMBEDDED
  89. ---help---
  90. Support for Chicony Tactical pad.
  91. config HID_CYPRESS
  92. tristate "Cypress" if EMBEDDED
  93. depends on USB_HID
  94. default !EMBEDDED
  95. ---help---
  96. Support for cypress mouse and barcode readers.
  97. config DRAGONRISE_FF
  98. tristate "DragonRise Inc. force feedback support"
  99. depends on USB_HID
  100. select INPUT_FF_MEMLESS
  101. ---help---
  102. Say Y here if you want to enable force feedback support for DragonRise Inc.
  103. game controllers.
  104. config HID_EZKEY
  105. tristate "Ezkey" if EMBEDDED
  106. depends on USB_HID
  107. default !EMBEDDED
  108. ---help---
  109. Support for Ezkey BTC 8193 keyboard.
  110. config HID_KYE
  111. tristate "Kye" if EMBEDDED
  112. depends on USB_HID
  113. default !EMBEDDED
  114. ---help---
  115. Support for Kye/Genius Ergo Mouse.
  116. config HID_GYRATION
  117. tristate "Gyration" if EMBEDDED
  118. depends on USB_HID
  119. default !EMBEDDED
  120. ---help---
  121. Support for Gyration remote control.
  122. config HID_KENSINGTON
  123. tristate "Kensington" if EMBEDDED
  124. depends on USB_HID
  125. default !EMBEDDED
  126. ---help---
  127. Support for Kensington Slimblade Trackball.
  128. config HID_LOGITECH
  129. tristate "Logitech" if EMBEDDED
  130. depends on USB_HID
  131. default !EMBEDDED
  132. ---help---
  133. Support for Logitech devices that are not fully compliant with HID standard.
  134. config LOGITECH_FF
  135. bool "Logitech force feedback"
  136. depends on HID_LOGITECH
  137. select INPUT_FF_MEMLESS
  138. help
  139. Say Y here if you have one of these devices:
  140. - Logitech WingMan Cordless RumblePad
  141. - Logitech WingMan Cordless RumblePad 2
  142. - Logitech WingMan Force 3D
  143. - Logitech Formula Force EX
  144. - Logitech MOMO Force wheel
  145. and if you want to enable force feedback for them.
  146. Note: if you say N here, this device will still be supported, but without
  147. force feedback.
  148. config LOGIRUMBLEPAD2_FF
  149. bool "Logitech Rumblepad 2 force feedback"
  150. depends on HID_LOGITECH
  151. select INPUT_FF_MEMLESS
  152. help
  153. Say Y here if you want to enable force feedback support for Logitech
  154. Rumblepad 2 devices.
  155. config HID_MICROSOFT
  156. tristate "Microsoft" if EMBEDDED
  157. depends on USB_HID
  158. default !EMBEDDED
  159. ---help---
  160. Support for Microsoft devices that are not fully compliant with HID standard.
  161. config HID_MONTEREY
  162. tristate "Monterey" if EMBEDDED
  163. depends on USB_HID
  164. default !EMBEDDED
  165. ---help---
  166. Support for Monterey Genius KB29E.
  167. config HID_NTRIG
  168. tristate "NTrig" if EMBEDDED
  169. depends on USB_HID
  170. default !EMBEDDED
  171. ---help---
  172. Support for N-Trig touch screen.
  173. config HID_PANTHERLORD
  174. tristate "Pantherlord devices support" if EMBEDDED
  175. depends on USB_HID
  176. default !EMBEDDED
  177. ---help---
  178. Support for PantherLord/GreenAsia based device support.
  179. config PANTHERLORD_FF
  180. bool "Pantherlord force feedback support"
  181. depends on HID_PANTHERLORD
  182. select INPUT_FF_MEMLESS
  183. help
  184. Say Y here if you have a PantherLord/GreenAsia based game controller
  185. or adapter and want to enable force feedback support for it.
  186. config HID_PETALYNX
  187. tristate "Petalynx" if EMBEDDED
  188. depends on USB_HID
  189. default !EMBEDDED
  190. ---help---
  191. Support for Petalynx Maxter remote control.
  192. config HID_SAMSUNG
  193. tristate "Samsung" if EMBEDDED
  194. depends on USB_HID
  195. default !EMBEDDED
  196. ---help---
  197. Support for Samsung InfraRed remote control.
  198. config HID_SONY
  199. tristate "Sony" if EMBEDDED
  200. depends on USB_HID
  201. default !EMBEDDED
  202. ---help---
  203. Support for Sony PS3 controller.
  204. config HID_SUNPLUS
  205. tristate "Sunplus" if EMBEDDED
  206. depends on USB_HID
  207. default !EMBEDDED
  208. ---help---
  209. Support for Sunplus wireless desktop.
  210. config GREENASIA_FF
  211. tristate "GreenAsia (Product ID 0x12) force feedback support"
  212. depends on USB_HID
  213. select INPUT_FF_MEMLESS
  214. ---help---
  215. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  216. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  217. and want to enable force feedback support for it.
  218. config HID_TOPSEED
  219. tristate "TopSeed Cyberlink remote control support" if EMBEDDED
  220. depends on USB_HID
  221. default !EMBEDDED
  222. ---help---
  223. Say Y if you have a TopSeed Cyberlink remote control.
  224. config THRUSTMASTER_FF
  225. tristate "ThrustMaster devices support"
  226. depends on USB_HID
  227. select INPUT_FF_MEMLESS
  228. help
  229. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  230. a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel.
  231. config ZEROPLUS_FF
  232. tristate "Zeroplus based game controller support"
  233. depends on USB_HID
  234. select INPUT_FF_MEMLESS
  235. help
  236. Say Y here if you have a Zeroplus based game controller.
  237. endmenu
  238. endif # HID_SUPPORT