75 lines · plain
1config VIDEO_ZORAN2 tristate "Zoran ZR36057/36067 Video For Linux (Deprecated)"3 depends on PCI && I2C_ALGOBIT && VIDEO_DEV4 depends on !ALPHA5 depends on DEBUG_FS6 select VIDEOBUF2_DMA_CONTIG7 select VIDEO_ADV7170 if VIDEO_ZORAN_LML33R108 select VIDEO_ADV7175 if VIDEO_ZORAN_DC10 || VIDEO_ZORAN_DC309 select VIDEO_BT819 if VIDEO_ZORAN_LML3310 select VIDEO_BT856 if VIDEO_ZORAN_LML33 || VIDEO_ZORAN_AVS6EYES11 select VIDEO_BT866 if VIDEO_ZORAN_AVS6EYES12 select VIDEO_KS0127 if VIDEO_ZORAN_AVS6EYES13 select VIDEO_SAA711X if VIDEO_ZORAN_BUZ || VIDEO_ZORAN_LML33R1014 select VIDEO_SAA7110 if VIDEO_ZORAN_DC1015 select VIDEO_SAA7185 if VIDEO_ZORAN_BUZ16 select VIDEO_VPX3220 if VIDEO_ZORAN_DC3017 help18 Say Y for support for MJPEG capture cards based on the Zoran19 36057/36067 PCI controller chipset. This includes the Iomega20 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is21 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For22 more information, check <file:Documentation/driver-api/media/drivers/zoran.rst>.23 24 To compile this driver as a module, choose M here: the25 module will be called zr36067.26 27config VIDEO_ZORAN_DC3028 bool "Pinnacle/Miro DC30(+) support"29 depends on VIDEO_ZORAN30 help31 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback32 card. This also supports really old DC10 cards based on the33 zr36050 MJPEG codec and zr36016 VFE.34 35config VIDEO_ZORAN_ZR3606036 bool "Zoran ZR36060"37 depends on VIDEO_ZORAN38 help39 Say Y to support Zoran boards based on 36060 chips.40 This includes Iomega Buz, Pinnacle DC10, Linux media Labs 3341 and 33 R10 and AverMedia 6 boards.42 43config VIDEO_ZORAN_BUZ44 bool "Iomega Buz support"45 depends on VIDEO_ZORAN_ZR3606046 help47 Support for the Iomega Buz MJPEG capture/playback card.48 49config VIDEO_ZORAN_DC1050 bool "Pinnacle/Miro DC10(+) support"51 depends on VIDEO_ZORAN_ZR3606052 help53 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback54 card.55 56config VIDEO_ZORAN_LML3357 bool "Linux Media Labs LML33 support"58 depends on VIDEO_ZORAN_ZR3606059 help60 Support for the Linux Media Labs LML33 MJPEG capture/playback61 card.62 63config VIDEO_ZORAN_LML33R1064 bool "Linux Media Labs LML33R10 support"65 depends on VIDEO_ZORAN_ZR3606066 help67 support for the Linux Media Labs LML33R10 MJPEG capture/playback68 card.69 70config VIDEO_ZORAN_AVS6EYES71 bool "AverMedia 6 Eyes support"72 depends on VIDEO_ZORAN_ZR3606073 help74 Support for the AverMedia 6 Eyes video surveillance card.75