summaryrefslogtreecommitdiff
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorfrank zago <frank@zago.net>2022-04-21 05:40:41 +0300
committerJiri Kosina <jkosina@suse.cz>2022-05-06 09:29:26 +0300
commit06be0d6442a07f73107964d7b56c21759c6dfb00 (patch)
treea84b500ee20150dd7a80735090d8682f748c2d68 /drivers/hid/Kconfig
parent5e206459f670b579da9b7861a0f3ce3b989a68b6 (diff)
downloadlinux-06be0d6442a07f73107964d7b56c21759c6dfb00.tar.xz
HID: Add support for Mega World controller force feedback
This patch adds support for one of the several Mega World USB game controller with integrated force feedback. It is a HID based memory-less game controller, with a weak motor on the left, and a strong one on the right. Signed-off-by: frank zago <frank@zago.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 7a674873d794..96750b390344 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -686,6 +686,14 @@ config HID_MAYFLASH
Say Y here if you have HJZ Mayflash PS3 game controller adapters
and want to enable force feedback support.
+config HID_MEGAWORLD_FF
+ tristate "Mega World based game controller force feedback support"
+ depends on USB_HID
+ select INPUT_FF_MEMLESS
+ help
+ Say Y here if you have a Mega World based game controller and want
+ to have force feedback support for it.
+
config HID_REDRAGON
tristate "Redragon keyboards"
depends on HID