diff options
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig deleted file mode 100644 index 4959dcf3cb4d..000000000000 --- a/drivers/usb/input/Kconfig +++ /dev/null | |||
@@ -1,77 +0,0 @@ | |||
1 | # | ||
2 | # USB Input driver configuration | ||
3 | # | ||
4 | comment "USB Input Devices" | ||
5 | depends on USB | ||
6 | |||
7 | config USB_POWERMATE | ||
8 | tristate "Griffin PowerMate and Contour Jog support" | ||
9 | depends on USB && INPUT | ||
10 | ---help--- | ||
11 | Say Y here if you want to use Griffin PowerMate or Contour Jog devices. | ||
12 | These are aluminum dials which can measure clockwise and anticlockwise | ||
13 | rotation. The dial also acts as a pushbutton. The base contains an LED | ||
14 | which can be instructed to pulse or to switch to a particular intensity. | ||
15 | |||
16 | You can download userspace tools from | ||
17 | <http://sowerbutts.com/powermate/>. | ||
18 | |||
19 | To compile this driver as a module, choose M here: the | ||
20 | module will be called powermate. | ||
21 | |||
22 | config USB_YEALINK | ||
23 | tristate "Yealink usb-p1k voip phone" | ||
24 | depends on USB && INPUT && EXPERIMENTAL | ||
25 | ---help--- | ||
26 | Say Y here if you want to enable keyboard and LCD functions of the | ||
27 | Yealink usb-p1k usb phones. The audio part is enabled by the generic | ||
28 | usb sound driver, so you might want to enable that as well. | ||
29 | |||
30 | For information about how to use these additional functions, see | ||
31 | <file:Documentation/input/yealink.txt>. | ||
32 | |||
33 | To compile this driver as a module, choose M here: the module will be | ||
34 | called yealink. | ||
35 | |||
36 | config USB_ATI_REMOTE | ||
37 | tristate "ATI / X10 USB RF remote control" | ||
38 | depends on USB && INPUT | ||
39 | ---help--- | ||
40 | Say Y here if you want to use an ATI or X10 "Lola" USB remote control. | ||
41 | These are RF remotes with USB receivers. | ||
42 | The ATI remote comes with many of ATI's All-In-Wonder video cards. | ||
43 | The X10 "Lola" remote is available at: | ||
44 | <http://www.x10.com/products/lola_sg1.htm> | ||
45 | This driver provides mouse pointer, left and right mouse buttons, | ||
46 | and maps all the other remote buttons to keypress events. | ||
47 | |||
48 | To compile this driver as a module, choose M here: the module will be | ||
49 | called ati_remote. | ||
50 | |||
51 | config USB_ATI_REMOTE2 | ||
52 | tristate "ATI / Philips USB RF remote control" | ||
53 | depends on USB && INPUT | ||
54 | ---help--- | ||
55 | Say Y here if you want to use an ATI or Philips USB RF remote control. | ||
56 | These are RF remotes with USB receivers. | ||
57 | ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards | ||
58 | and is also available as a separate product. | ||
59 | This driver provides mouse pointer, left and right mouse buttons, | ||
60 | and maps all the other remote buttons to keypress events. | ||
61 | |||
62 | To compile this driver as a module, choose M here: the module will be | ||
63 | called ati_remote2. | ||
64 | |||
65 | config USB_KEYSPAN_REMOTE | ||
66 | tristate "Keyspan DMR USB remote control (EXPERIMENTAL)" | ||
67 | depends on USB && INPUT && EXPERIMENTAL | ||
68 | ---help--- | ||
69 | Say Y here if you want to use a Keyspan DMR USB remote control. | ||
70 | Currently only the UIA-11 type of receiver has been tested. The tag | ||
71 | on the receiver that connects to the USB port should have a P/N that | ||
72 | will tell you what type of DMR you have. The UIA-10 type is not | ||
73 | supported at this time. This driver maps all buttons to keypress | ||
74 | events. | ||
75 | |||
76 | To compile this driver as a module, choose M here: the module will | ||
77 | be called keyspan_remote. | ||