Kconfig 11 KB

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