aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 21edf407bbda..4cdf846da62c 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -256,6 +256,21 @@ config GREENASIA_FF
256 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter 256 (like MANTA Warrior MM816 and SpeedLink Strike2 SL-6635) or adapter
257 and want to enable force feedback support for it. 257 and want to enable force feedback support for it.
258 258
259config HID_SMARTJOYPLUS
260 tristate "SmartJoy PLUS PS2/USB adapter support" if EMBEDDED
261 depends on USB_HID
262 default !EMBEDDED
263 ---help---
264 Support for SmartJoy PLUS PS2/USB adapter.
265
266config SMARTJOYPLUS_FF
267 bool "SmartJoy PLUS PS2/USB adapter force feedback support"
268 depends on HID_SMARTJOYPLUS
269 select INPUT_FF_MEMLESS
270 ---help---
271 Say Y here if you have a SmartJoy PLUS PS2/USB adapter and want to
272 enable force feedback support for it.
273
259config HID_TOPSEED 274config HID_TOPSEED
260 tristate "TopSeed Cyberlink remote control support" if EMBEDDED 275 tristate "TopSeed Cyberlink remote control support" if EMBEDDED
261 depends on USB_HID 276 depends on USB_HID