diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 12:23:32 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 23:51:01 +0200 |
commit | 987fbc1f7d446f4bf7063d3b756ae29db80be75e (patch) | |
tree | 84e4057e429857b9a624b612b1180798c7893268 /drivers/hid/usbhid/Kconfig | |
parent | 10e41a711e55f485709b4ca157e587cf36ef5a69 (diff) | |
download | linux-987fbc1f7d446f4bf7063d3b756ae29db80be75e.tar.bz2 |
HID: move zeroplus FF processing
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/Kconfig')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index c236fb3deb59..3cfc076f5f71 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig @@ -44,14 +44,6 @@ config HID_PID feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such devices. -config ZEROPLUS_FF - bool "Zeroplus based game controller support" - depends on HID_FF - select INPUT_FF_MEMLESS if USB_HID - help - Say Y here if you have a Zeroplus based game controller and want to - enable force feedback for it. - config USB_HIDDEV bool "/dev/hiddev raw HID device support" depends on USB_HID |