Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  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 touchscreen"
  48. depends on USB_HID
  49. ---help---
  50. Support for 3M PCT touch screens.
  51. config HID_A4TECH
  52. tristate "A4 tech mice" if EXPERT
  53. depends on USB_HID
  54. default !EXPERT
  55. ---help---
  56. Support for A4 tech X5 and WOP-35 / Trust 450L mice.
  57. config HID_ACRUX
  58. tristate "ACRUX game controller support"
  59. depends on USB_HID
  60. ---help---
  61. Say Y here if you want to enable support for ACRUX game controllers.
  62. config HID_ACRUX_FF
  63. tristate "ACRUX force feedback support"
  64. depends on HID_ACRUX
  65. select INPUT_FF_MEMLESS
  66. ---help---
  67. Say Y here if you want to enable force feedback support for ACRUX
  68. game controllers.
  69. config HID_APPLE
  70. tristate "Apple {i,Power,Mac}Books" if EXPERT
  71. depends on (USB_HID || BT_HIDP)
  72. default !EXPERT
  73. ---help---
  74. Support for some Apple devices which less or more break
  75. HID specification.
  76. Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
  77. MacBooks, MacBook Pros and Apple Aluminum.
  78. config HID_BELKIN
  79. tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
  80. depends on USB_HID
  81. default !EXPERT
  82. ---help---
  83. Support for Belkin Flip KVM and Wireless keyboard.
  84. config HID_CANDO
  85. tristate "Cando dual touch panel"
  86. depends on USB_HID
  87. ---help---
  88. Support for Cando dual touch panel.
  89. config HID_CHERRY
  90. tristate "Cherry Cymotion keyboard" if EXPERT
  91. depends on USB_HID
  92. default !EXPERT
  93. ---help---
  94. Support for Cherry Cymotion keyboard.
  95. config HID_CHICONY
  96. tristate "Chicony Tactical pad" if EXPERT
  97. depends on USB_HID
  98. default !EXPERT
  99. ---help---
  100. Support for Chicony Tactical pad.
  101. config HID_PRODIKEYS
  102. tristate "Prodikeys PC-MIDI Keyboard support"
  103. depends on USB_HID && SND
  104. select SND_RAWMIDI
  105. ---help---
  106. Support for Prodikeys PC-MIDI Keyboard device support.
  107. Say Y here to enable support for this device.
  108. - Prodikeys PC-MIDI keyboard.
  109. The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
  110. input and one MIDI output. These MIDI jacks appear as
  111. a sound "card" in the ALSA sound system.
  112. Note: if you say N here, this device will still function as a basic
  113. multimedia keyboard, but will lack support for the musical keyboard
  114. and some additional multimedia keys.
  115. config HID_CYPRESS
  116. tristate "Cypress mouse and barcode readers" if EXPERT
  117. depends on USB_HID
  118. default !EXPERT
  119. ---help---
  120. Support for cypress mouse and barcode readers.
  121. config HID_DRAGONRISE
  122. tristate "DragonRise Inc. game controller"
  123. depends on USB_HID
  124. ---help---
  125. Say Y here if you have DragonRise Inc. game controllers.
  126. These might be branded as:
  127. - Tesun USB-703
  128. - Media-tech MT1504 "Rogue"
  129. - DVTech JS19 "Gear"
  130. - Defender Game Master
  131. config DRAGONRISE_FF
  132. bool "DragonRise Inc. force feedback"
  133. depends on HID_DRAGONRISE
  134. select INPUT_FF_MEMLESS
  135. ---help---
  136. Say Y here if you want to enable force feedback support for DragonRise Inc.
  137. game controllers.
  138. config HID_EMS_FF
  139. tristate "EMS Production Inc. force feedback support"
  140. depends on USB_HID
  141. select INPUT_FF_MEMLESS
  142. ---help---
  143. Say Y here if you want to enable force feedback support for devices by
  144. EMS Production Ltd.
  145. Currently the following devices are known to be supported:
  146. - Trio Linker Plus II
  147. config HID_ELECOM
  148. tristate "ELECOM BM084 bluetooth mouse"
  149. depends on BT_HIDP
  150. ---help---
  151. Support for the ELECOM BM084 (bluetooth mouse).
  152. config HID_EZKEY
  153. tristate "Ezkey BTC 8193 keyboard" if EXPERT
  154. depends on USB_HID
  155. default !EXPERT
  156. ---help---
  157. Support for Ezkey BTC 8193 keyboard.
  158. config HID_KEYTOUCH
  159. tristate "Keyoutch HID devices"
  160. depends on USB_HID
  161. ---help---
  162. Support for Keytouch HID devices not fully compliant with
  163. the specification. Currently supported:
  164. - Keytouch IEC 60945
  165. config HID_KYE
  166. tristate "Kye/Genius Ergo Mouse" if EXPERT
  167. depends on USB_HID
  168. default !EXPERT
  169. ---help---
  170. Support for Kye/Genius Ergo Mouse.
  171. config HID_UCLOGIC
  172. tristate "UC-Logic"
  173. depends on USB_HID
  174. ---help---
  175. Support for UC-Logic tablets.
  176. config HID_WALTOP
  177. tristate "Waltop"
  178. depends on USB_HID
  179. ---help---
  180. Support for Waltop tablets.
  181. config HID_GYRATION
  182. tristate "Gyration remote control"
  183. depends on USB_HID
  184. ---help---
  185. Support for Gyration remote control.
  186. config HID_TWINHAN
  187. tristate "Twinhan IR remote control"
  188. depends on USB_HID
  189. ---help---
  190. Support for Twinhan IR remote control.
  191. config HID_KENSINGTON
  192. tristate "Kensington Slimblade Trackball" if EXPERT
  193. depends on USB_HID
  194. default !EXPERT
  195. ---help---
  196. Support for Kensington Slimblade Trackball.
  197. config HID_LCPOWER
  198. tristate "LC-Power"
  199. depends on USB_HID
  200. ---help---
  201. Support for LC-Power RC1000MCE RF remote control.
  202. config HID_LOGITECH
  203. tristate "Logitech devices" if EXPERT
  204. depends on USB_HID
  205. default !EXPERT
  206. ---help---
  207. Support for Logitech devices that are not fully compliant with HID standard.
  208. config LOGITECH_FF
  209. bool "Logitech force feedback support"
  210. depends on HID_LOGITECH
  211. select INPUT_FF_MEMLESS
  212. help
  213. Say Y here if you have one of these devices:
  214. - Logitech WingMan Cordless RumblePad
  215. - Logitech WingMan Cordless RumblePad 2
  216. - Logitech WingMan Force 3D
  217. - Logitech Formula Force EX
  218. - Logitech WingMan Formula Force GP
  219. - Logitech MOMO Force wheel
  220. and if you want to enable force feedback for them.
  221. Note: if you say N here, this device will still be supported, but without
  222. force feedback.
  223. config LOGIRUMBLEPAD2_FF
  224. bool "Logitech RumblePad/Rumblepad 2 force feedback support"
  225. depends on HID_LOGITECH
  226. select INPUT_FF_MEMLESS
  227. help
  228. Say Y here if you want to enable force feedback support for Logitech
  229. RumblePad and Rumblepad 2 devices.
  230. config LOGIG940_FF
  231. bool "Logitech Flight System G940 force feedback support"
  232. depends on HID_LOGITECH
  233. select INPUT_FF_MEMLESS
  234. help
  235. Say Y here if you want to enable force feedback support for Logitech
  236. Flight System G940 devices.
  237. config LOGIWII_FF
  238. bool "Logitech Speed Force Wireless force feedback support"
  239. depends on HID_LOGITECH
  240. select INPUT_FF_MEMLESS
  241. help
  242. Say Y here if you want to enable force feedback support for Logitech
  243. Speed Force Wireless (Wii) devices.
  244. config HID_MAGICMOUSE
  245. tristate "Apple MagicMouse multi-touch support"
  246. depends on BT_HIDP
  247. ---help---
  248. Support for the Apple Magic Mouse multi-touch.
  249. Say Y here if you want support for the multi-touch features of the
  250. Apple Wireless "Magic" Mouse.
  251. config HID_MICROSOFT
  252. tristate "Microsoft non-fully HID-compliant devices" if EXPERT
  253. depends on USB_HID
  254. default !EXPERT
  255. ---help---
  256. Support for Microsoft devices that are not fully compliant with HID standard.
  257. config HID_MOSART
  258. tristate "MosArt dual-touch panels"
  259. depends on USB_HID
  260. ---help---
  261. Support for MosArt dual-touch panels.
  262. config HID_MONTEREY
  263. tristate "Monterey Genius KB29E keyboard" if EXPERT
  264. depends on USB_HID
  265. default !EXPERT
  266. ---help---
  267. Support for Monterey Genius KB29E.
  268. config HID_MULTITOUCH
  269. tristate "HID Multitouch panels"
  270. depends on USB_HID
  271. ---help---
  272. Generic support for HID multitouch panels.
  273. Say Y here if you have one of the following devices:
  274. - Cypress TrueTouch panels
  275. - Hanvon dual touch panels
  276. - IrTouch Infrared USB panels
  277. - Pixcir dual touch panels
  278. - 'Sensing Win7-TwoFinger' panel by GeneralTouch
  279. - eGalax dual-touch panels, including the
  280. Joojoo and Wetab tablets
  281. If unsure, say N.
  282. To compile this driver as a module, choose M here: the
  283. module will be called hid-multitouch.
  284. config HID_NTRIG
  285. tristate "N-Trig touch screen"
  286. depends on USB_HID
  287. ---help---
  288. Support for N-Trig touch screen.
  289. config HID_ORTEK
  290. tristate "Ortek PKB-1700/WKB-2000 wireless keyboard and mouse trackpad"
  291. depends on USB_HID
  292. ---help---
  293. Support for Ortek PKB-1700/WKB-2000 wireless keyboard + mouse trackpad.
  294. config HID_PANTHERLORD
  295. tristate "Pantherlord/GreenAsia game controller"
  296. depends on USB_HID
  297. ---help---
  298. Say Y here if you have a PantherLord/GreenAsia based game controller
  299. or adapter.
  300. config PANTHERLORD_FF
  301. bool "Pantherlord force feedback support"
  302. depends on HID_PANTHERLORD
  303. select INPUT_FF_MEMLESS
  304. ---help---
  305. Say Y here if you have a PantherLord/GreenAsia based game controller
  306. or adapter and want to enable force feedback support for it.
  307. config HID_PETALYNX
  308. tristate "Petalynx Maxter remote control"
  309. depends on USB_HID
  310. ---help---
  311. Support for Petalynx Maxter remote control.
  312. config HID_PICOLCD
  313. tristate "PicoLCD (graphic version)"
  314. depends on USB_HID
  315. ---help---
  316. This provides support for Minibox PicoLCD devices, currently
  317. only the graphical ones are supported.
  318. This includes support for the following device features:
  319. - Keypad
  320. - Switching between Firmware and Flash mode
  321. - EEProm / Flash access (via debugfs)
  322. Features selectively enabled:
  323. - Framebuffer for monochrome 256x64 display
  324. - Backlight control
  325. - Contrast control
  326. - General purpose outputs
  327. Features that are not (yet) supported:
  328. - IR
  329. config HID_PICOLCD_FB
  330. bool "Framebuffer support" if EXPERT
  331. default !EXPERT
  332. depends on HID_PICOLCD
  333. depends on HID_PICOLCD=FB || FB=y
  334. select FB_DEFERRED_IO
  335. select FB_SYS_FILLRECT
  336. select FB_SYS_COPYAREA
  337. select FB_SYS_IMAGEBLIT
  338. select FB_SYS_FOPS
  339. ---help---
  340. Provide access to PicoLCD's 256x64 monochrome display via a
  341. frambuffer device.
  342. config HID_PICOLCD_BACKLIGHT
  343. bool "Backlight control" if EXPERT
  344. default !EXPERT
  345. depends on HID_PICOLCD
  346. depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
  347. ---help---
  348. Provide access to PicoLCD's backlight control via backlight
  349. class.
  350. config HID_PICOLCD_LCD
  351. bool "Contrast control" if EXPERT
  352. default !EXPERT
  353. depends on HID_PICOLCD
  354. depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
  355. ---help---
  356. Provide access to PicoLCD's LCD contrast via lcd class.
  357. config HID_PICOLCD_LEDS
  358. bool "GPO via leds class" if EXPERT
  359. default !EXPERT
  360. depends on HID_PICOLCD
  361. depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
  362. ---help---
  363. Provide access to PicoLCD's GPO pins via leds class.
  364. config HID_QUANTA
  365. tristate "Quanta Optical Touch panels"
  366. depends on USB_HID
  367. ---help---
  368. Support for Quanta Optical Touch dual-touch panels.
  369. config HID_ROCCAT
  370. tristate "Roccat special event support"
  371. depends on USB_HID
  372. ---help---
  373. Support for Roccat special events.
  374. Say Y here if you have a Roccat mouse or keyboard and want OSD or
  375. macro execution support.
  376. config HID_ROCCAT_COMMON
  377. tristate
  378. config HID_ROCCAT_ARVO
  379. tristate "Roccat Arvo keyboard support"
  380. depends on USB_HID
  381. select HID_ROCCAT
  382. select HID_ROCCAT_COMMON
  383. ---help---
  384. Support for Roccat Arvo keyboard.
  385. config HID_ROCCAT_KONE
  386. tristate "Roccat Kone Mouse support"
  387. depends on USB_HID
  388. select HID_ROCCAT
  389. select HID_ROCCAT_COMMON
  390. ---help---
  391. Support for Roccat Kone mouse.
  392. config HID_ROCCAT_KONEPLUS
  393. tristate "Roccat Kone[+] mouse support"
  394. depends on USB_HID
  395. select HID_ROCCAT
  396. select HID_ROCCAT_COMMON
  397. ---help---
  398. Support for Roccat Kone[+] mouse.
  399. config HID_ROCCAT_KOVAPLUS
  400. tristate "Roccat Kova[+] mouse support"
  401. depends on USB_HID
  402. select HID_ROCCAT
  403. select HID_ROCCAT_COMMON
  404. ---help---
  405. Support for Roccat Kova[+] mouse.
  406. config HID_ROCCAT_PYRA
  407. tristate "Roccat Pyra mouse support"
  408. depends on USB_HID
  409. select HID_ROCCAT
  410. select HID_ROCCAT_COMMON
  411. ---help---
  412. Support for Roccat Pyra mouse.
  413. config HID_SAMSUNG
  414. tristate "Samsung InfraRed remote control or keyboards"
  415. depends on USB_HID
  416. ---help---
  417. Support for Samsung InfraRed remote control or keyboards.
  418. config HID_SONY
  419. tristate "Sony PS3 controller"
  420. depends on USB_HID
  421. ---help---
  422. Support for Sony PS3 controller.
  423. config HID_STANTUM
  424. tristate "Stantum multitouch panel"
  425. depends on USB_HID
  426. ---help---
  427. Support for Stantum multitouch panel.
  428. config HID_SUNPLUS
  429. tristate "Sunplus wireless desktop"
  430. depends on USB_HID
  431. ---help---
  432. Support for Sunplus wireless desktop.
  433. config HID_GREENASIA
  434. tristate "GreenAsia (Product ID 0x12) game controller support"
  435. depends on USB_HID
  436. ---help---
  437. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  438. controller or adapter.
  439. config GREENASIA_FF
  440. bool "GreenAsia (Product ID 0x12) force feedback support"
  441. depends on HID_GREENASIA
  442. select INPUT_FF_MEMLESS
  443. ---help---
  444. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  445. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  446. and want to enable force feedback support for it.
  447. config HID_SMARTJOYPLUS
  448. tristate "SmartJoy PLUS PS2/USB adapter support"
  449. depends on USB_HID
  450. ---help---
  451. Support for SmartJoy PLUS PS2/USB adapter.
  452. config SMARTJOYPLUS_FF
  453. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  454. depends on HID_SMARTJOYPLUS
  455. select INPUT_FF_MEMLESS
  456. ---help---
  457. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  458. enable force feedback support for it.
  459. config HID_TOPSEED
  460. tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
  461. depends on USB_HID
  462. ---help---
  463. Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
  464. CLLRCMCE remote control.
  465. config HID_THRUSTMASTER
  466. tristate "ThrustMaster devices support"
  467. depends on USB_HID
  468. ---help---
  469. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  470. a THRUSTMASTER Ferrari GT Rumble Wheel.
  471. config THRUSTMASTER_FF
  472. bool "ThrustMaster devices force feedback support"
  473. depends on HID_THRUSTMASTER
  474. select INPUT_FF_MEMLESS
  475. ---help---
  476. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  477. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  478. Rumble Force or Force Feedback Wheel.
  479. config HID_WACOM
  480. tristate "Wacom Bluetooth devices support"
  481. depends on BT_HIDP
  482. ---help---
  483. Support for Wacom Graphire Bluetooth tablet.
  484. config HID_WACOM_POWER_SUPPLY
  485. bool "Wacom Bluetooth devices power supply status support"
  486. depends on HID_WACOM
  487. select POWER_SUPPLY
  488. ---help---
  489. Say Y here if you want to enable power supply status monitoring for
  490. Wacom Bluetooth devices.
  491. config HID_ZEROPLUS
  492. tristate "Zeroplus based game controller support"
  493. depends on USB_HID
  494. ---help---
  495. Say Y here if you have a Zeroplus based game controller.
  496. config ZEROPLUS_FF
  497. bool "Zeroplus based game controller force feedback support"
  498. depends on HID_ZEROPLUS
  499. select INPUT_FF_MEMLESS
  500. ---help---
  501. Say Y here if you have a Zeroplus based game controller and want
  502. to have force feedback support for it.
  503. config HID_ZYDACRON
  504. tristate "Zydacron remote control support"
  505. depends on USB_HID
  506. ---help---
  507. Support for Zydacron remote control.
  508. endmenu
  509. endif # HID_SUPPORT