Kconfig 11 KB

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