Kconfig 25 KB

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