xref: /openbmc/linux/drivers/media/pci/zoran/Kconfig (revision 293d5b43)
1config VIDEO_ZORAN
2	tristate "Zoran ZR36057/36067 Video For Linux"
3	depends on PCI && I2C_ALGOBIT && VIDEO_V4L2 && VIRT_TO_BUS
4	depends on !ALPHA
5	help
6	  Say Y for support for MJPEG capture cards based on the Zoran
7	  36057/36067 PCI controller chipset. This includes the Iomega
8	  Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
9	  a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
10	  more information, check <file:Documentation/video4linux/Zoran>.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called zr36067.
14
15config VIDEO_ZORAN_DC30
16	tristate "Pinnacle/Miro DC30(+) support"
17	depends on VIDEO_ZORAN
18	select VIDEO_ADV7175 if MEDIA_SUBDRV_AUTOSELECT
19	select VIDEO_VPX3220 if MEDIA_SUBDRV_AUTOSELECT
20	help
21	  Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
22	  card. This also supports really old DC10 cards based on the
23	  zr36050 MJPEG codec and zr36016 VFE.
24
25config VIDEO_ZORAN_ZR36060
26	tristate "Zoran ZR36060"
27	depends on VIDEO_ZORAN
28	help
29	  Say Y to support Zoran boards based on 36060 chips.
30	  This includes Iomega Buz, Pinnacle DC10, Linux media Labs 33
31	  and 33 R10 and AverMedia 6 boards.
32
33config VIDEO_ZORAN_BUZ
34	tristate "Iomega Buz support"
35	depends on VIDEO_ZORAN_ZR36060
36	select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
37	select VIDEO_SAA7185 if MEDIA_SUBDRV_AUTOSELECT
38	help
39	  Support for the Iomega Buz MJPEG capture/playback card.
40
41config VIDEO_ZORAN_DC10
42	tristate "Pinnacle/Miro DC10(+) support"
43	depends on VIDEO_ZORAN_ZR36060
44	select VIDEO_SAA7110 if MEDIA_SUBDRV_AUTOSELECT
45	select VIDEO_ADV7175 if MEDIA_SUBDRV_AUTOSELECT
46	help
47	  Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
48	  card.
49
50config VIDEO_ZORAN_LML33
51	tristate "Linux Media Labs LML33 support"
52	depends on VIDEO_ZORAN_ZR36060
53	select VIDEO_BT819 if MEDIA_SUBDRV_AUTOSELECT
54	select VIDEO_BT856 if MEDIA_SUBDRV_AUTOSELECT
55	help
56	  Support for the Linux Media Labs LML33 MJPEG capture/playback
57	  card.
58
59config VIDEO_ZORAN_LML33R10
60	tristate "Linux Media Labs LML33R10 support"
61	depends on VIDEO_ZORAN_ZR36060
62	select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
63	select VIDEO_ADV7170 if MEDIA_SUBDRV_AUTOSELECT
64	help
65	  support for the Linux Media Labs LML33R10 MJPEG capture/playback
66	  card.
67
68config VIDEO_ZORAN_AVS6EYES
69	tristate "AverMedia 6 Eyes support"
70	depends on VIDEO_ZORAN_ZR36060
71	select VIDEO_BT856 if MEDIA_SUBDRV_AUTOSELECT
72	select VIDEO_BT866 if MEDIA_SUBDRV_AUTOSELECT
73	select VIDEO_KS0127 if MEDIA_SUBDRV_AUTOSELECT
74	help
75	  Support for the AverMedia 6 Eyes video surveillance card.
76