Kconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  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 On Line Grip based game controller support"
  167. depends on USB_HID
  168. ---help---
  169. Say Y here if you have a Holtek On Line Grip based game controller.
  170. config HOLTEK_FF
  171. bool "Holtek On Line Grip force feedback support"
  172. depends on HID_HOLTEK
  173. select INPUT_FF_MEMLESS
  174. ---help---
  175. Say Y here if you have a Holtek On Line Grip based game controller
  176. and want to have force feedback support for it.
  177. config HID_KEYTOUCH
  178. tristate "Keytouch HID devices"
  179. depends on USB_HID
  180. ---help---
  181. Support for Keytouch HID devices not fully compliant with
  182. the specification. Currently supported:
  183. - Keytouch IEC 60945
  184. config HID_KYE
  185. tristate "KYE/Genius devices"
  186. depends on USB_HID
  187. ---help---
  188. Support for KYE/Genius devices not fully compliant with HID standard:
  189. - Ergo Mouse
  190. - EasyPen i405X tablet
  191. - MousePen i608X tablet
  192. - EasyPen M610X tablet
  193. config HID_UCLOGIC
  194. tristate "UC-Logic"
  195. depends on USB_HID
  196. ---help---
  197. Support for UC-Logic tablets.
  198. config HID_WALTOP
  199. tristate "Waltop"
  200. depends on USB_HID
  201. ---help---
  202. Support for Waltop tablets.
  203. config HID_GYRATION
  204. tristate "Gyration remote control"
  205. depends on USB_HID
  206. ---help---
  207. Support for Gyration remote control.
  208. config HID_TWINHAN
  209. tristate "Twinhan IR remote control"
  210. depends on USB_HID
  211. ---help---
  212. Support for Twinhan IR remote control.
  213. config HID_KENSINGTON
  214. tristate "Kensington Slimblade Trackball" if EXPERT
  215. depends on USB_HID
  216. default !EXPERT
  217. ---help---
  218. Support for Kensington Slimblade Trackball.
  219. config HID_LCPOWER
  220. tristate "LC-Power"
  221. depends on USB_HID
  222. ---help---
  223. Support for LC-Power RC1000MCE RF remote control.
  224. config HID_LOGITECH
  225. tristate "Logitech devices" if EXPERT
  226. depends on USB_HID
  227. default !EXPERT
  228. ---help---
  229. Support for Logitech devices that are not fully compliant with HID standard.
  230. config HID_LOGITECH_DJ
  231. tristate "Logitech Unifying receivers full support"
  232. depends on HID_LOGITECH
  233. default m
  234. ---help---
  235. Say Y if you want support for Logitech Unifying receivers and devices.
  236. Unifying receivers are capable of pairing up to 6 Logitech compliant
  237. devices to the same receiver. Without this driver it will be handled by
  238. generic USB_HID driver and all incomming events will be multiplexed
  239. into a single mouse and a single keyboard device.
  240. config LOGITECH_FF
  241. bool "Logitech force feedback support"
  242. depends on HID_LOGITECH
  243. select INPUT_FF_MEMLESS
  244. help
  245. Say Y here if you have one of these devices:
  246. - Logitech WingMan Cordless RumblePad
  247. - Logitech WingMan Cordless RumblePad 2
  248. - Logitech WingMan Force 3D
  249. - Logitech Formula Force EX
  250. - Logitech WingMan Formula Force GP
  251. - Logitech MOMO Force wheel
  252. and if you want to enable force feedback for them.
  253. Note: if you say N here, this device will still be supported, but without
  254. force feedback.
  255. config LOGIRUMBLEPAD2_FF
  256. bool "Logitech RumblePad/Rumblepad 2 force feedback support"
  257. depends on HID_LOGITECH
  258. select INPUT_FF_MEMLESS
  259. help
  260. Say Y here if you want to enable force feedback support for Logitech
  261. RumblePad and Rumblepad 2 devices.
  262. config LOGIG940_FF
  263. bool "Logitech Flight System G940 force feedback support"
  264. depends on HID_LOGITECH
  265. select INPUT_FF_MEMLESS
  266. help
  267. Say Y here if you want to enable force feedback support for Logitech
  268. Flight System G940 devices.
  269. config LOGIWHEELS_FF
  270. bool "Logitech wheels configuration and force feedback support"
  271. depends on HID_LOGITECH
  272. select INPUT_FF_MEMLESS
  273. default LOGITECH_FF
  274. help
  275. Say Y here if you want to enable force feedback and range setting
  276. support for following Logitech wheels:
  277. - Logitech Driving Force
  278. - Logitech Driving Force Pro
  279. - Logitech Driving Force GT
  280. - Logitech G25
  281. - Logitech G27
  282. - Logitech MOMO/MOMO 2
  283. - Logitech Formula Force EX
  284. config HID_MAGICMOUSE
  285. tristate "Apple MagicMouse multi-touch support"
  286. depends on BT_HIDP
  287. ---help---
  288. Support for the Apple Magic Mouse multi-touch.
  289. Say Y here if you want support for the multi-touch features of the
  290. Apple Wireless "Magic" Mouse.
  291. config HID_MICROSOFT
  292. tristate "Microsoft non-fully HID-compliant devices" if EXPERT
  293. depends on USB_HID
  294. default !EXPERT
  295. ---help---
  296. Support for Microsoft devices that are not fully compliant with HID standard.
  297. config HID_MONTEREY
  298. tristate "Monterey Genius KB29E keyboard" if EXPERT
  299. depends on USB_HID
  300. default !EXPERT
  301. ---help---
  302. Support for Monterey Genius KB29E.
  303. config HID_MULTITOUCH
  304. tristate "HID Multitouch panels"
  305. depends on USB_HID
  306. ---help---
  307. Generic support for HID multitouch panels.
  308. Say Y here if you have one of the following devices:
  309. - 3M PCT touch screens
  310. - ActionStar dual touch panels
  311. - Atmel panels
  312. - Cando dual touch panels
  313. - Chunghwa panels
  314. - CVTouch panels
  315. - Cypress TrueTouch panels
  316. - Elo TouchSystems IntelliTouch Plus panels
  317. - GeneralTouch 'Sensing Win7-TwoFinger' panels
  318. - GoodTouch panels
  319. - Hanvon dual touch panels
  320. - Ilitek dual touch panels
  321. - IrTouch Infrared USB panels
  322. - LG Display panels (Dell ST2220Tc)
  323. - Lumio CrystalTouch panels
  324. - MosArt dual-touch panels
  325. - Panasonic multitouch panels
  326. - PenMount dual touch panels
  327. - Perixx Peripad 701 touchpad
  328. - PixArt optical touch screen
  329. - Pixcir dual touch panels
  330. - Quanta panels
  331. - eGalax dual-touch panels, including the Joojoo and Wetab tablets
  332. - Stantum multitouch panels
  333. - Touch International Panels
  334. - Unitec Panels
  335. - XAT optical touch panels
  336. - Xiroku optical touch panels
  337. If unsure, say N.
  338. To compile this driver as a module, choose M here: the
  339. module will be called hid-multitouch.
  340. config HID_NTRIG
  341. tristate "N-Trig touch screen"
  342. depends on USB_HID
  343. ---help---
  344. Support for N-Trig touch screen.
  345. config HID_ORTEK
  346. tristate "Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad"
  347. depends on USB_HID
  348. ---help---
  349. There are certain devices which have LogicalMaximum wrong in the keyboard
  350. usage page of their report descriptor. The most prevailing ones so far
  351. are manufactured by Ortek, thus the name of the driver. Currently
  352. supported devices by this driver are
  353. - Ortek PKB-1700
  354. - Ortek WKB-2000
  355. - Skycable wireless presenter
  356. config HID_PANTHERLORD
  357. tristate "Pantherlord/GreenAsia game controller"
  358. depends on USB_HID
  359. ---help---
  360. Say Y here if you have a PantherLord/GreenAsia based game controller
  361. or adapter.
  362. config PANTHERLORD_FF
  363. bool "Pantherlord force feedback support"
  364. depends on HID_PANTHERLORD
  365. select INPUT_FF_MEMLESS
  366. ---help---
  367. Say Y here if you have a PantherLord/GreenAsia based game controller
  368. or adapter and want to enable force feedback support for it.
  369. config HID_PETALYNX
  370. tristate "Petalynx Maxter remote control"
  371. depends on USB_HID
  372. ---help---
  373. Support for Petalynx Maxter remote control.
  374. config HID_PICOLCD
  375. tristate "PicoLCD (graphic version)"
  376. depends on USB_HID
  377. ---help---
  378. This provides support for Minibox PicoLCD devices, currently
  379. only the graphical ones are supported.
  380. This includes support for the following device features:
  381. - Keypad
  382. - Switching between Firmware and Flash mode
  383. - EEProm / Flash access (via debugfs)
  384. Features selectively enabled:
  385. - Framebuffer for monochrome 256x64 display
  386. - Backlight control
  387. - Contrast control
  388. - General purpose outputs
  389. Features that are not (yet) supported:
  390. - IR
  391. config HID_PICOLCD_FB
  392. bool "Framebuffer support" if EXPERT
  393. default !EXPERT
  394. depends on HID_PICOLCD
  395. depends on HID_PICOLCD=FB || FB=y
  396. select FB_DEFERRED_IO
  397. select FB_SYS_FILLRECT
  398. select FB_SYS_COPYAREA
  399. select FB_SYS_IMAGEBLIT
  400. select FB_SYS_FOPS
  401. ---help---
  402. Provide access to PicoLCD's 256x64 monochrome display via a
  403. framebuffer device.
  404. config HID_PICOLCD_BACKLIGHT
  405. bool "Backlight control" if EXPERT
  406. default !EXPERT
  407. depends on HID_PICOLCD
  408. depends on HID_PICOLCD=BACKLIGHT_CLASS_DEVICE || BACKLIGHT_CLASS_DEVICE=y
  409. ---help---
  410. Provide access to PicoLCD's backlight control via backlight
  411. class.
  412. config HID_PICOLCD_LCD
  413. bool "Contrast control" if EXPERT
  414. default !EXPERT
  415. depends on HID_PICOLCD
  416. depends on HID_PICOLCD=LCD_CLASS_DEVICE || LCD_CLASS_DEVICE=y
  417. ---help---
  418. Provide access to PicoLCD's LCD contrast via lcd class.
  419. config HID_PICOLCD_LEDS
  420. bool "GPO via leds class" if EXPERT
  421. default !EXPERT
  422. depends on HID_PICOLCD
  423. depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
  424. ---help---
  425. Provide access to PicoLCD's GPO pins via leds class.
  426. config HID_PRIMAX
  427. tristate "Primax non-fully HID-compliant devices"
  428. depends on USB_HID
  429. ---help---
  430. Support for Primax devices that are not fully compliant with the
  431. HID standard.
  432. config HID_ROCCAT
  433. tristate "Roccat device support"
  434. depends on USB_HID
  435. ---help---
  436. Support for Roccat devices.
  437. Say Y here if you have a Roccat mouse or keyboard and want
  438. support for its special functionalities.
  439. config HID_SAITEK
  440. tristate "Saitek non-fully HID-compliant devices"
  441. depends on USB_HID
  442. ---help---
  443. Support for Saitek devices that are not fully compliant with the
  444. HID standard.
  445. Currently only supports the PS1000 controller.
  446. config HID_SAMSUNG
  447. tristate "Samsung InfraRed remote control or keyboards"
  448. depends on USB_HID
  449. ---help---
  450. Support for Samsung InfraRed remote control or keyboards.
  451. config HID_SONY
  452. tristate "Sony PS3 controller"
  453. depends on USB_HID
  454. ---help---
  455. Support for Sony PS3 controller.
  456. config HID_SPEEDLINK
  457. tristate "Speedlink VAD Cezanne mouse support"
  458. depends on USB_HID
  459. ---help---
  460. Support for Speedlink Vicious and Divine Cezanne mouse.
  461. config HID_SUNPLUS
  462. tristate "Sunplus wireless desktop"
  463. depends on USB_HID
  464. ---help---
  465. Support for Sunplus wireless desktop.
  466. config HID_GREENASIA
  467. tristate "GreenAsia (Product ID 0x12) game controller support"
  468. depends on USB_HID
  469. ---help---
  470. Say Y here if you have a GreenAsia (Product ID 0x12) based game
  471. controller or adapter.
  472. config GREENASIA_FF
  473. bool "GreenAsia (Product ID 0x12) force feedback support"
  474. depends on HID_GREENASIA
  475. select INPUT_FF_MEMLESS
  476. ---help---
  477. Say Y here if you have a GreenAsia (Product ID 0x12) based game controller
  478. (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
  479. and want to enable force feedback support for it.
  480. config HID_HYPERV_MOUSE
  481. tristate "Microsoft Hyper-V mouse driver"
  482. depends on HYPERV
  483. ---help---
  484. Select this option to enable the Hyper-V mouse driver.
  485. config HID_SMARTJOYPLUS
  486. tristate "SmartJoy PLUS PS2/USB adapter support"
  487. depends on USB_HID
  488. ---help---
  489. Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box,
  490. Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro.
  491. Note that DDR (Dance Dance Revolution) mode is not supported, nor
  492. is pressure sensitive buttons on the pro models.
  493. config SMARTJOYPLUS_FF
  494. bool "SmartJoy PLUS PS2/USB adapter force feedback support"
  495. depends on HID_SMARTJOYPLUS
  496. select INPUT_FF_MEMLESS
  497. ---help---
  498. Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
  499. enable force feedback support for it.
  500. config HID_TIVO
  501. tristate "TiVo Slide Bluetooth remote control support"
  502. depends on (USB_HID || BT_HIDP)
  503. ---help---
  504. Say Y if you have a TiVo Slide Bluetooth remote control.
  505. config HID_TOPSEED
  506. tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support"
  507. depends on USB_HID
  508. ---help---
  509. Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
  510. CLLRCMCE remote control.
  511. config HID_THRUSTMASTER
  512. tristate "ThrustMaster devices support"
  513. depends on USB_HID
  514. ---help---
  515. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or
  516. a THRUSTMASTER Ferrari GT Rumble Wheel.
  517. config THRUSTMASTER_FF
  518. bool "ThrustMaster devices force feedback support"
  519. depends on HID_THRUSTMASTER
  520. select INPUT_FF_MEMLESS
  521. ---help---
  522. Say Y here if you have a THRUSTMASTER FireStore Dual Power 2 or 3,
  523. a THRUSTMASTER Dual Trigger 3-in-1 or a THRUSTMASTER Ferrari GT
  524. Rumble Force or Force Feedback Wheel.
  525. config HID_WACOM
  526. tristate "Wacom Bluetooth devices support"
  527. depends on BT_HIDP
  528. depends on LEDS_CLASS
  529. select POWER_SUPPLY
  530. ---help---
  531. Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
  532. config HID_WIIMOTE
  533. tristate "Nintendo Wii Remote support"
  534. depends on BT_HIDP
  535. depends on LEDS_CLASS
  536. select POWER_SUPPLY
  537. select INPUT_FF_MEMLESS
  538. ---help---
  539. Support for the Nintendo Wii Remote bluetooth device.
  540. config HID_WIIMOTE_EXT
  541. bool "Nintendo Wii Remote Extension support"
  542. depends on HID_WIIMOTE
  543. default HID_WIIMOTE
  544. ---help---
  545. Support for extension controllers of the Nintendo Wii Remote. Say yes
  546. here if you want to use the Nintendo Motion+, Nunchuck or Classic
  547. extension controllers with your Wii Remote.
  548. config HID_ZEROPLUS
  549. tristate "Zeroplus based game controller support"
  550. depends on USB_HID
  551. ---help---
  552. Say Y here if you have a Zeroplus based game controller.
  553. config ZEROPLUS_FF
  554. bool "Zeroplus based game controller force feedback support"
  555. depends on HID_ZEROPLUS
  556. select INPUT_FF_MEMLESS
  557. ---help---
  558. Say Y here if you have a Zeroplus based game controller and want
  559. to have force feedback support for it.
  560. config HID_ZYDACRON
  561. tristate "Zydacron remote control support"
  562. depends on USB_HID
  563. ---help---
  564. Support for Zydacron remote control.
  565. endmenu
  566. endif # HID
  567. source "drivers/hid/usbhid/Kconfig"
  568. endmenu