Kconfig 12 KB

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