diff options
Diffstat (limited to 'drivers/usb/input/Kconfig')
-rw-r--r-- | drivers/usb/input/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig index 298e4a25e3d3..482c4be521f5 100644 --- a/drivers/usb/input/Kconfig +++ b/drivers/usb/input/Kconfig | |||
@@ -230,6 +230,20 @@ config USB_EGALAX | |||
230 | To compile this driver as a module, choose M here: the | 230 | To compile this driver as a module, choose M here: the |
231 | module will be called touchkitusb. | 231 | module will be called touchkitusb. |
232 | 232 | ||
233 | config USB_YEALINK | ||
234 | tristate "Yealink usb-p1k voip phone" | ||
235 | depends on USB && INPUT && EXPERIMENTAL | ||
236 | ---help--- | ||
237 | Say Y here if you want to enable keyboard and LCD functions of the | ||
238 | Yealink usb-p1k usb phones. The audio part is enabled by the generic | ||
239 | usb sound driver, so you might want to enable that as well. | ||
240 | |||
241 | For information about how to use these additional functions, see | ||
242 | <file:Documentation/input/yealink.txt>. | ||
243 | |||
244 | To compile this driver as a module, choose M here: the module will be | ||
245 | called yealink. | ||
246 | |||
233 | config USB_XPAD | 247 | config USB_XPAD |
234 | tristate "X-Box gamepad support" | 248 | tristate "X-Box gamepad support" |
235 | depends on USB && INPUT | 249 | depends on USB && INPUT |