diff options
author | Kyle Guinn <elyk03@gmail.com> | 2009-01-16 03:36:14 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:32 -0400 |
commit | d661e62205498ce6518b9859bc30444e59737d8b (patch) | |
tree | a73119ae42513fc6a2b60ff1d3dad33be078daa5 /drivers/media/video/gspca/Kconfig | |
parent | 553d0d839b93550780d1b46e6bcd01a3c5c5883e (diff) |
V4L/DVB (10366): gspca - mr97310a: New subdriver.
This patch adds support for USB webcams based on the MR97310A chip. It was
tested with an Aiptek PenCam VGA+ webcam.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig index ee6a691dff22..11c5d2fc20de 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig | |||
@@ -56,6 +56,15 @@ config USB_GSPCA_MARS | |||
56 | To compile this driver as a module, choose M here: the | 56 | To compile this driver as a module, choose M here: the |
57 | module will be called gspca_mars. | 57 | module will be called gspca_mars. |
58 | 58 | ||
59 | config USB_GSPCA_MR97310A | ||
60 | tristate "Mars-Semi MR97310A USB Camera Driver" | ||
61 | depends on VIDEO_V4L2 && USB_GSPCA | ||
62 | help | ||
63 | Say Y here if you want support for cameras based on the MR97310A chip. | ||
64 | |||
65 | To compile this driver as a module, choose M here: the | ||
66 | module will be called gspca_mr97310a. | ||
67 | |||
59 | config USB_GSPCA_OV519 | 68 | config USB_GSPCA_OV519 |
60 | tristate "OV519 USB Camera Driver" | 69 | tristate "OV519 USB Camera Driver" |
61 | depends on VIDEO_V4L2 && USB_GSPCA | 70 | depends on VIDEO_V4L2 && USB_GSPCA |