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