Kconfig 13 KB

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