Kconfig 13 KB

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