Kconfig 12 KB

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