diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 06:23:33 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:01 -0400 |
commit | 76483cf4d0efbc35eaf9905a437f2f1be0221360 (patch) | |
tree | 3c5e2316ee8f8c9adb4a3fabea0ef709eb0e8f5b /drivers/hid/usbhid/Kconfig | |
parent | 987fbc1f7d446f4bf7063d3b756ae29db80be75e (diff) |
HID: remove hid-ff
hid-ff.c now calls only pidff (generic driver), the special ones are now
in separate drivers. Invoke pidff on all non-special directly.
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 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index 3cfc076f5f71..5d9aa95fc3ef 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -24,21 +24,8 @@ config USB_HID | |||
24 | comment "Input core support is needed for USB HID input layer or HIDBP support" | 24 | comment "Input core support is needed for USB HID input layer or HIDBP support" |
25 | depends on USB_HID && INPUT=n | 25 | depends on USB_HID && INPUT=n |
26 | 26 | ||
27 | config HID_FF | ||
28 | bool "Force feedback support (EXPERIMENTAL)" | ||
29 | depends on USB_HID && EXPERIMENTAL | ||
30 | help | ||
31 | Say Y here is you want force feedback support for a few HID devices. | ||
32 | See below for a list of supported devices. | ||
33 | |||
34 | See <file:Documentation/input/ff.txt> for a description of the force | ||
35 | feedback API. | ||
36 | |||
37 | If unsure, say N. | ||
38 | |||
39 | config HID_PID | 27 | config HID_PID |
40 | bool "PID device support" | 28 | bool "PID device support" |
41 | depends on HID_FF | ||
42 | help | 29 | help |
43 | Say Y here if you have a PID-compliant device and wish to enable force | 30 | Say Y here if you have a PID-compliant device and wish to enable force |
44 | feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such | 31 | feedback for it. Microsoft Sidewinder Force Feedback 2 is one of such |