Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  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 HID_GENERIC
  47. tristate "Generic HID driver"
  48. depends on HID
  49. default HID
  50. ---help---
  51. Support for generic devices on the HID bus. This includes most
  52. keyboards and mice, joysticks, tablets and digitizers.
  53. To compile this driver as a module, choose M here: the module
  54. will be called hid-generic.
  55. If unsure, say Y.
  56. menu "Special HID drivers"
  57. depends on HID
  58. config HID_A4TECH
  59. tristate "A4 tech mice" if EXPERT
  60. depends on USB_HID
  61. default !EXPERT
  62. ---help---
  63. Support for A4 tech X5 and WOP-35 / Trust 450L mice.
  64. config HID_ACRUX
  65. tristate "ACRUX game controller support"
  66. depends on USB_HID
  67. ---help---
  68. Say Y here if you want to enable support for ACRUX game controllers.
  69. config HID_ACRUX_FF
  70. bool "ACRUX force feedback support"
  71. depends on HID_ACRUX
  72. select INPUT_FF_MEMLESS
  73. ---help---
  74. Say Y here if you want to enable force feedback support for ACRUX
  75. game controllers.
  76. config HID_APPLE
  77. tristate "Apple {i,Power,Mac}Books" if EXPERT
  78. depends on (USB_HID || BT_HIDP)
  79. default !EXPERT
  80. ---help---
  81. Support for some Apple devices which less or more break
  82. HID specification.
  83. Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
  84. MacBooks, MacBook Pros and Apple Aluminum.
  85. config HID_AUREAL
  86. tristate "Aureal"
  87. depends on USB_HID
  88. ---help---
  89. Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
  90. config HID_BELKIN
  91. tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT
  92. depends on USB_HID
  93. default !EXPERT
  94. ---help---
  95. Support for Belkin Flip KVM and Wireless keyboard.
  96. config HID_CHERRY
  97. tristate "Cherry Cymotion keyboard" if EXPERT
  98. depends on USB_HID
  99. default !EXPERT
  100. ---help---
  101. Support for Cherry Cymotion keyboard.
  102. config HID_CHICONY
  103. tristate "Chicony Tactical pad" if EXPERT
  104. depends on USB_HID
  105. default !EXPERT
  106. ---help---
  107. Support for Chicony Tactical pad.
  108. config HID_PRODIKEYS
  109. tristate "Prodikeys PC-MIDI Keyboard support"
  110. depends on USB_HID && SND
  111. select SND_RAWMIDI
  112. ---help---
  113. Support for Prodikeys PC-MIDI Keyboard device support.
  114. Say Y here to enable support for this device.
  115. - Prodikeys PC-MIDI keyboard.
  116. The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
  117. input and one MIDI output. These MIDI jacks appear as
  118. a sound "card" in the ALSA sound system.
  119. Note: if you say N here, this device will still function as a basic
  120. multimedia keyboard, but will lack support for the musical keyboard
  121. and some additional multimedia keys.
  122. config HID_CYPRESS
  123. tristate "Cypress mouse and barcode readers" if EXPERT
  124. depends on USB_HID
  125. default !EXPERT
  126. ---help---
  127. Support for cypress mouse and barcode readers.
  128. config HID_DRAGONRISE
  129. tristate "DragonRise Inc. game controller"
  130. depends on USB_HID
  131. ---help---
  132. Say Y here if you have DragonRise Inc. game controllers.
  133. These might be branded as:
  134. - Tesun USB-703
  135. - Media-tech MT1504 "Rogue"
  136. - DVTech JS19 "Gear"
  137. - Defender Game Master
  138. config DRAGONRISE_FF
  139. bool "DragonRise Inc. force feedback"
  140. depends on HID_DRAGONRISE
  141. select INPUT_FF_MEMLESS
  142. ---help---
  143. Say Y here if you want to enable force feedback support for DragonRise Inc.
  144. game controllers.
  145. config HID_EMS_FF
  146. tristate "EMS Production Inc. force feedback support"
  147. depends on USB_HID
  148. select INPUT_FF_MEMLESS
  149. ---help---
  150. Say Y here if you want to enable force feedback support for devices by
  151. EMS Production Ltd.
  152. Currently the following devices are known to be supported:
  153. - Trio Linker Plus II
  154. config HID_ELECOM
  155. tristate "ELECOM BM084 bluetooth mouse"
  156. depends on BT_HIDP
  157. ---help---
  158. Support for the ELECOM BM084 (bluetooth mouse).
  159. config HID_EZKEY
  160. tristate "Ezkey BTC 8193 keyboard" if EXPERT
  161. depends on USB_HID
  162. default !EXPERT
  163. ---help---
  164. Support for Ezkey BTC 8193 keyboard.
  165. config HID_HOLTEK
  166. tristate "Holtek HID devices"
  167. depends on USB_HID
  168. ---help---
  169. Support for Holtek based devices:
  170. - Holtek On Line Grip based game controller
  171. - Trust GXT 18 Gaming Keyboard
  172. config HOLTEK_FF
  173. bool "Holtek On Line Grip force feedback support"
  174. depends on HID_HOLTEK
  175. select INPUT_FF_MEMLESS
  176. ---help---
  177. Say Y here if you have a Holtek On Line Grip based game controller
  178. and want to have force feedback support for it.
  179. config HID_KEYTOUCH
  180. tristate "Keytouch HID devices"
  181. depends on USB_HID
  182. ---help---
  183. Support for Keytouch HID devices not fully compliant with
  184. the specification. Currently supported:
  185. - Keytouch IEC 60945
  186. config HID_KYE
  187. tristate "KYE/Genius devices"
  188. depends on USB_HID
  189. ---help---
  190. Support for KYE/Genius devices not fully compliant with HID standard:
  191. - Ergo Mouse
  192. - EasyPen i405X tablet
  193. - MousePen i608X tablet
  194. - EasyPen M610X tablet
  195. config HID_UCLOGIC
  196. tristate "UC-Logic"
  197. depends on USB_HID
  198. ---help---
  199. Support for UC-Logic tablets.
  200. config HID_WALTOP
  201. tristate "Waltop"
  202. depends on USB_HID
  203. ---help---
  204. Support for Waltop tablets.
  205. config HID_GYRATION
  206. tristate "Gyration remote control"
  207. depends on USB_HID
  208. ---help---
  209. Support for Gyration remote control.
  210. config HID_TWINHAN
  211. tristate "Twinhan IR remote control"
  212. depends on USB_HID
  213. ---help---
  214. Support for Twinhan IR remote control.
  215. config HID_KENSINGTON
  216. tristate "Kensington Slimblade Trackball" if EXPERT
  217. depends on USB_HID
  218. default !EXPERT
  219. ---help---
  220. Support for Kensington Slimblade Trackball.
  221. config HID_LCPOWER
  222. tristate "LC-Power"
  223. depends on USB_HID
  224. ---help---
  225. Support for LC-Power RC1000MCE RF remote control.
  226. config HID_LENOVO_TPKBD
  227. tristate "Lenovo ThinkPad USB Keyboard with TrackPoint"
  228. depends on USB_HID
  229. select NEW_LEDS
  230. select LEDS_CLASS
  231. ---help---
  232. Support for the Lenovo ThinkPad USB Keyboard with TrackPoint.
  233. Say Y here if you have a Lenovo ThinkPad USB Keyboard with TrackPoint
  234. and would like to use device-specific features like changing the
  235. sensitivity of the trackpoint, using the microphone mute button or
  236. controlling the mute and microphone mute LEDs.
  237. config HID_LOGITECH
  238. tristate "Logitech devices" if EXPERT
  239. depends on USB_HID
  240. default !EXPERT
  241. ---help---
  242. Support for Logitech devices that are not fully compliant with HID standard.
  243. config HID_LOGITECH_DJ
  244. tristate "Logitech Unifying receivers full support"
  245. depends on HID_LOGITECH
  246. default m
  247. ---help---
  248. Say Y if you want support for Logitech Unifying receivers and devices.
  249. Unifying receivers are capable of pairing up to 6 Logitech compliant
  250. devices to the same receiver. Without this driver it will be handled by
  251. generic USB_HID driver and all incomming events will be multiplexed
  252. into a single mouse and a single keyboard device.
  253. config LOGITECH_FF
  254. bool "Logitech force feedback support"
  255. depends on HID_LOGITECH
  256. select INPUT_FF_MEMLESS
  257. help
  258. Say Y here if you have one of these devices:
  259. - Logitech WingMan Cordless RumblePad
  260. - Logitech WingMan Cordless RumblePad 2
  261. - Logitech WingMan Force 3D
  262. - Logitech Formula Force EX
  263. - Logitech WingMan Formula Force GP
  264. - Logitech MOMO Force wheel
  265. and if you want to enable force feedback for them.
  266. Note: if you say N here, this device will still be supported, but without
  267. force feedback.
  268. config LOGIRUMBLEPAD2_FF
  269. bool "Logitech RumblePad/Rumblepad 2 force feedback support"
  270. depends on HID_LOGITECH
  271. select INPUT_FF_MEMLESS
  272. help
  273. Say Y here if you want to enable force feedback support for Logitech
  274. RumblePad and Rumblepad 2 devices.
  275. config LOGIG940_FF
  276. bool "Logitech Flight System G940 force feedback support"
  277. depends on HID_LOGITECH
  278. select INPUT_FF_MEMLESS
  279. help
  280. Say Y here if you want to enable force feedback support for Logitech
  281. Flight System G940 devices.
  282. config LOGIWHEELS_FF
  283. bool "Logitech wheels configuration and force feedback support"
  284. depends on HID_LOGITECH
  285. select INPUT_FF_MEMLESS
  286. default LOGITECH_FF
  287. help
  288. Say Y here if you want to enable force feedback and range setting
  289. support for following Logitech wheels:
  290. - Logitech Driving Force
  291. - Logitech Driving Force Pro
  292. - Logitech Driving Force GT
  293. - Logitech G25
  294. - Logitech G27
  295. - Logitech MOMO/MOMO 2
  296. - Logitech Formula Force EX
  297. config HID_MAGICMOUSE
  298. tristate "Apple MagicMouse multi-touch support"
  299. depends on BT_HIDP
  300. ---help---
  301. Support for the Apple Magic Mouse multi-touch.
  302. Say Y here if you want support for the multi-touch features of the
  303. Apple Wireless "Magic" Mouse.
  304. config HID_MICROSOFT
  305. tristate "Microsoft non-fully HID-compliant devices" if EXPERT
  306. depends on USB_HID
  307. default !EXPERT
  308. ---help---
  309. Support for Microsoft devices that are not fully compliant with HID standard.
  310. config HID_MONTEREY
  311. tristate "Monterey Genius KB29E keyboard" if EXPERT
  312. depends on USB_HID
  313. default !EXPERT
  314. ---help---
  315. Support for Monterey Genius KB29E.
  316. config HID_MULTITOUCH
  317. tristate "HID Multitouch panels"
  318. depends on USB_HID
  319. ---help---
  320. Generic support for HID multitouch panels.
  321. Say Y here if you have one of the following devices:
  322. - 3M PCT touch screens
  323. - ActionStar dual touch panels
  324. - Atmel panels
  325. - Cando dual touch panels
  326. - Chunghwa panels
  327. - CVTouch panels
  328. - Cypress TrueTouch panels
  329. - Elo TouchSystems IntelliTouch Plus panels
  330. - GeneralTouch 'Sensing Win7-TwoFinger' panels
  331. - GoodTouch panels
  332. - Hanvon dual touch panels
  333. - Ilitek dual touch panels
  334. - IrTouch Infrared USB panels
  335. - LG Display panels (Dell ST2220Tc)
  336. - Lumio CrystalTouch panels
  337. - MosArt dual-touch panels
  338. - Panasonic multitouch panels
  339. - PenMount dual touch panels
  340. - Perixx Peripad 701 touchpad
  341. - PixArt optical touch screen
  342. - Pixcir dual touch panels
  343. - Quanta panels
  344. - eGalax dual-touch panels, including the Joojoo and Wetab tablets
  345. - Stantum multitouch panels
  346. - Touch International Panels
  347. - Unitec Panels
  348. - XAT optical touch panels
  349. - Xiroku optical touch panels
  350. - Zytronic touch panels
  351. If unsure, say N.
  352. To compile this driver as a module, choose M here: the
  353. module will be called hid-multitouch.
  354. config HID_NTRIG
  355. tristate "N-Trig touch screen"
  356. depends on USB_HID
  357. ---help---
  358. Support for N-Trig touch screen.
  359. config HID_ORTEK
  360. tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
  361. depends on USB_HID
  362. ---help---
  363. There are certain devices which have LogicalMaximum wrong in the keyboard
  364. usage page of their report descriptor. The most prevailing ones so far
  365. are manufactured by Ortek, thus the name of the driver. Currently
  366. supported devices by this driver are
  367. - Ortek PKB-1700
  368. - Ortek WKB-2000
  369. - Skycable wireless presenter
  370. config HID_PANTHERLORD
  371. tristate "Pantherlord/GreenAsia game controller"
  372. depends on USB_HID
  373. ---help---
  374. Say Y here if you have a PantherLord/GreenAsia based game controller
  375. or adapter.
  376. config PANTHERLORD_FF
  377. bool "Pantherlord force feedback support"
  378. depends on HID_PANTHERLORD
  379. select INPUT_FF_MEMLESS
  380. ---help---
  381. Say Y here if you have a PantherLord/GreenAsia based game controller
  382. or adapter and want to enable force feedback support for it.
  383. config HID_PETALYNX
  384. tristate "Petalynx Maxter remote control"
  385. depends on USB_HID
  386. ---help---
  387. Support for Petalynx Maxter remote control.
  388. config HID_PICOLCD
  389. tristate "PicoLCD (graphic version)"
  390. depends on USB_HID
  391. ---help---
  392. This provides support for Minibox PicoLCD devices, currently
  393. only the graphical ones are supported.
  394. This includes support for the following device features:
  395. - Keypad
  396. - Switching between Firmware and Flash mode
  397. - EEProm / Flash access (via debugfs)
  398. Features selectively enabled:
  399. - Framebuffer for monochrome 256x64 display
  400. - Backlight control
  401. - Contrast control
  402. - General purpose outputs
  403. Features that are not (yet) supported:
  404. - IR
  405. config HID_PICOLCD_FB
  406. bool "Framebuffer support" if EXPERT
  407. default !EXPERT
  408. depends on HID_PICOLCD
  409. depends on HID_PICOLCD=FB || FB=y
  410. select FB_DEFERRED_IO
  411. select FB_SYS_FILLRECT
  412. select FB_SYS_COPYAREA
  413. select FB_SYS_IMAGEBLIT
  414. select FB_SYS_FOPS
  415. ---help---
  416. Provide access to PicoLCD's 256x64 monochrome display via a
  417. framebuffer device.
  418. config HID_PICOLCD_BACKLIGHT
  419. bool "Backlight control" if EXPERT
  420. default !EXPERT
  421. depends on HID_PICOLCD
  422. depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
  423. ---help---
  424. Provide access to PicoLCD's backlight control via backlight
  425. class.
  426. config HID_PICOLCD_LCD
  427. bool "Contrast control" if EXPERT
  428. default !EXPERT
  429. depends on HID_PICOLCD
  430. depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
  431. ---help---
  432. Provide access to PicoLCD's LCD contrast via lcd class.
  433. config HID_PICOLCD_LEDS
  434. bool "GPO via leds class" if EXPERT
  435. default !EXPERT
  436. depends on HID_PICOLCD
  437. depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
  438. ---help---
  439. Provide access to PicoLCD's GPO pins via leds class.
  440. config HID_PRIMAX
  441. tristate "Primax non-fully HID-compliant devices"
  442. depends on USB_HID
  443. ---help---
  444. Support for Primax devices that are not fully compliant with the
  445. HID standard.
  446. config HID_ROCCAT
  447. tristate "Roccat device support"
  448. depends on USB_HID
  449. ---help---
  450. Support for Roccat devices.
  451. Say Y here if you have a Roccat mouse or keyboard and want
  452. support for its special functionalities.
  453. config HID_SAITEK
  454. tristate "Saitek non-fully HID-compliant devices"
  455. depends on USB_HID
  456. ---help---
  457. Support for Saitek devices that are not fully compliant with the
  458. HID standard.
  459. Currently only supports the PS1000 controller.
  460. config HID_SAMSUNG
  461. tristate "Samsung InfraRed remote control or keyboards"
  462. depends on USB_HID
  463. ---help---
  464. Support for Samsung InfraRed remote control or keyboards.
  465. config HID_SONY
  466. tristate "Sony PS3 controller"
  467. depends on USB_HID
  468. ---help---
  469. Support for Sony PS3 controller.
  470. config HID_SPEEDLINK
  471. tristate "Speedlink VAD Cezanne mouse support"
  472. depends on USB_HID
  473. ---help---
  474. Support for Speedlink Vicious and Divine Cezanne mouse.
  475. config HID_SUNPLUS
  476. tristate "Sunplus wireless desktop"
  477. depends on USB_HID
  478. ---help---
  479. Support for Sunplus wireless desktop.
  480. config HID_GREENASIA
  481. tristate "GreenAsia (Product ID 0x12) game controller support"
  482. depends on USB_HID
  483. ---help---
  484. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  485. controller or adapter.
  486. config GREENASIA_FF
  487. bool "GreenAsia (Product ID 0x12) force feedback support"
  488. depends on HID_GREENASIA
  489. select INPUT_FF_MEMLESS
  490. ---help---
  491. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  492. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  493. and want to enable force feedback support for it.
  494. config HID_HYPERV_MOUSE
  495. tristate "Microsoft Hyper-V mouse driver"
  496. depends on HYPERV
  497. ---help---
  498. Select this option to enable the Hyper-V mouse driver.
  499. config HID_SMARTJOYPLUS
  500. tristate "SmartJoy PLUS PS2/USB adapter support"
  501. depends on USB_HID
  502. ---help---
  503. Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
  504. Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
  505. Note that DDR (Dance Dance Revolution) mode is not supported, nor
  506. is pressure sensitive buttons on the pro models.
  507. config SMARTJOYPLUS_FF
  508. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  509. depends on HID_SMARTJOYPLUS
  510. select INPUT_FF_MEMLESS
  511. ---help---
  512. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  513. enable force feedback support for it.
  514. config HID_TIVO
  515. tristate "TiVo Slide Bluetooth remote control support"
  516. depends on (USB_HID || BT_HIDP)
  517. ---help---
  518. Say Y if you have a TiVo Slide Bluetooth remote control.
  519. config HID_TOPSEED
  520. tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
  521. depends on USB_HID
  522. ---help---
  523. Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
  524. CLLRCMCE remote control.
  525. config HID_THRUSTMASTER
  526. tristate "ThrustMaster devices support"
  527. depends on USB_HID
  528. ---help---
  529. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  530. a THRUSTMASTER Ferrari GT Rumble Wheel.
  531. config THRUSTMASTER_FF
  532. bool "ThrustMaster devices force feedback support"
  533. depends on HID_THRUSTMASTER
  534. select INPUT_FF_MEMLESS
  535. ---help---
  536. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  537. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  538. Rumble Force or Force Feedback Wheel.
  539. config HID_WACOM
  540. tristate "Wacom Bluetooth devices support"
  541. depends on BT_HIDP
  542. depends on LEDS_CLASS
  543. select POWER_SUPPLY
  544. ---help---
  545. Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
  546. config HID_WIIMOTE
  547. tristate "Nintendo Wii Remote support"
  548. depends on BT_HIDP
  549. depends on LEDS_CLASS
  550. select POWER_SUPPLY
  551. select INPUT_FF_MEMLESS
  552. ---help---
  553. Support for the Nintendo Wii Remote bluetooth device.
  554. config HID_WIIMOTE_EXT
  555. bool "Nintendo Wii Remote Extension support"
  556. depends on HID_WIIMOTE
  557. default HID_WIIMOTE
  558. ---help---
  559. Support for extension controllers of the Nintendo Wii Remote. Say yes
  560. here if you want to use the Nintendo Motion+, Nunchuck or Classic
  561. extension controllers with your Wii Remote.
  562. config HID_ZEROPLUS
  563. tristate "Zeroplus based game controller support"
  564. depends on USB_HID
  565. ---help---
  566. Say Y here if you have a Zeroplus based game controller.
  567. config ZEROPLUS_FF
  568. bool "Zeroplus based game controller force feedback support"
  569. depends on HID_ZEROPLUS
  570. select INPUT_FF_MEMLESS
  571. ---help---
  572. Say Y here if you have a Zeroplus based game controller and want
  573. to have force feedback support for it.
  574. config HID_ZYDACRON
  575. tristate "Zydacron remote control support"
  576. depends on USB_HID
  577. ---help---
  578. Support for Zydacron remote control.
  579. endmenu
  580. endif # HID
  581. source "drivers/hid/usbhid/Kconfig"
  582. endmenu