Kconfig 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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 HIDRAW
  29. bool "/dev/hidraw raw HID device support"
  30. depends on HID
  31. ---help---
  32. Say Y here if you want to support HID devices (from the USB
  33. specification standpoint) that aren't strictly user interface
  34. devices, like monitor controls and Uninterruptable Power Supplies.
  35. This module supports these devices separately using a separate
  36. event interface on /dev/hidraw.
  37. There is also a /dev/hiddev configuration option in the USB HID
  38. configuration menu. In comparison to hiddev, this device does not process
  39. the hid events at all (no parsing, no lookups). This lets applications
  40. to work on raw hid events when they want to, and avoid using transport-specific
  41. userspace libhid/libusb libraries.
  42. If unsure, say Y.
  43. source "drivers/hid/usbhid/Kconfig"
  44. menu "Special HID drivers"
  45. depends on HID
  46. config HID_3M_PCT
  47. tristate "3M PCT"
  48. depends on USB_HID
  49. ---help---
  50. Support for 3M PCT touch screens.
  51. config HID_A4TECH
  52. tristate "A4 tech" if EMBEDDED
  53. depends on USB_HID
  54. default !EMBEDDED
  55. ---help---
  56. Support for A4 tech X5 and WOP-35 / Trust 450L mice.
  57. config HID_APPLE
  58. tristate "Apple" if EMBEDDED
  59. depends on (USB_HID || BT_HIDP)
  60. default !EMBEDDED
  61. ---help---
  62. Support for some Apple devices which less or more break
  63. HID specification.
  64. Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
  65. MacBooks, MacBook Pros and Apple Aluminum.
  66. config HID_BELKIN
  67. tristate "Belkin" if EMBEDDED
  68. depends on USB_HID
  69. default !EMBEDDED
  70. ---help---
  71. Support for Belkin Flip KVM and Wireless keyboard.
  72. config HID_CHERRY
  73. tristate "Cherry" if EMBEDDED
  74. depends on USB_HID
  75. default !EMBEDDED
  76. ---help---
  77. Support for Cherry Cymotion keyboard.
  78. config HID_CHICONY
  79. tristate "Chicony" if EMBEDDED
  80. depends on USB_HID
  81. default !EMBEDDED
  82. ---help---
  83. Support for Chicony Tactical pad.
  84. config HID_CYPRESS
  85. tristate "Cypress" if EMBEDDED
  86. depends on USB_HID
  87. default !EMBEDDED
  88. ---help---
  89. Support for cypress mouse and barcode readers.
  90. config HID_DRAGONRISE
  91. tristate "DragonRise Inc. support" if EMBEDDED
  92. depends on USB_HID
  93. default !EMBEDDED
  94. ---help---
  95. Say Y here if you have DragonRise Inc.game controllers.
  96. config DRAGONRISE_FF
  97. bool "DragonRise Inc. force feedback support"
  98. depends on HID_DRAGONRISE
  99. select INPUT_FF_MEMLESS
  100. ---help---
  101. Say Y here if you want to enable force feedback support for DragonRise Inc.
  102. game controllers.
  103. config HID_EZKEY
  104. tristate "Ezkey" if EMBEDDED
  105. depends on USB_HID
  106. default !EMBEDDED
  107. ---help---
  108. Support for Ezkey BTC 8193 keyboard.
  109. config HID_KYE
  110. tristate "Kye" if EMBEDDED
  111. depends on USB_HID
  112. default !EMBEDDED
  113. ---help---
  114. Support for Kye/Genius Ergo Mouse.
  115. config HID_GYRATION
  116. tristate "Gyration" if EMBEDDED
  117. depends on USB_HID
  118. default !EMBEDDED
  119. ---help---
  120. Support for Gyration remote control.
  121. config HID_TWINHAN
  122. tristate "Twinhan" if EMBEDDED
  123. depends on USB_HID
  124. default !EMBEDDED
  125. ---help---
  126. Support for Twinhan IR remote control.
  127. config HID_KENSINGTON
  128. tristate "Kensington" if EMBEDDED
  129. depends on USB_HID
  130. default !EMBEDDED
  131. ---help---
  132. Support for Kensington Slimblade Trackball.
  133. config HID_LOGITECH
  134. tristate "Logitech" if EMBEDDED
  135. depends on USB_HID
  136. default !EMBEDDED
  137. ---help---
  138. Support for Logitech devices that are not fully compliant with HID standard.
  139. config LOGITECH_FF
  140. bool "Logitech force feedback support"
  141. depends on HID_LOGITECH
  142. select INPUT_FF_MEMLESS
  143. help
  144. Say Y here if you have one of these devices:
  145. - Logitech WingMan Cordless RumblePad
  146. - Logitech WingMan Cordless RumblePad 2
  147. - Logitech WingMan Force 3D
  148. - Logitech Formula Force EX
  149. - Logitech WingMan Formula Force GP
  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 LOGIG940_FF
  162. bool "Logitech Flight System G940 force feedback support"
  163. depends on HID_LOGITECH
  164. select INPUT_FF_MEMLESS
  165. help
  166. Say Y here if you want to enable force feedback support for Logitech
  167. Flight System G940 devices.
  168. config HID_MAGICMOUSE
  169. tristate "Apple MagicMouse multi-touch support"
  170. depends on BT_HIDP
  171. ---help---
  172. Support for the Apple Magic Mouse multi-touch.
  173. Say Y here if you want support for the multi-touch features of the
  174. Apple Wireless "Magic" Mouse.
  175. config HID_MICROSOFT
  176. tristate "Microsoft" if EMBEDDED
  177. depends on USB_HID
  178. default !EMBEDDED
  179. ---help---
  180. Support for Microsoft devices that are not fully compliant with HID standard.
  181. config HID_MOSART
  182. tristate "MosArt"
  183. depends on USB_HID
  184. ---help---
  185. Support for MosArt dual-touch panels.
  186. config HID_MONTEREY
  187. tristate "Monterey" if EMBEDDED
  188. depends on USB_HID
  189. default !EMBEDDED
  190. ---help---
  191. Support for Monterey Genius KB29E.
  192. config HID_NTRIG
  193. tristate "NTrig"
  194. depends on USB_HID
  195. ---help---
  196. Support for N-Trig touch screen.
  197. config HID_ORTEK
  198. tristate "Ortek" if EMBEDDED
  199. depends on USB_HID
  200. default !EMBEDDED
  201. ---help---
  202. Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
  203. config HID_PANTHERLORD
  204. tristate "Pantherlord support" if EMBEDDED
  205. depends on USB_HID
  206. default !EMBEDDED
  207. ---help---
  208. Say Y here if you have a PantherLord/GreenAsia based game controller
  209. or adapter.
  210. config PANTHERLORD_FF
  211. bool "Pantherlord force feedback support"
  212. depends on HID_PANTHERLORD
  213. select INPUT_FF_MEMLESS
  214. ---help---
  215. Say Y here if you have a PantherLord/GreenAsia based game controller
  216. or adapter and want to enable force feedback support for it.
  217. config HID_PETALYNX
  218. tristate "Petalynx" if EMBEDDED
  219. depends on USB_HID
  220. default !EMBEDDED
  221. ---help---
  222. Support for Petalynx Maxter remote control.
  223. config HID_QUANTA
  224. tristate "Quanta Optical Touch"
  225. depends on USB_HID
  226. ---help---
  227. Support for Quanta Optical Touch dual-touch panels.
  228. config HID_SAMSUNG
  229. tristate "Samsung" if EMBEDDED
  230. depends on USB_HID
  231. default !EMBEDDED
  232. ---help---
  233. Support for Samsung InfraRed remote control.
  234. config HID_SONY
  235. tristate "Sony" if EMBEDDED
  236. depends on USB_HID
  237. default !EMBEDDED
  238. ---help---
  239. Support for Sony PS3 controller.
  240. config HID_STANTUM
  241. tristate "Stantum"
  242. depends on USB_HID
  243. ---help---
  244. Support for Stantum multitouch panel.
  245. config HID_SUNPLUS
  246. tristate "Sunplus" if EMBEDDED
  247. depends on USB_HID
  248. default !EMBEDDED
  249. ---help---
  250. Support for Sunplus wireless desktop.
  251. config HID_GREENASIA
  252. tristate "GreenAsia (Product ID 0x12) support" if EMBEDDED
  253. depends on USB_HID
  254. default !EMBEDDED
  255. ---help---
  256. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  257. controller or adapter.
  258. config GREENASIA_FF
  259. bool "GreenAsia (Product ID 0x12) force feedback support"
  260. depends on HID_GREENASIA
  261. select INPUT_FF_MEMLESS
  262. ---help---
  263. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  264. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  265. and want to enable force feedback support for it.
  266. config HID_SMARTJOYPLUS
  267. tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
  268. depends on USB_HID
  269. default !EMBEDDED
  270. ---help---
  271. Support for SmartJoy PLUS PS2/USB adapter.
  272. config SMARTJOYPLUS_FF
  273. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  274. depends on HID_SMARTJOYPLUS
  275. select INPUT_FF_MEMLESS
  276. ---help---
  277. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  278. enable force feedback support for it.
  279. config HID_TOPSEED
  280. tristate "TopSeed Cyberlink remote control support" if EMBEDDED
  281. depends on USB_HID
  282. default !EMBEDDED
  283. ---help---
  284. Say Y if you have a TopSeed Cyberlink remote control.
  285. config HID_THRUSTMASTER
  286. tristate "ThrustMaster devices support" if EMBEDDED
  287. depends on USB_HID
  288. default !EMBEDDED
  289. ---help---
  290. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  291. a THRUSTMASTER Ferrari GT Rumble Wheel.
  292. config THRUSTMASTER_FF
  293. bool "ThrustMaster devices force feedback support"
  294. depends on HID_THRUSTMASTER
  295. select INPUT_FF_MEMLESS
  296. ---help---
  297. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  298. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  299. Rumble Force or Force Feedback Wheel.
  300. config HID_WACOM
  301. tristate "Wacom Bluetooth devices support"
  302. depends on BT_HIDP
  303. ---help---
  304. Support for Wacom Graphire Bluetooth tablet.
  305. config HID_ZEROPLUS
  306. tristate "Zeroplus based game controller support" if EMBEDDED
  307. depends on USB_HID
  308. default !EMBEDDED
  309. ---help---
  310. Say Y here if you have a Zeroplus based game controller.
  311. config ZEROPLUS_FF
  312. bool "Zeroplus based game controller force feedback support"
  313. depends on HID_ZEROPLUS
  314. select INPUT_FF_MEMLESS
  315. ---help---
  316. Say Y here if you have a Zeroplus based game controller and want
  317. to have force feedback support for it.
  318. endmenu
  319. endif # HID_SUPPORT