Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. #
  2. # Multimedia Video device configuration
  3. #
  4. menu "Video Capture Adapters"
  5. depends on VIDEO_DEV
  6. comment "Video Capture 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_VIVI
  16. tristate "Virtual Video Driver"
  17. depends on VIDEO_V4L2 && !SPARC32 && !SPARC64
  18. select VIDEO_BUF
  19. default n
  20. ---help---
  21. Enables a virtual video driver. This device shows a color bar
  22. and a timestamp, as a real device would generate by using V4L2
  23. api.
  24. Say Y here if you want to test video apps or debug V4L devices.
  25. In doubt, say N.
  26. source "drivers/media/video/bt8xx/Kconfig"
  27. config VIDEO_SAA6588
  28. tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
  29. depends on I2C && VIDEO_BT848
  30. help
  31. Support for Radio Data System (RDS) decoder. This allows seeing
  32. radio station identification transmitted using this standard.
  33. Currentlly, it works only with bt8x8 chips.
  34. To compile this driver as a module, choose M here: the
  35. module will be called saa6588.
  36. config VIDEO_PMS
  37. tristate "Mediavision Pro Movie Studio Video For Linux"
  38. depends on ISA && VIDEO_V4L1
  39. help
  40. Say Y if you have such a thing.
  41. To compile this driver as a module, choose M here: the
  42. module will be called pms.
  43. config VIDEO_PLANB
  44. tristate "PlanB Video-In on PowerMac"
  45. depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
  46. help
  47. PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
  48. input hardware. If you want to experiment with this, say Y.
  49. Otherwise, or if you don't understand a word, say N. See
  50. <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
  51. Saying M will compile this driver as a module (planb).
  52. config VIDEO_BWQCAM
  53. tristate "Quickcam BW Video For Linux"
  54. depends on PARPORT && VIDEO_V4L1
  55. help
  56. Say Y have if you the black and white version of the QuickCam
  57. camera. See the next option for the color version.
  58. To compile this driver as a module, choose M here: the
  59. module will be called bw-qcam.
  60. config VIDEO_CQCAM
  61. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  62. depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
  63. help
  64. This is the video4linux driver for the colour version of the
  65. Connectix QuickCam. If you have one of these cameras, say Y here,
  66. otherwise say N. This driver does not work with the original
  67. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  68. as a module (c-qcam).
  69. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  70. config VIDEO_W9966
  71. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  72. depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
  73. help
  74. Video4linux driver for Winbond's w9966 based Webcams.
  75. Currently tested with the LifeView FlyCam Supra.
  76. If you have one of these cameras, say Y here
  77. otherwise say N.
  78. This driver is also available as a module (w9966).
  79. Check out <file:Documentation/video4linux/w9966.txt> for more
  80. information.
  81. config VIDEO_CPIA
  82. tristate "CPiA Video For Linux"
  83. depends on VIDEO_V4L1
  84. ---help---
  85. This is the video4linux driver for cameras based on Vision's CPiA
  86. (Colour Processor Interface ASIC), such as the Creative Labs Video
  87. Blaster Webcam II. If you have one of these cameras, say Y here
  88. and select parallel port and/or USB lowlevel support below,
  89. otherwise say N. This will not work with the Creative Webcam III.
  90. Please read <file:Documentation/video4linux/README.cpia> for more
  91. information.
  92. This driver is also available as a module (cpia).
  93. config VIDEO_CPIA_PP
  94. tristate "CPiA Parallel Port Lowlevel Support"
  95. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  96. help
  97. This is the lowlevel parallel port support for cameras based on
  98. Vision's CPiA (Colour Processor Interface ASIC), such as the
  99. Creative Webcam II. If you have the parallel port version of one
  100. of these cameras, say Y here, otherwise say N. It is also available
  101. as a module (cpia_pp).
  102. config VIDEO_CPIA_USB
  103. tristate "CPiA USB Lowlevel Support"
  104. depends on VIDEO_CPIA && USB
  105. help
  106. This is the lowlevel USB support for cameras based on Vision's CPiA
  107. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  108. If you have the USB version of one of these cameras, say Y here,
  109. otherwise say N. This will not work with the Creative Webcam III.
  110. It is also available as a module (cpia_usb).
  111. source "drivers/media/video/cpia2/Kconfig"
  112. config VIDEO_SAA5246A
  113. tristate "SAA5246A, SAA5281 Teletext processor"
  114. depends on I2C && VIDEO_V4L1
  115. help
  116. Support for I2C bus based teletext using the SAA5246A or SAA5281
  117. chip. Useful only if you live in Europe.
  118. To compile this driver as a module, choose M here: the
  119. module will be called saa5246a.
  120. config VIDEO_SAA5249
  121. tristate "SAA5249 Teletext processor"
  122. depends on VIDEO_DEV && I2C
  123. help
  124. Support for I2C bus based teletext using the SAA5249 chip. At the
  125. moment this is only useful on some European WinTV cards.
  126. To compile this driver as a module, choose M here: the
  127. module will be called saa5249.
  128. config TUNER_3036
  129. tristate "SAB3036 tuner"
  130. depends on VIDEO_DEV && I2C
  131. help
  132. Say Y here to include support for Philips SAB3036 compatible tuners.
  133. If in doubt, say N.
  134. config VIDEO_VINO
  135. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  136. depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L1
  137. select I2C_ALGO_SGI
  138. help
  139. Say Y here to build in support for the Vino video input system found
  140. on SGI Indy machines.
  141. config VIDEO_STRADIS
  142. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  143. depends on EXPERIMENTAL && PCI && VIDEO_V4L1
  144. help
  145. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  146. driver for PCI. There is a product page at
  147. <http://www.stradis.com/>.
  148. config VIDEO_ZORAN
  149. tristate "Zoran ZR36057/36067 Video For Linux"
  150. depends on PCI && I2C_ALGOBIT && VIDEO_V4L1
  151. help
  152. Say Y for support for MJPEG capture cards based on the Zoran
  153. 36057/36067 PCI controller chipset. This includes the Iomega
  154. Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
  155. a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
  156. more information, check <file:Documentation/video4linux/Zoran>.
  157. To compile this driver as a module, choose M here: the
  158. module will be called zr36067.
  159. config VIDEO_ZORAN_BUZ
  160. tristate "Iomega Buz support"
  161. depends on VIDEO_ZORAN
  162. help
  163. Support for the Iomega Buz MJPEG capture/playback card.
  164. config VIDEO_ZORAN_DC10
  165. tristate "Pinnacle/Miro DC10(+) support"
  166. depends on VIDEO_ZORAN
  167. help
  168. Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
  169. card.
  170. config VIDEO_ZORAN_DC30
  171. tristate "Pinnacle/Miro DC30(+) support"
  172. depends on VIDEO_ZORAN
  173. help
  174. Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
  175. card. This also supports really old DC10 cards based on the
  176. zr36050 MJPEG codec and zr36016 VFE.
  177. config VIDEO_ZORAN_LML33
  178. tristate "Linux Media Labs LML33 support"
  179. depends on VIDEO_ZORAN
  180. help
  181. Support for the Linux Media Labs LML33 MJPEG capture/playback
  182. card.
  183. config VIDEO_ZORAN_LML33R10
  184. tristate "Linux Media Labs LML33R10 support"
  185. depends on VIDEO_ZORAN
  186. help
  187. support for the Linux Media Labs LML33R10 MJPEG capture/playback
  188. card.
  189. config VIDEO_ZR36120
  190. tristate "Zoran ZR36120/36125 Video For Linux"
  191. depends on PCI && I2C && VIDEO_V4L1 && BROKEN
  192. help
  193. Support for ZR36120/ZR36125 based frame grabber/overlay boards.
  194. This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
  195. and Buster boards. Please read the material in
  196. <file:Documentation/video4linux/zr36120.txt> for more information.
  197. To compile this driver as a module, choose M here: the
  198. module will be called zr36120.
  199. config VIDEO_MEYE
  200. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  201. depends on PCI && SONYPI && VIDEO_V4L1
  202. ---help---
  203. This is the video4linux driver for the Motion Eye camera found
  204. in the Vaio Picturebook laptops. Please read the material in
  205. <file:Documentation/video4linux/meye.txt> for more information.
  206. If you say Y or M here, you need to say Y or M to "Sony Programmable
  207. I/O Control Device" in the character device section.
  208. To compile this driver as a module, choose M here: the
  209. module will be called meye.
  210. source "drivers/media/video/saa7134/Kconfig"
  211. config VIDEO_MXB
  212. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  213. depends on PCI && VIDEO_V4L1
  214. select VIDEO_SAA7146_VV
  215. select VIDEO_TUNER
  216. ---help---
  217. This is a video4linux driver for the 'Multimedia eXtension Board'
  218. TV card by Siemens-Nixdorf.
  219. To compile this driver as a module, choose M here: the
  220. module will be called mxb.
  221. config VIDEO_DPC
  222. tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
  223. depends on PCI && VIDEO_V4L1
  224. select VIDEO_SAA7146_VV
  225. select VIDEO_V4L2
  226. ---help---
  227. This is a video4linux driver for the 'dpc7146 demonstration
  228. board' by Philips-Semiconductors. It's the reference design
  229. for SAA7146 bases boards, so if you have some unsupported
  230. saa7146 based, analog video card, chances are good that it
  231. will work with this skeleton driver.
  232. To compile this driver as a module, choose M here: the
  233. module will be called dpc7146.
  234. config VIDEO_HEXIUM_ORION
  235. tristate "Hexium HV-PCI6 and Orion frame grabber"
  236. depends on PCI && VIDEO_V4L1
  237. select VIDEO_SAA7146_VV
  238. select VIDEO_V4L2
  239. ---help---
  240. This is a video4linux driver for the Hexium HV-PCI6 and
  241. Orion frame grabber cards by Hexium.
  242. To compile this driver as a module, choose M here: the
  243. module will be called hexium_orion.
  244. config VIDEO_HEXIUM_GEMINI
  245. tristate "Hexium Gemini frame grabber"
  246. depends on PCI && VIDEO_V4L1
  247. select VIDEO_SAA7146_VV
  248. select VIDEO_V4L2
  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. config VIDEO_OVCAMCHIP
  257. tristate "OmniVision Camera Chip support"
  258. depends on I2C && VIDEO_V4L1
  259. ---help---
  260. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  261. This driver is intended to be used with the ov511 and w9968cf USB
  262. camera drivers.
  263. To compile this driver as a module, choose M here: the
  264. module will be called ovcamchip.
  265. config VIDEO_M32R_AR
  266. tristate "AR devices"
  267. depends on M32R && VIDEO_V4L1
  268. ---help---
  269. This is a video4linux driver for the Renesas AR (Artificial Retina)
  270. camera module.
  271. config VIDEO_M32R_AR_M64278
  272. tristate "Use Colour AR module M64278(VGA)"
  273. depends on VIDEO_M32R_AR && PLAT_M32700UT
  274. ---help---
  275. Say Y here to use the Renesas M64278E-800 camera module,
  276. which supports VGA(640x480 pixcels) size of images.
  277. #
  278. # Encoder / Decoder module configuration
  279. #
  280. menu "Encoders and Decoders"
  281. depends on VIDEO_DEV
  282. config VIDEO_MSP3400
  283. tristate "Micronas MSP34xx audio decoders"
  284. depends on VIDEO_DEV && I2C
  285. ---help---
  286. Support for the Micronas MSP34xx series of audio decoders.
  287. To compile this driver as a module, choose M here: the
  288. module will be called msp3400.
  289. config VIDEO_CS53L32A
  290. tristate "Cirrus Logic CS53L32A audio ADC"
  291. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  292. ---help---
  293. Support for the Cirrus Logic CS53L32A low voltage
  294. stereo A/D converter.
  295. To compile this driver as a module, choose M here: the
  296. module will be called cs53l32a.
  297. config VIDEO_WM8775
  298. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  299. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  300. ---help---
  301. Support for the Wolfson Microelectronics WM8775 high
  302. performance stereo A/D Converter with a 4 channel input mixer.
  303. To compile this driver as a module, choose M here: the
  304. module will be called wm8775.
  305. config VIDEO_WM8739
  306. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  307. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  308. ---help---
  309. Support for the Wolfson Microelectronics WM8739
  310. stereo A/D Converter.
  311. To compile this driver as a module, choose M here: the
  312. module will be called wm8739.
  313. source "drivers/media/video/cx25840/Kconfig"
  314. config VIDEO_SAA711X
  315. tristate "Philips SAA7113/4/5 video decoders (OBSOLETED)"
  316. depends on VIDEO_V4L1 && I2C && EXPERIMENTAL
  317. ---help---
  318. Old support for the Philips SAA7113/4 video decoders.
  319. To compile this driver as a module, choose M here: the
  320. module will be called saa7115.
  321. config VIDEO_SAA7127
  322. tristate "Philips SAA7127/9 digital video encoders"
  323. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  324. ---help---
  325. Support for the Philips SAA7127/9 digital video encoders.
  326. To compile this driver as a module, choose M here: the
  327. module will be called saa7127.
  328. config VIDEO_UPD64031A
  329. tristate "NEC Electronics uPD64031A Ghost Reduction"
  330. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  331. ---help---
  332. Support for the NEC Electronics uPD64031A Ghost Reduction
  333. video chip. It is most often found in NTSC TV cards made for
  334. Japan and is used to reduce the 'ghosting' effect that can
  335. be present in analog TV broadcasts.
  336. To compile this driver as a module, choose M here: the
  337. module will be called upd64031a.
  338. config VIDEO_UPD64083
  339. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  340. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  341. ---help---
  342. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  343. separation video chip. It is used to improve the quality of
  344. the colors of a composite signal.
  345. To compile this driver as a module, choose M here: the
  346. module will be called upd64083.
  347. endmenu # encoder / decoder chips
  348. #
  349. # USB Multimedia device configuration
  350. #
  351. menu "V4L USB devices"
  352. depends on USB && VIDEO_DEV
  353. source "drivers/media/video/em28xx/Kconfig"
  354. config USB_DSBR
  355. tristate "D-Link USB FM radio support (EXPERIMENTAL)"
  356. depends on USB && VIDEO_V4L1 && EXPERIMENTAL
  357. ---help---
  358. Say Y here if you want to connect this type of radio to your
  359. computer's USB port. Note that the audio is not digital, and
  360. you must connect the line out connector to a sound card or a
  361. set of speakers.
  362. To compile this driver as a module, choose M here: the
  363. module will be called dsbr100.
  364. source "drivers/media/video/usbvideo/Kconfig"
  365. source "drivers/media/video/et61x251/Kconfig"
  366. config USB_OV511
  367. tristate "USB OV511 Camera support"
  368. depends on USB && VIDEO_V4L1
  369. ---help---
  370. Say Y here if you want to connect this type of camera to your
  371. computer's USB port. See <file:Documentation/video4linux/ov511.txt>
  372. for more information and for a list of supported cameras.
  373. To compile this driver as a module, choose M here: the
  374. module will be called ov511.
  375. config USB_SE401
  376. tristate "USB SE401 Camera support"
  377. depends on USB && VIDEO_V4L1
  378. ---help---
  379. Say Y here if you want to connect this type of camera to your
  380. computer's USB port. See <file:Documentation/video4linux/se401.txt>
  381. for more information and for a list of supported cameras.
  382. To compile this driver as a module, choose M here: the
  383. module will be called se401.
  384. source "drivers/media/video/sn9c102/Kconfig"
  385. config USB_STV680
  386. tristate "USB STV680 (Pencam) Camera support"
  387. depends on USB && VIDEO_V4L1
  388. ---help---
  389. Say Y here if you want to connect this type of camera to your
  390. computer's USB port. This includes the Pencam line of cameras.
  391. See <file:Documentation/video4linux/stv680.txt> for more information
  392. and for a list of supported cameras.
  393. To compile this driver as a module, choose M here: the
  394. module will be called stv680.
  395. config USB_W9968CF
  396. tristate "USB W996[87]CF JPEG Dual Mode Camera support"
  397. depends on USB && VIDEO_V4L1 && I2C
  398. select VIDEO_OVCAMCHIP
  399. ---help---
  400. Say Y here if you want support for cameras based on OV681 or
  401. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  402. This driver has an optional plugin, which is distributed as a
  403. separate module only (released under GPL). It allows to use higher
  404. resolutions and framerates, but cannot be included in the official
  405. Linux kernel for performance purposes.
  406. See <file:Documentation/video4linux/w9968cf.txt> for more info.
  407. To compile this driver as a module, choose M here: the
  408. module will be called w9968cf.
  409. source "drivers/media/video/zc0301/Kconfig"
  410. source "drivers/media/video/pwc/Kconfig"
  411. endmenu # V4L USB devices
  412. endmenu