Kconfig 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  1. #
  2. # HID driver configuration
  3. #
  4. menu "HID support"
  5. depends on INPUT
  6. config HID
  7. tristate "HID bus support"
  8. depends on INPUT
  9. default y
  10. ---help---
  11. A human interface device (HID) is a type of computer device that
  12. interacts directly with and takes input from humans. The term "HID"
  13. most commonly used to refer to the USB-HID specification, but other
  14. devices (such as, but not strictly limited to, Bluetooth) are
  15. designed using HID specification (this involves certain keyboards,
  16. mice, tablets, etc). This option adds the HID bus to the kernel,
  17. together with generic HID layer code. The HID devices are added and
  18. removed from the HID bus by the transport-layer drivers, such as
  19. usbhid (USB_HID) and hidp (BT_HIDP).
  20. For docs and specs, see http://www.usb.org/developers/hidpage/
  21. If unsure, say Y.
  22. if HID
  23. config HID_BATTERY_STRENGTH
  24. bool "Battery level reporting for HID devices"
  25. depends on HID
  26. select POWER_SUPPLY
  27. default n
  28. ---help---
  29. This option adds support of reporting battery strength (for HID devices
  30. that support this feature) through power_supply class so that userspace
  31. tools, such as upower, can display it.
  32. config HIDRAW
  33. bool "/dev/hidraw raw HID device support"
  34. depends on HID
  35. ---help---
  36. Say Y here if you want to support HID devices (from the USB
  37. specification standpoint) that aren't strictly user interface
  38. devices, like monitor controls and Uninterruptable Power Supplies.
  39. This module supports these devices separately using a separate
  40. event interface on /dev/hidraw.
  41. There is also a /dev/hiddev configuration option in the USB HID
  42. configuration menu. In comparison to hiddev, this device does not process
  43. the hid events at all (no parsing, no lookups). This lets applications
  44. to work on raw hid events when they want to, and avoid using transport-specific
  45. userspace libhid/libusb libraries.
  46. If unsure, say Y.
  47. config UHID
  48. tristate "User-space I/O driver support for HID subsystem"
  49. depends on HID
  50. default n
  51. ---help---
  52. Say Y here if you want to provide HID I/O Drivers from user-space.
  53. This allows to write I/O drivers in user-space and feed the data from
  54. the device into the kernel. The kernel parses the HID reports, loads the
  55. corresponding HID Device Driver or provides input devices on top of your
  56. user-space device.
  57. This driver cannot be used to parse HID-reports in user-space and write
  58. special HID-drivers. You should use hidraw for that.
  59. Instead, this driver allows to write the transport-layer driver in
  60. user-space like USB-HID and Bluetooth-HID do in kernel-space.
  61. If unsure, say N.
  62. To compile this driver as a module, choose M here: the
  63. module will be called uhid.
  64. config HID_GENERIC
  65. tristate "Generic HID driver"
  66. depends on HID
  67. default HID
  68. ---help---
  69. Support for generic devices on the HID bus. This includes most
  70. keyboards and mice, joysticks, tablets and digitizers.
  71. To compile this driver as a module, choose M here: the module
  72. will be called hid-generic.
  73. If unsure, say Y.
  74. menu "Special HID drivers"
  75. depends on HID
  76. config HID_A4TECH
  77. tristate "A4 tech mice"
  78. depends on HID
  79. default !EXPERT
  80. ---help---
  81. Support for A4 tech X5 and WOP-35 / Trust 450L mice.
  82. config HID_ACRUX
  83. tristate "ACRUX game controller support"
  84. depends on HID
  85. ---help---
  86. Say Y here if you want to enable support for ACRUX game controllers.
  87. config HID_ACRUX_FF
  88. bool "ACRUX force feedback support"
  89. depends on HID_ACRUX
  90. select INPUT_FF_MEMLESS
  91. ---help---
  92. Say Y here if you want to enable force feedback support for ACRUX
  93. game controllers.
  94. config HID_APPLE
  95. tristate "Apple {i,Power,Mac}Books"
  96. depends on HID
  97. default !EXPERT
  98. ---help---
  99. Support for some Apple devices which less or more break
  100. HID specification.
  101. Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
  102. MacBooks, MacBook Pros and Apple Aluminum.
  103. config HID_APPLEIR
  104. tristate "Apple infrared receiver"
  105. depends on (USB_HID)
  106. ---help---
  107. Support for Apple infrared remote control. All the Apple computers from
  108. 2005 onwards include such a port, except the unibody Macbook (2009),
  109. and Mac Pros. This receiver is also used in the Apple TV set-top box
  110. prior to the 2010 model.
  111. Say Y here if you want support for Apple infrared remote control.
  112. config HID_AUREAL
  113. tristate "Aureal"
  114. depends on HID
  115. ---help---
  116. Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
  117. config HID_BELKIN
  118. tristate "Belkin Flip KVM and Wireless keyboard"
  119. depends on HID
  120. default !EXPERT
  121. ---help---
  122. Support for Belkin Flip KVM and Wireless keyboard.
  123. config HID_BETOP_FF
  124. tristate "Betop Production Inc. force feedback support"
  125. depends on USB_HID
  126. select INPUT_FF_MEMLESS
  127. ---help---
  128. Say Y here if you want to enable force feedback support for devices by
  129. BETOP Production Ltd.
  130. Currently the following devices are known to be supported:
  131. - BETOP 2185 PC & BFM MODE
  132. config HID_CHERRY
  133. tristate "Cherry Cymotion keyboard"
  134. depends on HID
  135. default !EXPERT
  136. ---help---
  137. Support for Cherry Cymotion keyboard.
  138. config HID_CHICONY
  139. tristate "Chicony Tactical pad"
  140. depends on HID
  141. default !EXPERT
  142. ---help---
  143. Support for Chicony Tactical pad.
  144. config HID_PRODIKEYS
  145. tristate "Prodikeys PC-MIDI Keyboard support"
  146. depends on HID && SND
  147. select SND_RAWMIDI
  148. ---help---
  149. Support for Prodikeys PC-MIDI Keyboard device support.
  150. Say Y here to enable support for this device.
  151. - Prodikeys PC-MIDI keyboard.
  152. The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
  153. input and one MIDI output. These MIDI jacks appear as
  154. a sound "card" in the ALSA sound system.
  155. Note: if you say N here, this device will still function as a basic
  156. multimedia keyboard, but will lack support for the musical keyboard
  157. and some additional multimedia keys.
  158. config HID_CP2112
  159. tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
  160. depends on USB_HID && I2C && GPIOLIB
  161. ---help---
  162. Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
  163. This is a HID device driver which registers as an i2c adapter
  164. and gpiochip to expose these functions of the CP2112. The
  165. customizable USB descriptor fields are exposed as sysfs attributes.
  166. config HID_CYPRESS
  167. tristate "Cypress mouse and barcode readers"
  168. depends on HID
  169. default !EXPERT
  170. ---help---
  171. Support for cypress mouse and barcode readers.
  172. config HID_DRAGONRISE
  173. tristate "DragonRise Inc. game controller"
  174. depends on HID
  175. ---help---
  176. Say Y here if you have DragonRise Inc. game controllers.
  177. These might be branded as:
  178. - Tesun USB-703
  179. - Media-tech MT1504 "Rogue"
  180. - DVTech JS19 "Gear"
  181. - Defender Game Master
  182. config DRAGONRISE_FF
  183. bool "DragonRise Inc. force feedback"
  184. depends on HID_DRAGONRISE
  185. select INPUT_FF_MEMLESS
  186. ---help---
  187. Say Y here if you want to enable force feedback support for DragonRise Inc.
  188. game controllers.
  189. config HID_EMS_FF
  190. tristate "EMS Production Inc. force feedback support"
  191. depends on HID
  192. select INPUT_FF_MEMLESS
  193. ---help---
  194. Say Y here if you want to enable force feedback support for devices by
  195. EMS Production Ltd.
  196. Currently the following devices are known to be supported:
  197. - Trio Linker Plus II
  198. config HID_ELECOM
  199. tristate "ELECOM BM084 bluetooth mouse"
  200. depends on HID
  201. ---help---
  202. Support for the ELECOM BM084 (bluetooth mouse).
  203. config HID_ELO
  204. tristate "ELO USB 4000/4500 touchscreen"
  205. depends on USB_HID
  206. ---help---
  207. Support for the ELO USB 4000/4500 touchscreens. Note that this is for
  208. different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO.
  209. config HID_EZKEY
  210. tristate "Ezkey BTC 8193 keyboard"
  211. depends on HID
  212. default !EXPERT
  213. ---help---
  214. Support for Ezkey BTC 8193 keyboard.
  215. config HID_HOLTEK
  216. tristate "Holtek HID devices"
  217. depends on USB_HID
  218. ---help---
  219. Support for Holtek based devices:
  220. - Holtek On Line Grip based game controller
  221. - Trust GXT 18 Gaming Keyboard
  222. - Sharkoon Drakonia / Perixx MX-2000 gaming mice
  223. - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 /
  224. Zalman ZM-GM1
  225. - SHARKOON DarkGlider Gaming mouse
  226. - LEETGION Hellion Gaming Mouse
  227. config HOLTEK_FF
  228. bool "Holtek On Line Grip force feedback support"
  229. depends on HID_HOLTEK
  230. select INPUT_FF_MEMLESS
  231. ---help---
  232. Say Y here if you have a Holtek On Line Grip based game controller
  233. and want to have force feedback support for it.
  234. config HID_GT683R
  235. tristate "MSI GT68xR LED support"
  236. depends on LEDS_CLASS && USB_HID
  237. ---help---
  238. Say Y here if you want to enable support for the three MSI GT68xR LEDs
  239. This driver support following modes:
  240. - Normal: LEDs are fully on when enabled
  241. - Audio: LEDs brightness depends on sound level
  242. - Breathing: LEDs brightness varies at human breathing rate
  243. Currently the following devices are know to be supported:
  244. - MSI GT683R
  245. config HID_KEYTOUCH
  246. tristate "Keytouch HID devices"
  247. depends on HID
  248. ---help---
  249. Support for Keytouch HID devices not fully compliant with
  250. the specification. Currently supported:
  251. - Keytouch IEC 60945
  252. config HID_KYE
  253. tristate "KYE/Genius devices"
  254. depends on HID
  255. ---help---
  256. Support for KYE/Genius devices not fully compliant with HID standard:
  257. - Ergo Mouse
  258. - EasyPen i405X tablet
  259. - MousePen i608X tablet
  260. - EasyPen M610X tablet
  261. config HID_UCLOGIC
  262. tristate "UC-Logic"
  263. depends on USB_HID
  264. ---help---
  265. Support for UC-Logic and Huion tablets.
  266. config HID_WALTOP
  267. tristate "Waltop"
  268. depends on HID
  269. ---help---
  270. Support for Waltop tablets.
  271. config HID_GYRATION
  272. tristate "Gyration remote control"
  273. depends on HID
  274. ---help---
  275. Support for Gyration remote control.
  276. config HID_ICADE
  277. tristate "ION iCade arcade controller"
  278. depends on HID
  279. ---help---
  280. Support for the ION iCade arcade controller to work as a joystick.
  281. To compile this driver as a module, choose M here: the
  282. module will be called hid-icade.
  283. config HID_TWINHAN
  284. tristate "Twinhan IR remote control"
  285. depends on HID
  286. ---help---
  287. Support for Twinhan IR remote control.
  288. config HID_KENSINGTON
  289. tristate "Kensington Slimblade Trackball"
  290. depends on HID
  291. default !EXPERT
  292. ---help---
  293. Support for Kensington Slimblade Trackball.
  294. config HID_LCPOWER
  295. tristate "LC-Power"
  296. depends on HID
  297. ---help---
  298. Support for LC-Power RC1000MCE RF remote control.
  299. config HID_LENOVO
  300. tristate "Lenovo / Thinkpad devices"
  301. depends on HID
  302. select NEW_LEDS
  303. select LEDS_CLASS
  304. ---help---
  305. Support for Lenovo devices that are not fully compliant with HID standard.
  306. Say Y if you want support for the non-compliant features of the Lenovo
  307. Thinkpad standalone keyboards, e.g:
  308. - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint
  309. configuration)
  310. - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys)
  311. - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys)
  312. config HID_LOGITECH
  313. tristate "Logitech devices"
  314. depends on HID
  315. default !EXPERT
  316. ---help---
  317. Support for Logitech devices that are not fully compliant with HID standard.
  318. config HID_LOGITECH_DJ
  319. tristate "Logitech Unifying receivers full support"
  320. depends on HIDRAW
  321. depends on HID_LOGITECH
  322. select HID_LOGITECH_HIDPP
  323. ---help---
  324. Say Y if you want support for Logitech Unifying receivers and devices.
  325. Unifying receivers are capable of pairing up to 6 Logitech compliant
  326. devices to the same receiver. Without this driver it will be handled by
  327. generic USB_HID driver and all incoming events will be multiplexed
  328. into a single mouse and a single keyboard device.
  329. config HID_LOGITECH_HIDPP
  330. tristate "Logitech HID++ devices support"
  331. depends on HID_LOGITECH
  332. ---help---
  333. Support for Logitech devices relyingon the HID++ Logitech specification
  334. Say Y if you want support for Logitech devices relying on the HID++
  335. specification. Such devices are the various Logitech Touchpads (T650,
  336. T651, TK820), some mice (Zone Touch mouse), or even keyboards (Solar
  337. Keyboard).
  338. config LOGITECH_FF
  339. bool "Logitech force feedback support"
  340. depends on HID_LOGITECH
  341. select INPUT_FF_MEMLESS
  342. help
  343. Say Y here if you have one of these devices:
  344. - Logitech WingMan Cordless RumblePad
  345. - Logitech WingMan Cordless RumblePad 2
  346. - Logitech WingMan Force 3D
  347. - Logitech Formula Force EX
  348. - Logitech WingMan Formula Force GP
  349. and if you want to enable force feedback for them.
  350. Note: if you say N here, this device will still be supported, but without
  351. force feedback.
  352. config LOGIRUMBLEPAD2_FF
  353. bool "Logitech force feedback support (variant 2)"
  354. depends on HID_LOGITECH
  355. select INPUT_FF_MEMLESS
  356. help
  357. Say Y here if you want to enable force feedback support for:
  358. - Logitech RumblePad
  359. - Logitech Rumblepad 2
  360. - Logitech Formula Vibration Feedback Wheel
  361. config LOGIG940_FF
  362. bool "Logitech Flight System G940 force feedback support"
  363. depends on HID_LOGITECH
  364. select INPUT_FF_MEMLESS
  365. help
  366. Say Y here if you want to enable force feedback support for Logitech
  367. Flight System G940 devices.
  368. config LOGIWHEELS_FF
  369. bool "Logitech wheels configuration and force feedback support"
  370. depends on HID_LOGITECH
  371. select INPUT_FF_MEMLESS
  372. default LOGITECH_FF
  373. help
  374. Say Y here if you want to enable force feedback and range setting
  375. support for following Logitech wheels:
  376. - Logitech Driving Force
  377. - Logitech Driving Force Pro
  378. - Logitech Driving Force GT
  379. - Logitech G25
  380. - Logitech G27
  381. - Logitech MOMO/MOMO 2
  382. - Logitech Formula Force EX
  383. config HID_MAGICMOUSE
  384. tristate "Apple Magic Mouse/Trackpad multi-touch support"
  385. depends on HID
  386. ---help---
  387. Support for the Apple Magic Mouse/Trackpad multi-touch.
  388. Say Y here if you want support for the multi-touch features of the
  389. Apple Wireless "Magic" Mouse and the Apple Wireless "Magic" Trackpad.
  390. config HID_MICROSOFT
  391. tristate "Microsoft non-fully HID-compliant devices"
  392. depends on HID
  393. default !EXPERT
  394. ---help---
  395. Support for Microsoft devices that are not fully compliant with HID standard.
  396. config HID_MONTEREY
  397. tristate "Monterey Genius KB29E keyboard"
  398. depends on HID
  399. default !EXPERT
  400. ---help---
  401. Support for Monterey Genius KB29E.
  402. config HID_MULTITOUCH
  403. tristate "HID Multitouch panels"
  404. depends on HID
  405. ---help---
  406. Generic support for HID multitouch panels.
  407. Say Y here if you have one of the following devices:
  408. - 3M PCT touch screens
  409. - ActionStar dual touch panels
  410. - Atmel panels
  411. - Cando dual touch panels
  412. - Chunghwa panels
  413. - CVTouch panels
  414. - Cypress TrueTouch panels
  415. - Elan Microelectronics touch panels
  416. - Elo TouchSystems IntelliTouch Plus panels
  417. - GeneralTouch 'Sensing Win7-TwoFinger' panels
  418. - GoodTouch panels
  419. - Hanvon dual touch panels
  420. - Ilitek dual touch panels
  421. - IrTouch Infrared USB panels
  422. - LG Display panels (Dell ST2220Tc)
  423. - Lumio CrystalTouch panels
  424. - MosArt dual-touch panels
  425. - Panasonic multitouch panels
  426. - PenMount dual touch panels
  427. - Perixx Peripad 701 touchpad
  428. - PixArt optical touch screen
  429. - Pixcir dual touch panels
  430. - Quanta panels
  431. - eGalax dual-touch panels, including the Joojoo and Wetab tablets
  432. - SiS multitouch panels
  433. - Stantum multitouch panels
  434. - Touch International Panels
  435. - Unitec Panels
  436. - Wistron optical touch panels
  437. - XAT optical touch panels
  438. - Xiroku optical touch panels
  439. - Zytronic touch panels
  440. If unsure, say N.
  441. To compile this driver as a module, choose M here: the
  442. module will be called hid-multitouch.
  443. config HID_NTRIG
  444. tristate "N-Trig touch screen"
  445. depends on USB_HID
  446. ---help---
  447. Support for N-Trig touch screen.
  448. config HID_ORTEK
  449. tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
  450. depends on HID
  451. ---help---
  452. There are certain devices which have LogicalMaximum wrong in the keyboard
  453. usage page of their report descriptor. The most prevailing ones so far
  454. are manufactured by Ortek, thus the name of the driver. Currently
  455. supported devices by this driver are
  456. - Ortek PKB-1700
  457. - Ortek WKB-2000
  458. - Skycable wireless presenter
  459. config HID_PANTHERLORD
  460. tristate "Pantherlord/GreenAsia game controller"
  461. depends on HID
  462. ---help---
  463. Say Y here if you have a PantherLord/GreenAsia based game controller
  464. or adapter.
  465. config PANTHERLORD_FF
  466. bool "Pantherlord force feedback support"
  467. depends on HID_PANTHERLORD
  468. select INPUT_FF_MEMLESS
  469. ---help---
  470. Say Y here if you have a PantherLord/GreenAsia based game controller
  471. or adapter and want to enable force feedback support for it.
  472. config HID_PENMOUNT
  473. tristate "Penmount touch device"
  474. depends on USB_HID
  475. ---help---
  476. This selects a driver for the PenMount 6000 touch controller.
  477. The driver works around a problem in the report descript allowing
  478. the userspace to touch events instead of mouse events.
  479. Say Y here if you have a Penmount based touch controller.
  480. config HID_PETALYNX
  481. tristate "Petalynx Maxter remote control"
  482. depends on HID
  483. ---help---
  484. Support for Petalynx Maxter remote control.
  485. config HID_PICOLCD
  486. tristate "PicoLCD (graphic version)"
  487. depends on HID
  488. ---help---
  489. This provides support for Minibox PicoLCD devices, currently
  490. only the graphical ones are supported.
  491. This includes support for the following device features:
  492. - Keypad
  493. - Switching between Firmware and Flash mode
  494. - EEProm / Flash access (via debugfs)
  495. Features selectively enabled:
  496. - Framebuffer for monochrome 256x64 display
  497. - Backlight control
  498. - Contrast control
  499. - General purpose outputs
  500. Features that are not (yet) supported:
  501. - IR
  502. config HID_PICOLCD_FB
  503. bool "Framebuffer support" if EXPERT
  504. default !EXPERT
  505. depends on HID_PICOLCD
  506. depends on HID_PICOLCD=FB || FB=y
  507. select FB_DEFERRED_IO
  508. select FB_SYS_FILLRECT
  509. select FB_SYS_COPYAREA
  510. select FB_SYS_IMAGEBLIT
  511. select FB_SYS_FOPS
  512. ---help---
  513. Provide access to PicoLCD's 256x64 monochrome display via a
  514. framebuffer device.
  515. config HID_PICOLCD_BACKLIGHT
  516. bool "Backlight control" if EXPERT
  517. default !EXPERT
  518. depends on HID_PICOLCD
  519. depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
  520. ---help---
  521. Provide access to PicoLCD's backlight control via backlight
  522. class.
  523. config HID_PICOLCD_LCD
  524. bool "Contrast control" if EXPERT
  525. default !EXPERT
  526. depends on HID_PICOLCD
  527. depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
  528. ---help---
  529. Provide access to PicoLCD's LCD contrast via lcd class.
  530. config HID_PICOLCD_LEDS
  531. bool "GPO via leds class" if EXPERT
  532. default !EXPERT
  533. depends on HID_PICOLCD
  534. depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
  535. ---help---
  536. Provide access to PicoLCD's GPO pins via leds class.
  537. config HID_PICOLCD_CIR
  538. bool "CIR via RC class" if EXPERT
  539. default !EXPERT
  540. depends on HID_PICOLCD
  541. depends on HID_PICOLCD=RC_CORE || RC_CORE=y
  542. ---help---
  543. Provide access to PicoLCD's CIR interface via remote control (LIRC).
  544. config HID_PLANTRONICS
  545. tristate "Plantronics USB HID Driver"
  546. depends on HID
  547. ---help---
  548. Provides HID support for Plantronics USB audio devices.
  549. Correctly maps vendor unique volume up/down HID usages to
  550. KEY_VOLUMEUP and KEY_VOLUMEDOWN events and prevents core mapping
  551. of other vendor unique HID usages to random mouse events.
  552. Say M here if you may ever plug in a Plantronics USB audio device.
  553. config HID_PRIMAX
  554. tristate "Primax non-fully HID-compliant devices"
  555. depends on HID
  556. ---help---
  557. Support for Primax devices that are not fully compliant with the
  558. HID standard.
  559. config HID_ROCCAT
  560. tristate "Roccat device support"
  561. depends on USB_HID
  562. ---help---
  563. Support for Roccat devices.
  564. Say Y here if you have a Roccat mouse or keyboard and want
  565. support for its special functionalities.
  566. config HID_SAITEK
  567. tristate "Saitek (Mad Catz) non-fully HID-compliant devices"
  568. depends on HID
  569. ---help---
  570. Support for Saitek devices that are not fully compliant with the
  571. HID standard.
  572. Supported devices:
  573. - PS1000 Dual Analog Pad
  574. - R.A.T.9 Gaming Mouse
  575. - R.A.T.7 Gaming Mouse
  576. - M.M.O.7 Gaming Mouse
  577. config HID_SAMSUNG
  578. tristate "Samsung InfraRed remote control or keyboards"
  579. depends on HID
  580. ---help---
  581. Support for Samsung InfraRed remote control or keyboards.
  582. config HID_SONY
  583. tristate "Sony PS2/3/4 accessories"
  584. depends on USB_HID
  585. depends on NEW_LEDS
  586. depends on LEDS_CLASS
  587. select POWER_SUPPLY
  588. ---help---
  589. Support for
  590. * Sony PS3 6-axis controllers
  591. * Sony PS4 DualShock 4 controllers
  592. * Buzz controllers
  593. * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
  594. * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
  595. config SONY_FF
  596. bool "Sony PS2/3/4 accessories force feedback support"
  597. depends on HID_SONY
  598. select INPUT_FF_MEMLESS
  599. ---help---
  600. Say Y here if you have a Sony PS2/3/4 accessory and want to enable
  601. force feedback support for it.
  602. config HID_SPEEDLINK
  603. tristate "Speedlink VAD Cezanne mouse support"
  604. depends on HID
  605. ---help---
  606. Support for Speedlink Vicious and Divine Cezanne mouse.
  607. config HID_STEELSERIES
  608. tristate "Steelseries SRW-S1 steering wheel support"
  609. depends on HID
  610. ---help---
  611. Support for Steelseries SRW-S1 steering wheel
  612. config HID_SUNPLUS
  613. tristate "Sunplus wireless desktop"
  614. depends on HID
  615. ---help---
  616. Support for Sunplus wireless desktop.
  617. config HID_RMI
  618. tristate "Synaptics RMI4 device support"
  619. depends on HID
  620. ---help---
  621. Support for Synaptics RMI4 touchpads.
  622. Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
  623. and want support for its special functionalities.
  624. config HID_GREENASIA
  625. tristate "GreenAsia (Product ID 0x12) game controller support"
  626. depends on HID
  627. ---help---
  628. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  629. controller or adapter.
  630. config GREENASIA_FF
  631. bool "GreenAsia (Product ID 0x12) force feedback support"
  632. depends on HID_GREENASIA
  633. select INPUT_FF_MEMLESS
  634. ---help---
  635. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  636. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  637. and want to enable force feedback support for it.
  638. config HID_HYPERV_MOUSE
  639. tristate "Microsoft Hyper-V mouse driver"
  640. depends on HYPERV
  641. ---help---
  642. Select this option to enable the Hyper-V mouse driver.
  643. config HID_SMARTJOYPLUS
  644. tristate "SmartJoy PLUS PS2/USB adapter support"
  645. depends on HID
  646. ---help---
  647. Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
  648. Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
  649. Note that DDR (Dance Dance Revolution) mode is not supported, nor
  650. is pressure sensitive buttons on the pro models.
  651. config SMARTJOYPLUS_FF
  652. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  653. depends on HID_SMARTJOYPLUS
  654. select INPUT_FF_MEMLESS
  655. ---help---
  656. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  657. enable force feedback support for it.
  658. config HID_TIVO
  659. tristate "TiVo Slide Bluetooth remote control support"
  660. depends on HID
  661. ---help---
  662. Say Y if you have a TiVo Slide Bluetooth remote control.
  663. config HID_TOPSEED
  664. tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
  665. depends on HID
  666. ---help---
  667. Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
  668. CLLRCMCE remote control.
  669. config HID_THINGM
  670. tristate "ThingM blink(1) USB RGB LED"
  671. depends on HID
  672. depends on LEDS_CLASS
  673. ---help---
  674. Support for the ThingM blink(1) USB RGB LED. This driver registers a
  675. Linux LED class instance, plus additional sysfs attributes to control
  676. RGB colors, fade time and playing. The device is exposed through hidraw
  677. to access other functions.
  678. config HID_THRUSTMASTER
  679. tristate "ThrustMaster devices support"
  680. depends on HID
  681. ---help---
  682. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  683. a THRUSTMASTER Ferrari GT Rumble Wheel.
  684. config THRUSTMASTER_FF
  685. bool "ThrustMaster devices force feedback support"
  686. depends on HID_THRUSTMASTER
  687. select INPUT_FF_MEMLESS
  688. ---help---
  689. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  690. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  691. Rumble Force or Force Feedback Wheel.
  692. config HID_WACOM
  693. tristate "Wacom Intuos/Graphire tablet support (USB)"
  694. depends on HID
  695. select POWER_SUPPLY
  696. select NEW_LEDS
  697. select LEDS_CLASS
  698. help
  699. Say Y here if you want to use the USB or BT version of the Wacom Intuos
  700. or Graphire tablet.
  701. To compile this driver as a module, choose M here: the
  702. module will be called wacom.
  703. config HID_WIIMOTE
  704. tristate "Nintendo Wii / Wii U peripherals"
  705. depends on HID
  706. depends on LEDS_CLASS
  707. select POWER_SUPPLY
  708. select INPUT_FF_MEMLESS
  709. ---help---
  710. Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
  711. devices are the Wii Remote and its extension devices, but also devices
  712. based on the Wii Remote like the Wii U Pro Controller or the
  713. Wii Balance Board.
  714. Support for all official Nintendo extensions is available, however, 3rd
  715. party extensions might not be supported. Please report these devices to:
  716. http://github.com/dvdhrm/xwiimote/issues
  717. Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
  718. the Wii U Gamepad) might be supported in the future. But currently
  719. support is limited to Bluetooth based devices.
  720. If unsure, say N.
  721. To compile this driver as a module, choose M here: the
  722. module will be called hid-wiimote.
  723. config HID_XINMO
  724. tristate "Xin-Mo non-fully compliant devices"
  725. depends on HID
  726. ---help---
  727. Support for Xin-Mo devices that are not fully compliant with the HID
  728. standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
  729. if you have a Xin-Mo Dual Arcade controller.
  730. config HID_ZEROPLUS
  731. tristate "Zeroplus based game controller support"
  732. depends on HID
  733. ---help---
  734. Say Y here if you have a Zeroplus based game controller.
  735. config ZEROPLUS_FF
  736. bool "Zeroplus based game controller force feedback support"
  737. depends on HID_ZEROPLUS
  738. select INPUT_FF_MEMLESS
  739. ---help---
  740. Say Y here if you have a Zeroplus based game controller and want
  741. to have force feedback support for it.
  742. config HID_ZYDACRON
  743. tristate "Zydacron remote control support"
  744. depends on HID
  745. ---help---
  746. Support for Zydacron remote control.
  747. config HID_SENSOR_HUB
  748. tristate "HID Sensors framework support"
  749. depends on HID && HAS_IOMEM
  750. select MFD_CORE
  751. default n
  752. ---help---
  753. Support for HID Sensor framework. This creates a MFD instance
  754. for a sensor hub and identifies all the sensors connected to it.
  755. Each sensor is registered as a MFD cell, so that sensor specific
  756. processing can be done in a separate driver. Each sensor
  757. drivers can use the service provided by this driver to register
  758. for events and handle data streams. Each sensor driver can format
  759. data and present to user mode using input or IIO interface.
  760. config HID_SENSOR_CUSTOM_SENSOR
  761. tristate "HID Sensors hub custom sensor support"
  762. depends on HID_SENSOR_HUB
  763. default n
  764. ---help---
  765. HID Sensor hub specification allows definition of some custom and
  766. generic sensors. Unlike other HID sensors, they can't be exported
  767. via Linux IIO because of custom fields. This is up to the manufacturer
  768. to decide how to interpret these special sensor ids and process in
  769. the user space. Currently some manufacturers are using these ids for
  770. sensor calibration and debugging other sensors. Manufacturers
  771. should't use these special custom sensor ids to export any of the
  772. standard sensors.
  773. Select this config option for custom/generic sensor support.
  774. endmenu
  775. endif # HID
  776. source "drivers/hid/usbhid/Kconfig"
  777. source "drivers/hid/i2c-hid/Kconfig"
  778. endmenu