aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/Kconfig
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2010-01-07 03:18:16 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 13:10:35 -0500
commitc52af79916028f9d15638519b54a80ed1c10bce5 (patch)
treef4e49161d702ca4bbf2fdc1e465ea79125685739 /drivers/media/video/gspca/Kconfig
parentde2d1549c2083e45ed84c779b64acf438ba5bf7f (diff)
V4L/DVB (13916): gspca - ov534/ov534_9: Split the ov534 subdriver.
The two sensors ov772x and ov965x have too much differences. 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/Kconfig16
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig
index 824e95a3d88..561bab0874c 100644
--- a/drivers/media/video/gspca/Kconfig
+++ b/drivers/media/video/gspca/Kconfig
@@ -95,15 +95,25 @@ config USB_GSPCA_OV519
95 module will be called gspca_ov519. 95 module will be called gspca_ov519.
96 96
97config USB_GSPCA_OV534 97config USB_GSPCA_OV534
98 tristate "OV534 USB Camera Driver" 98 tristate "OV534 OV772x USB Camera Driver"
99 depends on VIDEO_V4L2 && USB_GSPCA 99 depends on VIDEO_V4L2 && USB_GSPCA
100 help 100 help
101 Say Y here if you want support for cameras based on the OV534 chip. 101 Say Y here if you want support for cameras based on the OV534 chip
102 (e.g. Sony Playstation EYE) 102 and sensor OV772x (e.g. Sony Playstation EYE)
103 103
104 To compile this driver as a module, choose M here: the 104 To compile this driver as a module, choose M here: the
105 module will be called gspca_ov534. 105 module will be called gspca_ov534.
106 106
107config USB_GSPCA_OV534_9
108 tristate "OV534 OV965x USB Camera Driver"
109 depends on VIDEO_V4L2 && USB_GSPCA
110 help
111 Say Y here if you want support for cameras based on the OV534 chip
112 and sensor OV965x (e.g. Hercules Dualpix)
113
114 To compile this driver as a module, choose M here: the
115 module will be called gspca_ov534_9.
116
107config USB_GSPCA_PAC207 117config USB_GSPCA_PAC207
108 tristate "Pixart PAC207 USB Camera Driver" 118 tristate "Pixart PAC207 USB Camera Driver"
109 depends on VIDEO_V4L2 && USB_GSPCA 119 depends on VIDEO_V4L2 && USB_GSPCA