aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/Kconfig
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2008-11-22 03:23:39 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:40 -0500
commitfbb4c6d20f29f2b10daad31cc6238d91f93d70d4 (patch)
tree3c1921e51dd6fb9278430eea374fafb4a52e1943 /drivers/media/video/gspca/Kconfig
parenta08d81af37b3d7547813219da68c3c946f742fb3 (diff)
V4L/DVB (9712): gspca:Subdriver ov534 added.
The OmniVision OV534 is the USB bridge chip used in Sony Playstation EYE, it is found also in other webcams like Hercules Blog Webcam and Hercules Dualpix HD. This driver is the port to gspca of a prototype driver by Mark Ferrell based on vivi. The original code to initialize the camera and start the capture is from Jim Paris on ps2dev.org, here integrated with the analysis of the USB communications taken by the windows driver. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> 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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig
index fdd4f653753..770fb699d04 100644
--- a/drivers/media/video/gspca/Kconfig
+++ b/drivers/media/video/gspca/Kconfig
@@ -64,6 +64,16 @@ config USB_GSPCA_OV519
64 To compile this driver as a module, choose M here: the 64 To compile this driver as a module, choose M here: the
65 module will be called gspca_ov519. 65 module will be called gspca_ov519.
66 66
67config USB_GSPCA_OV534
68 tristate "OV534 USB Camera Driver"
69 depends on VIDEO_V4L2 && USB_GSPCA
70 help
71 Say Y here if you want support for cameras based on the OV534 chip.
72 (e.g. Sony Playstation EYE)
73
74 To compile this driver as a module, choose M here: the
75 module will be called gspca_ov534.
76
67config USB_GSPCA_PAC207 77config USB_GSPCA_PAC207
68 tristate "Pixart PAC207 USB Camera Driver" 78 tristate "Pixart PAC207 USB Camera Driver"
69 depends on VIDEO_V4L2 && USB_GSPCA 79 depends on VIDEO_V4L2 && USB_GSPCA