aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>2009-05-13 04:54:38 -0400
committerJiri Kosina <jkosina@suse.cz>2009-05-15 08:28:44 -0400
commitfac733f029251a393c42a8313432f2d9fe43bb83 (patch)
treea552e16369cb5a19a9527962060e06195610d3ff /drivers/hid/Kconfig
parentca2dcd40f54c8928b3994712a6cadd2078a087fa (diff)
HID: force feedback support for SmartJoy PLUS PS2/USB adapter
This driver adds force feedback support for SmartJoy PLUS PS2/USB adapter. I made this driver one device spesific instead of making generic 'wisegroup-ff' because I have another Wisegroup PS2/USB adapter that doesn't work same way as SmartJoy PLUS. If another device that is compatible pops up, this driver could be then renamed to something more generic. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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