summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/gspca/Kconfig
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-11-22 09:23:39 +0100
committerJean-Francois Moine <moinejf@free.fr>2008-11-22 09:23:39 +0100
commitaf3657eb719b76f16b5be6f6b6a76db32aa479dc (patch)
treea21988854d05e1386bbcb1df7b5d3fc1ea39d46f /linux/drivers/media/video/gspca/Kconfig
parent45bad1b774b960e44eaf6b907d207ddb7645db09 (diff)
downloadmediapointer-dvb-s2-af3657eb719b76f16b5be6f6b6a76db32aa479dc.tar.gz
mediapointer-dvb-s2-af3657eb719b76f16b5be6f6b6a76db32aa479dc.tar.bz2
gspca:Subdriver ov534 added.
From: Antonio Ospite <ospite@studenti.unina.it> 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. Priority: normal Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'linux/drivers/media/video/gspca/Kconfig')
-rw-r--r--linux/drivers/media/video/gspca/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/Kconfig b/linux/drivers/media/video/gspca/Kconfig
index fdd4f6537..770fb699d 100644
--- a/linux/drivers/media/video/gspca/Kconfig
+++ b/linux/drivers/media/video/gspca/Kconfig
@@ -64,6 +64,16 @@ config USB_GSPCA_OV519
To compile this driver as a module, choose M here: the
module will be called gspca_ov519.
+config USB_GSPCA_OV534
+ tristate "OV534 USB Camera Driver"
+ depends on VIDEO_V4L2 && USB_GSPCA
+ help
+ Say Y here if you want support for cameras based on the OV534 chip.
+ (e.g. Sony Playstation EYE)
+
+ To compile this driver as a module, choose M here: the
+ module will be called gspca_ov534.
+
config USB_GSPCA_PAC207
tristate "Pixart PAC207 USB Camera Driver"
depends on VIDEO_V4L2 && USB_GSPCA