Kconfig 11 KB

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