Kconfig 18 KB

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