Kconfig 16 KB

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