Kconfig 18 KB

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