Kconfig 2.5 KB

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