diff options
author | Alfred E. Heggestad <aeh@db.org> | 2008-08-08 11:49:08 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-08-08 11:54:03 -0400 |
commit | c04148f915e5ba7947752e6348e0da4cdab1329e (patch) | |
tree | b8ecc1231d405f55a6d3a4fd90bce076302de1d3 /drivers/input/misc/Kconfig | |
parent | 5a599a15182ed48e5bf54111feb3b21e425e194d (diff) |
Input: add driver for USB VoIP phones with CM109 chipset
Signed-off-by: Alfred E. Heggestad <aeh@db.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index e99b7882f382..199055db5082 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -180,6 +180,19 @@ config INPUT_YEALINK | |||
180 | To compile this driver as a module, choose M here: the module will be | 180 | To compile this driver as a module, choose M here: the module will be |
181 | called yealink. | 181 | called yealink. |
182 | 182 | ||
183 | config INPUT_CM109 | ||
184 | tristate "C-Media CM109 USB I/O Controller" | ||
185 | depends on EXPERIMENTAL | ||
186 | depends on USB_ARCH_HAS_HCD | ||
187 | select USB | ||
188 | help | ||
189 | Say Y here if you want to enable keyboard and buzzer functions of the | ||
190 | C-Media CM109 usb phones. The audio part is enabled by the generic | ||
191 | usb sound driver, so you might want to enable that as well. | ||
192 | |||
193 | To compile this driver as a module, choose M here: the module will be | ||
194 | called cm109. | ||
195 | |||
183 | config INPUT_UINPUT | 196 | config INPUT_UINPUT |
184 | tristate "User level driver support" | 197 | tristate "User level driver support" |
185 | help | 198 | help |