Kconfig 28 KB

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