Kconfig 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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 HID_DRAGONRISE
  98. tristate "DragonRise Inc. support" if EMBEDDED
  99. depends on USB_HID
  100. default !EMBEDDED
  101. ---help---
  102. Say Y here if you have DragonRise Inc.game controllers.
  103. config DRAGONRISE_FF
  104. bool "DragonRise Inc. force feedback support"
  105. depends on HID_DRAGONRISE
  106. select INPUT_FF_MEMLESS
  107. ---help---
  108. Say Y here if you want to enable force feedback support for DragonRise Inc.
  109. game controllers.
  110. config HID_EZKEY
  111. tristate "Ezkey" if EMBEDDED
  112. depends on USB_HID
  113. default !EMBEDDED
  114. ---help---
  115. Support for Ezkey BTC 8193 keyboard.
  116. config HID_KYE
  117. tristate "Kye" if EMBEDDED
  118. depends on USB_HID
  119. default !EMBEDDED
  120. ---help---
  121. Support for Kye/Genius Ergo Mouse.
  122. config HID_GYRATION
  123. tristate "Gyration" if EMBEDDED
  124. depends on USB_HID
  125. default !EMBEDDED
  126. ---help---
  127. Support for Gyration remote control.
  128. config HID_KENSINGTON
  129. tristate "Kensington" if EMBEDDED
  130. depends on USB_HID
  131. default !EMBEDDED
  132. ---help---
  133. Support for Kensington Slimblade Trackball.
  134. config HID_LOGITECH
  135. tristate "Logitech" if EMBEDDED
  136. depends on USB_HID
  137. default !EMBEDDED
  138. ---help---
  139. Support for Logitech devices that are not fully compliant with HID standard.
  140. config LOGITECH_FF
  141. bool "Logitech force feedback support"
  142. depends on HID_LOGITECH
  143. select INPUT_FF_MEMLESS
  144. help
  145. Say Y here if you have one of these devices:
  146. - Logitech WingMan Cordless RumblePad
  147. - Logitech WingMan Cordless RumblePad 2
  148. - Logitech WingMan Force 3D
  149. - Logitech Formula Force EX
  150. - Logitech MOMO Force wheel
  151. and if you want to enable force feedback for them.
  152. Note: if you say N here, this device will still be supported, but without
  153. force feedback.
  154. config LOGIRUMBLEPAD2_FF
  155. bool "Logitech Rumblepad 2 force feedback support"
  156. depends on HID_LOGITECH
  157. select INPUT_FF_MEMLESS
  158. help
  159. Say Y here if you want to enable force feedback support for Logitech
  160. Rumblepad 2 devices.
  161. config HID_MICROSOFT
  162. tristate "Microsoft" if EMBEDDED
  163. depends on USB_HID
  164. default !EMBEDDED
  165. ---help---
  166. Support for Microsoft devices that are not fully compliant with HID standard.
  167. config HID_MONTEREY
  168. tristate "Monterey" if EMBEDDED
  169. depends on USB_HID
  170. default !EMBEDDED
  171. ---help---
  172. Support for Monterey Genius KB29E.
  173. config HID_NTRIG
  174. tristate "NTrig" if EMBEDDED
  175. depends on USB_HID
  176. default !EMBEDDED
  177. ---help---
  178. Support for N-Trig touch screen.
  179. config HID_PANTHERLORD
  180. tristate "Pantherlord devices support" if EMBEDDED
  181. depends on USB_HID
  182. default !EMBEDDED
  183. ---help---
  184. Support for PantherLord/GreenAsia based device support.
  185. config HID_PANTHERLORD
  186. tristate "Pantherlord support" if EMBEDDED
  187. depends on USB_HID
  188. default !EMBEDDED
  189. ---help---
  190. Say Y here if you have a PantherLord/GreenAsia based game controller
  191. or adapter.
  192. config PANTHERLORD_FF
  193. bool "Pantherlord force feedback support"
  194. depends on HID_PANTHERLORD
  195. select INPUT_FF_MEMLESS
  196. ---help---
  197. Say Y here if you have a PantherLord/GreenAsia based game controller
  198. or adapter and want to enable force feedback support for it.
  199. config HID_PETALYNX
  200. tristate "Petalynx" if EMBEDDED
  201. depends on USB_HID
  202. default !EMBEDDED
  203. ---help---
  204. Support for Petalynx Maxter remote control.
  205. config HID_SAMSUNG
  206. tristate "Samsung" if EMBEDDED
  207. depends on USB_HID
  208. default !EMBEDDED
  209. ---help---
  210. Support for Samsung InfraRed remote control.
  211. config HID_SONY
  212. tristate "Sony" if EMBEDDED
  213. depends on USB_HID
  214. default !EMBEDDED
  215. ---help---
  216. Support for Sony PS3 controller.
  217. config HID_SUNPLUS
  218. tristate "Sunplus" if EMBEDDED
  219. depends on USB_HID
  220. default !EMBEDDED
  221. ---help---
  222. Support for Sunplus wireless desktop.
  223. config HID_GREENASIA
  224. tristate "GreenAsia (Product ID 0x12) support" if EMBEDDED
  225. depends on USB_HID
  226. default !EMBEDDED
  227. ---help---
  228. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  229. controller or adapter.
  230. config GREENASIA_FF
  231. bool "GreenAsia (Product ID 0x12) force feedback support"
  232. depends on HID_GREENASIA
  233. select INPUT_FF_MEMLESS
  234. ---help---
  235. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  236. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  237. and want to enable force feedback support for it.
  238. config HID_SMARTJOYPLUS
  239. tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
  240. depends on USB_HID
  241. default !EMBEDDED
  242. ---help---
  243. Support for SmartJoy PLUS PS2/USB adapter.
  244. config SMARTJOYPLUS_FF
  245. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  246. depends on HID_SMARTJOYPLUS
  247. select INPUT_FF_MEMLESS
  248. ---help---
  249. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  250. enable force feedback support for it.
  251. config HID_TOPSEED
  252. tristate "TopSeed Cyberlink remote control support" if EMBEDDED
  253. depends on USB_HID
  254. default !EMBEDDED
  255. ---help---
  256. Say Y if you have a TopSeed Cyberlink remote control.
  257. config HID_THRUSTMASTER
  258. tristate "ThrustMaster devices support" if EMBEDDED
  259. depends on USB_HID
  260. default !EMBEDDED
  261. ---help---
  262. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  263. a THRUSTMASTER Ferrari GT Rumble Wheel.
  264. config THRUSTMASTER_FF
  265. bool "ThrustMaster devices force feedback support"
  266. depends on HID_THRUSTMASTER
  267. select INPUT_FF_MEMLESS
  268. ---help---
  269. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  270. a THRUSTMASTER Ferrari GT Rumble Force or Force Feedback Wheel and
  271. want to enable force feedback support for it.
  272. config HID_WACOM
  273. tristate "Wacom Bluetooth devices support" if EMBEDDED
  274. depends on BT_HIDP
  275. default !EMBEDDED
  276. ---help---
  277. Support for Wacom Graphire Bluetooth tablet.
  278. config HID_ZEROPLUS
  279. tristate "Zeroplus based game controller support" if EMBEDDED
  280. depends on USB_HID
  281. default !EMBEDDED
  282. ---help---
  283. Say Y here if you have a Zeroplus based game controller.
  284. config ZEROPLUS_FF
  285. bool "Zeroplus based game controller force feedback support"
  286. depends on HID_ZEROPLUS
  287. select INPUT_FF_MEMLESS
  288. ---help---
  289. Say Y here if you have a Zeroplus based game controller and want
  290. to have force feedback support for it.
  291. endmenu
  292. endif # HID_SUPPORT