Kconfig 12 KB

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