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