Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. #
  2. # Multimedia Video device configuration
  3. #
  4. menu "Video For Linux"
  5. depends on VIDEO_DEV
  6. comment "Video Adapters"
  7. config VIDEO_BT848
  8. tristate "BT848 Video For Linux"
  9. depends on VIDEO_DEV && PCI && I2C
  10. select I2C_ALGOBIT
  11. select FW_LOADER
  12. select VIDEO_BTCX
  13. select VIDEO_BUF
  14. select VIDEO_IR
  15. select VIDEO_TUNER
  16. select VIDEO_TVEEPROM
  17. ---help---
  18. Support for BT848 based frame grabber/overlay boards. This includes
  19. the Miro, Hauppauge and STB boards. Please read the material in
  20. <file:Documentation/video4linux/bttv/> for more information.
  21. To compile this driver as a module, choose M here: the
  22. module will be called bttv.
  23. config VIDEO_SAA6588
  24. tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
  25. depends on VIDEO_DEV && I2C && VIDEO_BT848
  26. help
  27. Support for Radio Data System (RDS) decoder. This allows seeing
  28. radio station identification transmitted using this standard.
  29. Currentlly, it works only with bt8x8 chips.
  30. To compile this driver as a module, choose M here: the
  31. module will be called saa6588.
  32. config VIDEO_PMS
  33. tristate "Mediavision Pro Movie Studio Video For Linux"
  34. depends on VIDEO_DEV && ISA
  35. help
  36. Say Y if you have such a thing.
  37. To compile this driver as a module, choose M here: the
  38. module will be called pms.
  39. config VIDEO_PLANB
  40. tristate "PlanB Video-In on PowerMac"
  41. depends on PPC_PMAC && VIDEO_DEV && BROKEN
  42. help
  43. PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
  44. input hardware. If you want to experiment with this, say Y.
  45. Otherwise, or if you don't understand a word, say N. See
  46. <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
  47. Saying M will compile this driver as a module (planb).
  48. config VIDEO_BWQCAM
  49. tristate "Quickcam BW Video For Linux"
  50. depends on VIDEO_DEV && PARPORT
  51. help
  52. Say Y have if you the black and white version of the QuickCam
  53. camera. See the next option for the color version.
  54. To compile this driver as a module, choose M here: the
  55. module will be called bw-qcam.
  56. config VIDEO_CQCAM
  57. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  58. depends on EXPERIMENTAL && VIDEO_DEV && PARPORT
  59. help
  60. This is the video4linux driver for the colour version of the
  61. Connectix QuickCam. If you have one of these cameras, say Y here,
  62. otherwise say N. This driver does not work with the original
  63. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  64. as a module (c-qcam).
  65. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  66. config VIDEO_W9966
  67. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  68. depends on PARPORT_1284 && VIDEO_DEV && PARPORT
  69. help
  70. Video4linux driver for Winbond's w9966 based Webcams.
  71. Currently tested with the LifeView FlyCam Supra.
  72. If you have one of these cameras, say Y here
  73. otherwise say N.
  74. This driver is also available as a module (w9966).
  75. Check out <file:Documentation/video4linux/w9966.txt> for more
  76. information.
  77. config VIDEO_CPIA
  78. tristate "CPiA Video For Linux"
  79. depends on VIDEO_DEV
  80. ---help---
  81. This is the video4linux driver for cameras based on Vision's CPiA
  82. (Colour Processor Interface ASIC), such as the Creative Labs Video
  83. Blaster Webcam II. If you have one of these cameras, say Y here
  84. and select parallel port and/or USB lowlevel support below,
  85. otherwise say N. This will not work with the Creative Webcam III.
  86. Please read <file:Documentation/video4linux/README.cpia> for more
  87. information.
  88. This driver is also available as a module (cpia).
  89. config VIDEO_CPIA_PP
  90. tristate "CPiA Parallel Port Lowlevel Support"
  91. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  92. help
  93. This is the lowlevel parallel port support for cameras based on
  94. Vision's CPiA (Colour Processor Interface ASIC), such as the
  95. Creative Webcam II. If you have the parallel port version of one
  96. of these cameras, say Y here, otherwise say N. It is also available
  97. as a module (cpia_pp).
  98. config VIDEO_CPIA_USB
  99. tristate "CPiA USB Lowlevel Support"
  100. depends on VIDEO_CPIA && USB
  101. help
  102. This is the lowlevel USB support for cameras based on Vision's CPiA
  103. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  104. If you have the USB version of one of these cameras, say Y here,
  105. otherwise say N. This will not work with the Creative Webcam III.
  106. It is also available as a module (cpia_usb).
  107. config VIDEO_SAA5246A
  108. tristate "SAA5246A, SAA5281 Teletext processor"
  109. depends on VIDEO_DEV && I2C
  110. help
  111. Support for I2C bus based teletext using the SAA5246A or SAA5281
  112. chip. Useful only if you live in Europe.
  113. To compile this driver as a module, choose M here: the
  114. module will be called saa5246a.
  115. config VIDEO_SAA5249
  116. tristate "SAA5249 Teletext processor"
  117. depends on VIDEO_DEV && I2C
  118. help
  119. Support for I2C bus based teletext using the SAA5249 chip. At the
  120. moment this is only useful on some European WinTV cards.
  121. To compile this driver as a module, choose M here: the
  122. module will be called saa5249.
  123. config TUNER_3036
  124. tristate "SAB3036 tuner"
  125. depends on VIDEO_DEV && I2C
  126. help
  127. Say Y here to include support for Philips SAB3036 compatible tuners.
  128. If in doubt, say N.
  129. config VIDEO_VINO
  130. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  131. depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL
  132. select I2C_ALGO_SGI
  133. help
  134. Say Y here to build in support for the Vino video input system found
  135. on SGI Indy machines.
  136. config VIDEO_STRADIS
  137. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  138. depends on EXPERIMENTAL && VIDEO_DEV && PCI
  139. help
  140. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  141. driver for PCI. There is a product page at
  142. <http://www.stradis.com/decoder.html>.
  143. config VIDEO_ZORAN
  144. tristate "Zoran ZR36057/36067 Video For Linux"
  145. depends on VIDEO_DEV && PCI && I2C_ALGOBIT
  146. help
  147. Say Y for support for MJPEG capture cards based on the Zoran
  148. 36057/36067 PCI controller chipset. This includes the Iomega
  149. Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
  150. a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
  151. more information, check <file:Documentation/video4linux/Zoran>.
  152. To compile this driver as a module, choose M here: the
  153. module will be called zr36067.
  154. config VIDEO_ZORAN_BUZ
  155. tristate "Iomega Buz support"
  156. depends on VIDEO_ZORAN
  157. help
  158. Support for the Iomega Buz MJPEG capture/playback card.
  159. config VIDEO_ZORAN_DC10
  160. tristate "Pinnacle/Miro DC10(+) support"
  161. depends on VIDEO_ZORAN
  162. help
  163. Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
  164. card.
  165. config VIDEO_ZORAN_DC30
  166. tristate "Pinnacle/Miro DC30(+) support"
  167. depends on VIDEO_ZORAN
  168. help
  169. Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
  170. card. This also supports really old DC10 cards based on the
  171. zr36050 MJPEG codec and zr36016 VFE.
  172. config VIDEO_ZORAN_LML33
  173. tristate "Linux Media Labs LML33 support"
  174. depends on VIDEO_ZORAN
  175. help
  176. Support for the Linux Media Labs LML33 MJPEG capture/playback
  177. card.
  178. config VIDEO_ZORAN_LML33R10
  179. tristate "Linux Media Labs LML33R10 support"
  180. depends on VIDEO_ZORAN
  181. help
  182. support for the Linux Media Labs LML33R10 MJPEG capture/playback
  183. card.
  184. config VIDEO_ZR36120
  185. tristate "Zoran ZR36120/36125 Video For Linux"
  186. depends on VIDEO_DEV && PCI && I2C && BROKEN
  187. help
  188. Support for ZR36120/ZR36125 based frame grabber/overlay boards.
  189. This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
  190. and Buster boards. Please read the material in
  191. <file:Documentation/video4linux/zr36120.txt> for more information.
  192. To compile this driver as a module, choose M here: the
  193. module will be called zr36120.
  194. config VIDEO_MEYE
  195. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  196. depends on VIDEO_DEV && PCI && SONYPI
  197. ---help---
  198. This is the video4linux driver for the Motion Eye camera found
  199. in the Vaio Picturebook laptops. Please read the material in
  200. <file:Documentation/video4linux/meye.txt> for more information.
  201. If you say Y or M here, you need to say Y or M to "Sony Programmable
  202. I/O Control Device" in the character device section.
  203. To compile this driver as a module, choose M here: the
  204. module will be called meye.
  205. source "drivers/media/video/saa7134/Kconfig"
  206. config VIDEO_MXB
  207. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  208. depends on VIDEO_DEV && PCI
  209. select VIDEO_SAA7146_VV
  210. select VIDEO_TUNER
  211. ---help---
  212. This is a video4linux driver for the 'Multimedia eXtension Board'
  213. TV card by Siemens-Nixdorf.
  214. To compile this driver as a module, choose M here: the
  215. module will be called mxb.
  216. config VIDEO_DPC
  217. tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
  218. depends on VIDEO_DEV && PCI
  219. select VIDEO_SAA7146_VV
  220. ---help---
  221. This is a video4linux driver for the 'dpc7146 demonstration
  222. board' by Philips-Semiconductors. It's the reference design
  223. for SAA7146 bases boards, so if you have some unsupported
  224. saa7146 based, analog video card, chances are good that it
  225. will work with this skeleton driver.
  226. To compile this driver as a module, choose M here: the
  227. module will be called dpc7146.
  228. config VIDEO_HEXIUM_ORION
  229. tristate "Hexium HV-PCI6 and Orion frame grabber"
  230. depends on VIDEO_DEV && PCI
  231. select VIDEO_SAA7146_VV
  232. ---help---
  233. This is a video4linux driver for the Hexium HV-PCI6 and
  234. Orion frame grabber cards by Hexium.
  235. To compile this driver as a module, choose M here: the
  236. module will be called hexium_orion.
  237. config VIDEO_HEXIUM_GEMINI
  238. tristate "Hexium Gemini frame grabber"
  239. depends on VIDEO_DEV && PCI
  240. select VIDEO_SAA7146_VV
  241. ---help---
  242. This is a video4linux driver for the Hexium Gemini frame
  243. grabber card by Hexium. Please note that the Gemini Dual
  244. card is *not* fully supported.
  245. To compile this driver as a module, choose M here: the
  246. module will be called hexium_gemini.
  247. source "drivers/media/video/cx88/Kconfig"
  248. config VIDEO_OVCAMCHIP
  249. tristate "OmniVision Camera Chip support"
  250. depends on VIDEO_DEV && I2C
  251. ---help---
  252. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  253. This driver is intended to be used with the ov511 and w9968cf USB
  254. camera drivers.
  255. To compile this driver as a module, choose M here: the
  256. module will be called ovcamchip
  257. config VIDEO_M32R_AR
  258. tristate "AR devices"
  259. depends on M32R
  260. ---help---
  261. This is a video4linux driver for the Renesas AR (Artificial Retina)
  262. camera module.
  263. config VIDEO_M32R_AR_M64278
  264. tristate "Use Colour AR module M64278(VGA)"
  265. depends on VIDEO_M32R_AR && PLAT_M32700UT
  266. ---help---
  267. Say Y here to use the Renesas M64278E-800 camera module,
  268. which supports VGA(640x480 pixcels) size of images.
  269. endmenu