Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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_CANDO
  73. tristate "Cando dual touch panel"
  74. depends on USB_HID
  75. ---help---
  76. Support for Cando dual touch panel.
  77. config HID_CHERRY
  78. tristate "Cherry" if EMBEDDED
  79. depends on USB_HID
  80. default !EMBEDDED
  81. ---help---
  82. Support for Cherry Cymotion keyboard.
  83. config HID_CHICONY
  84. tristate "Chicony" if EMBEDDED
  85. depends on USB_HID
  86. default !EMBEDDED
  87. ---help---
  88. Support for Chicony Tactical pad.
  89. config HID_PRODIKEYS
  90. tristate "Prodikeys PC-MIDI Keyboard support"
  91. depends on USB_HID && SND
  92. select SND_RAWMIDI
  93. ---help---
  94. Support for Prodikeys PC-MIDI Keyboard device support.
  95. Say Y here to enable support for this device.
  96. - Prodikeys PC-MIDI keyboard.
  97. The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
  98. input and one MIDI output. These MIDI jacks appear as
  99. a sound "card" in the ALSA sound system.
  100. Note: if you say N here, this device will still function as a basic
  101. multimedia keyboard, but will lack support for the musical keyboard
  102. and some additional multimedia keys.
  103. config HID_CYPRESS
  104. tristate "Cypress" if EMBEDDED
  105. depends on USB_HID
  106. default !EMBEDDED
  107. ---help---
  108. Support for cypress mouse and barcode readers.
  109. config HID_DRAGONRISE
  110. tristate "DragonRise Inc. support"
  111. depends on USB_HID
  112. ---help---
  113. Say Y here if you have DragonRise Inc.game controllers.
  114. config DRAGONRISE_FF
  115. bool "DragonRise Inc. force feedback support"
  116. depends on HID_DRAGONRISE
  117. select INPUT_FF_MEMLESS
  118. ---help---
  119. Say Y here if you want to enable force feedback support for DragonRise Inc.
  120. game controllers.
  121. config HID_EGALAX
  122. tristate "eGalax multi-touch panel"
  123. depends on USB_HID
  124. ---help---
  125. Support for the eGalax dual-touch panel.
  126. config HID_EZKEY
  127. tristate "Ezkey" if EMBEDDED
  128. depends on USB_HID
  129. default !EMBEDDED
  130. ---help---
  131. Support for Ezkey BTC 8193 keyboard.
  132. config HID_KYE
  133. tristate "Kye" if EMBEDDED
  134. depends on USB_HID
  135. default !EMBEDDED
  136. ---help---
  137. Support for Kye/Genius Ergo Mouse.
  138. config HID_GYRATION
  139. tristate "Gyration"
  140. depends on USB_HID
  141. ---help---
  142. Support for Gyration remote control.
  143. config HID_TWINHAN
  144. tristate "Twinhan"
  145. depends on USB_HID
  146. ---help---
  147. Support for Twinhan IR remote control.
  148. config HID_KENSINGTON
  149. tristate "Kensington" if EMBEDDED
  150. depends on USB_HID
  151. default !EMBEDDED
  152. ---help---
  153. Support for Kensington Slimblade Trackball.
  154. config HID_LOGITECH
  155. tristate "Logitech" if EMBEDDED
  156. depends on USB_HID
  157. default !EMBEDDED
  158. ---help---
  159. Support for Logitech devices that are not fully compliant with HID standard.
  160. config LOGITECH_FF
  161. bool "Logitech force feedback support"
  162. depends on HID_LOGITECH
  163. select INPUT_FF_MEMLESS
  164. help
  165. Say Y here if you have one of these devices:
  166. - Logitech WingMan Cordless RumblePad
  167. - Logitech WingMan Cordless RumblePad 2
  168. - Logitech WingMan Force 3D
  169. - Logitech Formula Force EX
  170. - Logitech WingMan Formula Force GP
  171. - Logitech MOMO Force wheel
  172. and if you want to enable force feedback for them.
  173. Note: if you say N here, this device will still be supported, but without
  174. force feedback.
  175. config LOGIRUMBLEPAD2_FF
  176. bool "Logitech Rumblepad 2 force feedback support"
  177. depends on HID_LOGITECH
  178. select INPUT_FF_MEMLESS
  179. help
  180. Say Y here if you want to enable force feedback support for Logitech
  181. Rumblepad 2 devices.
  182. config LOGIG940_FF
  183. bool "Logitech Flight System G940 force feedback support"
  184. depends on HID_LOGITECH
  185. select INPUT_FF_MEMLESS
  186. help
  187. Say Y here if you want to enable force feedback support for Logitech
  188. Flight System G940 devices.
  189. config HID_MAGICMOUSE
  190. tristate "Apple MagicMouse multi-touch support"
  191. depends on BT_HIDP
  192. ---help---
  193. Support for the Apple Magic Mouse multi-touch.
  194. Say Y here if you want support for the multi-touch features of the
  195. Apple Wireless "Magic" Mouse.
  196. config HID_MICROSOFT
  197. tristate "Microsoft" if EMBEDDED
  198. depends on USB_HID
  199. default !EMBEDDED
  200. ---help---
  201. Support for Microsoft devices that are not fully compliant with HID standard.
  202. config HID_MOSART
  203. tristate "MosArt"
  204. depends on USB_HID
  205. ---help---
  206. Support for MosArt dual-touch panels.
  207. config HID_MONTEREY
  208. tristate "Monterey" if EMBEDDED
  209. depends on USB_HID
  210. default !EMBEDDED
  211. ---help---
  212. Support for Monterey Genius KB29E.
  213. config HID_NTRIG
  214. tristate "NTrig"
  215. depends on USB_HID
  216. ---help---
  217. Support for N-Trig touch screen.
  218. config HID_ORTEK
  219. tristate "Ortek"
  220. depends on USB_HID
  221. ---help---
  222. Support for Ortek WKB-2000 wireless keyboard + mouse trackpad.
  223. config HID_PANTHERLORD
  224. tristate "Pantherlord support"
  225. depends on USB_HID
  226. ---help---
  227. Say Y here if you have a PantherLord/GreenAsia based game controller
  228. or adapter.
  229. config PANTHERLORD_FF
  230. bool "Pantherlord force feedback support"
  231. depends on HID_PANTHERLORD
  232. select INPUT_FF_MEMLESS
  233. ---help---
  234. Say Y here if you have a PantherLord/GreenAsia based game controller
  235. or adapter and want to enable force feedback support for it.
  236. config HID_PETALYNX
  237. tristate "Petalynx"
  238. depends on USB_HID
  239. ---help---
  240. Support for Petalynx Maxter remote control.
  241. config HID_PICOLCD
  242. tristate "PicoLCD (graphic version)"
  243. depends on USB_HID
  244. ---help---
  245. This provides support for Minibox PicoLCD devices, currently
  246. only the graphical ones are supported.
  247. This includes support for the following device features:
  248. - Keypad
  249. - Switching between Firmware and Flash mode
  250. - EEProm / Flash access (via debugfs)
  251. Features selectively enabled:
  252. - Framebuffer for monochrome 256x64 display
  253. - Backlight control
  254. - Contrast control
  255. - General purpose outputs
  256. Features that are not (yet) supported:
  257. - IR
  258. config HID_PICOLCD_FB
  259. bool "Framebuffer support" if EMBEDDED
  260. default !EMBEDDED
  261. depends on HID_PICOLCD
  262. depends on HID_PICOLCD=FB || FB=y
  263. select FB_DEFERRED_IO
  264. select FB_SYS_FILLRECT
  265. select FB_SYS_COPYAREA
  266. select FB_SYS_IMAGEBLIT
  267. select FB_SYS_FOPS
  268. ---help---
  269. Provide access to PicoLCD's 256x64 monochrome display via a
  270. frambuffer device.
  271. config HID_PICOLCD_BACKLIGHT
  272. bool "Backlight control" if EMBEDDED
  273. default !EMBEDDED
  274. depends on HID_PICOLCD
  275. depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
  276. ---help---
  277. Provide access to PicoLCD's backlight control via backlight
  278. class.
  279. config HID_PICOLCD_LCD
  280. bool "Contrast control" if EMBEDDED
  281. default !EMBEDDED
  282. depends on HID_PICOLCD
  283. depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
  284. ---help---
  285. Provide access to PicoLCD's LCD contrast via lcd class.
  286. config HID_PICOLCD_LEDS
  287. bool "GPO via leds class" if EMBEDDED
  288. default !EMBEDDED
  289. depends on HID_PICOLCD
  290. depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
  291. ---help---
  292. Provide access to PicoLCD's GPO pins via leds class.
  293. config HID_QUANTA
  294. tristate "Quanta Optical Touch"
  295. depends on USB_HID
  296. ---help---
  297. Support for Quanta Optical Touch dual-touch panels.
  298. config HID_ROCCAT
  299. tristate "Roccat special event support"
  300. depends on USB_HID
  301. ---help---
  302. Support for Roccat special events.
  303. Say Y here if you have a Roccat mouse or keyboard and want OSD or
  304. macro execution support.
  305. config HID_ROCCAT_KONE
  306. tristate "Roccat Kone Mouse support"
  307. depends on USB_HID
  308. ---help---
  309. Support for Roccat Kone mouse.
  310. config HID_SAMSUNG
  311. tristate "Samsung"
  312. depends on USB_HID
  313. ---help---
  314. Support for Samsung InfraRed remote control or keyboards.
  315. config HID_SONY
  316. tristate "Sony"
  317. depends on USB_HID
  318. ---help---
  319. Support for Sony PS3 controller.
  320. config HID_STANTUM
  321. tristate "Stantum"
  322. depends on USB_HID
  323. ---help---
  324. Support for Stantum multitouch panel.
  325. config HID_SUNPLUS
  326. tristate "Sunplus"
  327. depends on USB_HID
  328. ---help---
  329. Support for Sunplus wireless desktop.
  330. config HID_GREENASIA
  331. tristate "GreenAsia (Product ID 0x12) support"
  332. depends on USB_HID
  333. ---help---
  334. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  335. controller or adapter.
  336. config GREENASIA_FF
  337. bool "GreenAsia (Product ID 0x12) force feedback support"
  338. depends on HID_GREENASIA
  339. select INPUT_FF_MEMLESS
  340. ---help---
  341. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  342. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  343. and want to enable force feedback support for it.
  344. config HID_SMARTJOYPLUS
  345. tristate "SmartJoy PLUS PS2/USB adapter support"
  346. depends on USB_HID
  347. ---help---
  348. Support for SmartJoy PLUS PS2/USB adapter.
  349. config SMARTJOYPLUS_FF
  350. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  351. depends on HID_SMARTJOYPLUS
  352. select INPUT_FF_MEMLESS
  353. ---help---
  354. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  355. enable force feedback support for it.
  356. config HID_TOPSEED
  357. tristate "TopSeed Cyberlink remote control support"
  358. depends on USB_HID
  359. ---help---
  360. Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control.
  361. config HID_THRUSTMASTER
  362. tristate "ThrustMaster devices support"
  363. depends on USB_HID
  364. ---help---
  365. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  366. a THRUSTMASTER Ferrari GT Rumble Wheel.
  367. config THRUSTMASTER_FF
  368. bool "ThrustMaster devices force feedback support"
  369. depends on HID_THRUSTMASTER
  370. select INPUT_FF_MEMLESS
  371. ---help---
  372. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  373. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  374. Rumble Force or Force Feedback Wheel.
  375. config HID_WACOM
  376. tristate "Wacom Bluetooth devices support"
  377. depends on BT_HIDP
  378. ---help---
  379. Support for Wacom Graphire Bluetooth tablet.
  380. config HID_WACOM_POWER_SUPPLY
  381. bool "Wacom Bluetooth devices power supply status support"
  382. depends on HID_WACOM
  383. select POWER_SUPPLY
  384. ---help---
  385. Say Y here if you want to enable power supply status monitoring for
  386. Wacom Bluetooth devices.
  387. config HID_ZEROPLUS
  388. tristate "Zeroplus based game controller support"
  389. depends on USB_HID
  390. ---help---
  391. Say Y here if you have a Zeroplus based game controller.
  392. config ZEROPLUS_FF
  393. bool "Zeroplus based game controller force feedback support"
  394. depends on HID_ZEROPLUS
  395. select INPUT_FF_MEMLESS
  396. ---help---
  397. Say Y here if you have a Zeroplus based game controller and want
  398. to have force feedback support for it.
  399. config HID_ZYDACRON
  400. tristate "Zydacron remote control support"
  401. depends on USB_HID
  402. ---help---
  403. Support for Zydacron remote control.
  404. endmenu
  405. endif # HID_SUPPORT