diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-02-21 09:06:29 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:32:10 -0400 |
commit | 49b61ec9b5afdb739e07bc085ed12678bc932a22 (patch) | |
tree | d98dbfe9957ced5d8736c1b4b5d30d848298aa8f /drivers/media/video/gspca/Kconfig | |
parent | bcc6f669066d490f10484f44561f9c2ebb38c25b (diff) |
[media] gspca: Add new vicam subdriver
This is a complete rewrite of the old v4l1 vicam subdriver, featuring
multiple resolutions, gain + exposure control and still has less code.
Oh and it is a v4l2 driver rather then v4l1 ofcourse :)
Many thanks to Devin Heitmueller <dheitmueller@kernellabs.com> for
donating his 3com homeconnect to me, which made this rewrite possible.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r-- | drivers/media/video/gspca/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig index dda56ff834f..a20f6ae8825 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig | |||
@@ -346,6 +346,16 @@ config USB_GSPCA_VC032X | |||
346 | To compile this driver as a module, choose M here: the | 346 | To compile this driver as a module, choose M here: the |
347 | module will be called gspca_vc032x. | 347 | module will be called gspca_vc032x. |
348 | 348 | ||
349 | config USB_GSPCA_VICAM | ||
350 | tristate "ViCam USB Camera Driver" | ||
351 | depends on VIDEO_V4L2 && USB_GSPCA | ||
352 | help | ||
353 | Say Y here if you want support for the 3com homeconnect camera | ||
354 | (vicam). | ||
355 | |||
356 | To compile this driver as a module, choose M here: the | ||
357 | module will be called gspca_vicam. | ||
358 | |||
349 | config USB_GSPCA_XIRLINK_CIT | 359 | config USB_GSPCA_XIRLINK_CIT |
350 | tristate "Xirlink C-It USB Camera Driver" | 360 | tristate "Xirlink C-It USB Camera Driver" |
351 | depends on VIDEO_V4L2 && USB_GSPCA | 361 | depends on VIDEO_V4L2 && USB_GSPCA |