Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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_PRODIKEYS
  85. tristate "Prodikeys PC-MIDI Keyboard support" if EMBEDDED
  86. depends on USB_HID && SND
  87. select SND_RAWMIDI
  88. default !EMBEDDED
  89. ---help---
  90. Support for Prodikeys PC-MIDI Keyboard device support.
  91. Say Y here to enable support for this device.
  92. - Prodikeys PC-MIDI keyboard.
  93. The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
  94. input and one MIDI output. These MIDI jacks appear as
  95. a sound "card" in the ALSA sound system.
  96. Note: if you say N here, this device will still function as a basic
  97. multimedia keyboard, but will lack support for the musical keyboard
  98. and some additional multimedia keys.
  99. config HID_CYPRESS
  100. tristate "Cypress" if EMBEDDED
  101. depends on USB_HID
  102. default !EMBEDDED
  103. ---help---
  104. Support for cypress mouse and barcode readers.
  105. config HID_DRAGONRISE
  106. tristate "DragonRise Inc. support" if EMBEDDED
  107. depends on USB_HID
  108. default !EMBEDDED
  109. ---help---
  110. Say Y here if you have DragonRise Inc.game controllers.
  111. config DRAGONRISE_FF
  112. bool "DragonRise Inc. force feedback support"
  113. depends on HID_DRAGONRISE
  114. select INPUT_FF_MEMLESS
  115. ---help---
  116. Say Y here if you want to enable force feedback support for DragonRise Inc.
  117. game controllers.
  118. config HID_EZKEY
  119. tristate "Ezkey" if EMBEDDED
  120. depends on USB_HID
  121. default !EMBEDDED
  122. ---help---
  123. Support for Ezkey BTC 8193 keyboard.
  124. config HID_KYE
  125. tristate "Kye" if EMBEDDED
  126. depends on USB_HID
  127. default !EMBEDDED
  128. ---help---
  129. Support for Kye/Genius Ergo Mouse.
  130. config HID_GYRATION
  131. tristate "Gyration" if EMBEDDED
  132. depends on USB_HID
  133. default !EMBEDDED
  134. ---help---
  135. Support for Gyration remote control.
  136. config HID_TWINHAN
  137. tristate "Twinhan" if EMBEDDED
  138. depends on USB_HID
  139. default !EMBEDDED
  140. ---help---
  141. Support for Twinhan IR remote control.
  142. config HID_KENSINGTON
  143. tristate "Kensington" if EMBEDDED
  144. depends on USB_HID
  145. default !EMBEDDED
  146. ---help---
  147. Support for Kensington Slimblade Trackball.
  148. config HID_LOGITECH
  149. tristate "Logitech" if EMBEDDED
  150. depends on USB_HID
  151. default !EMBEDDED
  152. ---help---
  153. Support for Logitech devices that are not fully compliant with HID standard.
  154. config LOGITECH_FF
  155. bool "Logitech force feedback support"
  156. depends on HID_LOGITECH
  157. select INPUT_FF_MEMLESS
  158. help
  159. Say Y here if you have one of these devices:
  160. - Logitech WingMan Cordless RumblePad
  161. - Logitech WingMan Cordless RumblePad 2
  162. - Logitech WingMan Force 3D
  163. - Logitech Formula Force EX
  164. - Logitech WingMan Formula Force GP
  165. - Logitech MOMO Force wheel
  166. and if you want to enable force feedback for them.
  167. Note: if you say N here, this device will still be supported, but without
  168. force feedback.
  169. config LOGIRUMBLEPAD2_FF
  170. bool "Logitech Rumblepad 2 force feedback support"
  171. depends on HID_LOGITECH
  172. select INPUT_FF_MEMLESS
  173. help
  174. Say Y here if you want to enable force feedback support for Logitech
  175. Rumblepad 2 devices.
  176. config LOGIG940_FF
  177. bool "Logitech Flight System G940 force feedback support"
  178. depends on HID_LOGITECH
  179. select INPUT_FF_MEMLESS
  180. help
  181. Say Y here if you want to enable force feedback support for Logitech
  182. Flight System G940 devices.
  183. config HID_MAGICMOUSE
  184. tristate "Apple MagicMouse multi-touch support"
  185. depends on BT_HIDP
  186. ---help---
  187. Support for the Apple Magic Mouse multi-touch.
  188. Say Y here if you want support for the multi-touch features of the
  189. Apple Wireless "Magic" Mouse.
  190. config HID_MICROSOFT
  191. tristate "Microsoft" if EMBEDDED
  192. depends on USB_HID
  193. default !EMBEDDED
  194. ---help---
  195. Support for Microsoft devices that are not fully compliant with HID standard.
  196. config HID_MOSART
  197. tristate "MosArt"
  198. depends on USB_HID
  199. ---help---
  200. Support for MosArt dual-touch panels.
  201. config HID_MONTEREY
  202. tristate "Monterey" if EMBEDDED
  203. depends on USB_HID
  204. default !EMBEDDED
  205. ---help---
  206. Support for Monterey Genius KB29E.
  207. config HID_NTRIG
  208. tristate "NTrig"
  209. depends on USB_HID
  210. ---help---
  211. Support for N-Trig touch screen.
  212. config HID_ORTEK
  213. tristate "Ortek" if EMBEDDED
  214. depends on USB_HID
  215. default !EMBEDDED
  216. ---help---
  217. Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
  218. config HID_PANTHERLORD
  219. tristate "Pantherlord support" if EMBEDDED
  220. depends on USB_HID
  221. default !EMBEDDED
  222. ---help---
  223. Say Y here if you have a PantherLord/GreenAsia based game controller
  224. or adapter.
  225. config PANTHERLORD_FF
  226. bool "Pantherlord force feedback support"
  227. depends on HID_PANTHERLORD
  228. select INPUT_FF_MEMLESS
  229. ---help---
  230. Say Y here if you have a PantherLord/GreenAsia based game controller
  231. or adapter and want to enable force feedback support for it.
  232. config HID_PETALYNX
  233. tristate "Petalynx" if EMBEDDED
  234. depends on USB_HID
  235. default !EMBEDDED
  236. ---help---
  237. Support for Petalynx Maxter remote control.
  238. config HID_QUANTA
  239. tristate "Quanta Optical Touch"
  240. depends on USB_HID
  241. ---help---
  242. Support for Quanta Optical Touch dual-touch panels.
  243. config HID_SAMSUNG
  244. tristate "Samsung" if EMBEDDED
  245. depends on USB_HID
  246. default !EMBEDDED
  247. ---help---
  248. Support for Samsung InfraRed remote control.
  249. config HID_SONY
  250. tristate "Sony" if EMBEDDED
  251. depends on USB_HID
  252. default !EMBEDDED
  253. ---help---
  254. Support for Sony PS3 controller.
  255. config HID_STANTUM
  256. tristate "Stantum"
  257. depends on USB_HID
  258. ---help---
  259. Support for Stantum multitouch panel.
  260. config HID_SUNPLUS
  261. tristate "Sunplus" if EMBEDDED
  262. depends on USB_HID
  263. default !EMBEDDED
  264. ---help---
  265. Support for Sunplus wireless desktop.
  266. config HID_GREENASIA
  267. tristate "GreenAsia (Product ID 0x12) support" if EMBEDDED
  268. depends on USB_HID
  269. default !EMBEDDED
  270. ---help---
  271. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  272. controller or adapter.
  273. config GREENASIA_FF
  274. bool "GreenAsia (Product ID 0x12) force feedback support"
  275. depends on HID_GREENASIA
  276. select INPUT_FF_MEMLESS
  277. ---help---
  278. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  279. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  280. and want to enable force feedback support for it.
  281. config HID_SMARTJOYPLUS
  282. tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
  283. depends on USB_HID
  284. default !EMBEDDED
  285. ---help---
  286. Support for SmartJoy PLUS PS2/USB adapter.
  287. config SMARTJOYPLUS_FF
  288. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  289. depends on HID_SMARTJOYPLUS
  290. select INPUT_FF_MEMLESS
  291. ---help---
  292. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  293. enable force feedback support for it.
  294. config HID_TOPSEED
  295. tristate "TopSeed Cyberlink remote control support" if EMBEDDED
  296. depends on USB_HID
  297. default !EMBEDDED
  298. ---help---
  299. Say Y if you have a TopSeed Cyberlink remote control.
  300. config HID_THRUSTMASTER
  301. tristate "ThrustMaster devices support" if EMBEDDED
  302. depends on USB_HID
  303. default !EMBEDDED
  304. ---help---
  305. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  306. a THRUSTMASTER Ferrari GT Rumble Wheel.
  307. config THRUSTMASTER_FF
  308. bool "ThrustMaster devices force feedback support"
  309. depends on HID_THRUSTMASTER
  310. select INPUT_FF_MEMLESS
  311. ---help---
  312. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  313. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  314. Rumble Force or Force Feedback Wheel.
  315. config HID_WACOM
  316. tristate "Wacom Bluetooth devices support"
  317. depends on BT_HIDP
  318. ---help---
  319. Support for Wacom Graphire Bluetooth tablet.
  320. config HID_ZEROPLUS
  321. tristate "Zeroplus based game controller support" if EMBEDDED
  322. depends on USB_HID
  323. default !EMBEDDED
  324. ---help---
  325. Say Y here if you have a Zeroplus based game controller.
  326. config ZEROPLUS_FF
  327. bool "Zeroplus based game controller force feedback support"
  328. depends on HID_ZEROPLUS
  329. select INPUT_FF_MEMLESS
  330. ---help---
  331. Say Y here if you have a Zeroplus based game controller and want
  332. to have force feedback support for it.
  333. endmenu
  334. endif # HID_SUPPORT