Kconfig 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  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_V4L2
  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 && VIDEO_V4L2
  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 && VIDEO_V4L1
  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_V4L2
  137. select I2C_ALGO_SGI
  138. select VIDEO_SAA7191
  139. help
  140. Say Y here to build in support for the Vino video input system found
  141. on SGI Indy machines.
  142. config VIDEO_STRADIS
  143. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  144. depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && !PPC64
  145. help
  146. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  147. driver for PCI. There is a product page at
  148. <http://www.stradis.com/>.
  149. config VIDEO_ZORAN_ZR36060
  150. tristate
  151. config VIDEO_ZORAN
  152. tristate "Zoran ZR36057/36067 Video For Linux"
  153. depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && !PPC64
  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. select VIDEO_SAA7111
  166. select VIDEO_SAA7185
  167. select VIDEO_ZORAN_ZR36060
  168. help
  169. Support for the Iomega Buz MJPEG capture/playback card.
  170. config VIDEO_ZORAN_DC10
  171. tristate "Pinnacle/Miro DC10(+) support"
  172. depends on VIDEO_ZORAN
  173. select VIDEO_SAA7110
  174. select VIDEO_ADV7175
  175. select VIDEO_ZORAN_ZR36060
  176. help
  177. Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
  178. card.
  179. config VIDEO_ZORAN_DC30
  180. tristate "Pinnacle/Miro DC30(+) support"
  181. depends on VIDEO_ZORAN
  182. select VIDEO_ADV7175
  183. select VIDEO_VPX3220
  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. select VIDEO_BT819
  192. select VIDEO_BT856
  193. select VIDEO_ZORAN_ZR36060
  194. help
  195. Support for the Linux Media Labs LML33 MJPEG capture/playback
  196. card.
  197. config VIDEO_ZORAN_LML33R10
  198. tristate "Linux Media Labs LML33R10 support"
  199. depends on VIDEO_ZORAN
  200. select VIDEO_SAA7114
  201. select VIDEO_ADV7170
  202. select VIDEO_ZORAN_ZR36060
  203. help
  204. support for the Linux Media Labs LML33R10 MJPEG capture/playback
  205. card.
  206. config VIDEO_ZORAN_AVS6EYES
  207. tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
  208. depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1
  209. select VIDEO_BT856
  210. select VIDEO_KS0127
  211. select VIDEO_ZORAN_ZR36060
  212. help
  213. Support for the AverMedia 6 Eyes video surveillance card.
  214. config VIDEO_ZR36120
  215. tristate "Zoran ZR36120/36125 Video For Linux"
  216. depends on PCI && I2C && VIDEO_V4L1 && BROKEN
  217. help
  218. Support for ZR36120/ZR36125 based frame grabber/overlay boards.
  219. This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
  220. and Buster boards. Please read the material in
  221. <file:Documentation/video4linux/zr36120.txt> for more information.
  222. To compile this driver as a module, choose M here: the
  223. module will be called zr36120.
  224. config VIDEO_MEYE
  225. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  226. depends on PCI && SONYPI && VIDEO_V4L1
  227. ---help---
  228. This is the video4linux driver for the Motion Eye camera found
  229. in the Vaio Picturebook laptops. Please read the material in
  230. <file:Documentation/video4linux/meye.txt> for more information.
  231. If you say Y or M here, you need to say Y or M to "Sony Programmable
  232. I/O Control Device" in the character device section.
  233. To compile this driver as a module, choose M here: the
  234. module will be called meye.
  235. source "drivers/media/video/saa7134/Kconfig"
  236. config VIDEO_MXB
  237. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  238. depends on PCI && VIDEO_V4L1
  239. select VIDEO_SAA7146_VV
  240. select VIDEO_TUNER
  241. select VIDEO_SAA7111
  242. select VIDEO_TDA9840
  243. select VIDEO_TEA6415C
  244. select VIDEO_TEA6420
  245. ---help---
  246. This is a video4linux driver for the 'Multimedia eXtension Board'
  247. TV card by Siemens-Nixdorf.
  248. To compile this driver as a module, choose M here: the
  249. module will be called mxb.
  250. config VIDEO_DPC
  251. tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
  252. depends on PCI && VIDEO_V4L1
  253. select VIDEO_SAA7146_VV
  254. select VIDEO_SAA7111
  255. ---help---
  256. This is a video4linux driver for the 'dpc7146 demonstration
  257. board' by Philips-Semiconductors. It's the reference design
  258. for SAA7146 bases boards, so if you have some unsupported
  259. saa7146 based, analog video card, chances are good that it
  260. will work with this skeleton driver.
  261. To compile this driver as a module, choose M here: the
  262. module will be called dpc7146.
  263. config VIDEO_HEXIUM_ORION
  264. tristate "Hexium HV-PCI6 and Orion frame grabber"
  265. depends on PCI && VIDEO_V4L2
  266. select VIDEO_SAA7146_VV
  267. ---help---
  268. This is a video4linux driver for the Hexium HV-PCI6 and
  269. Orion frame grabber cards by Hexium.
  270. To compile this driver as a module, choose M here: the
  271. module will be called hexium_orion.
  272. config VIDEO_HEXIUM_GEMINI
  273. tristate "Hexium Gemini frame grabber"
  274. depends on PCI && VIDEO_V4L2
  275. select VIDEO_SAA7146_VV
  276. ---help---
  277. This is a video4linux driver for the Hexium Gemini frame
  278. grabber card by Hexium. Please note that the Gemini Dual
  279. card is *not* fully supported.
  280. To compile this driver as a module, choose M here: the
  281. module will be called hexium_gemini.
  282. source "drivers/media/video/cx88/Kconfig"
  283. config VIDEO_M32R_AR
  284. tristate "AR devices"
  285. depends on M32R && VIDEO_V4L1
  286. ---help---
  287. This is a video4linux driver for the Renesas AR (Artificial Retina)
  288. camera module.
  289. config VIDEO_M32R_AR_M64278
  290. tristate "AR device with color module M64278(VGA)"
  291. depends on PLAT_M32700UT
  292. select VIDEO_M32R_AR
  293. ---help---
  294. This is a video4linux driver for the Renesas AR (Artificial
  295. Retina) with M64278E-800 camera module.
  296. This module supports VGA(640x480 pixels) resolutions.
  297. To compile this driver as a module, choose M here: the
  298. module will be called arv.
  299. #
  300. # Encoder / Decoder module configuration
  301. #
  302. menu "Encoders and Decoders"
  303. depends on VIDEO_DEV
  304. comment "Audio Decoders"
  305. config VIDEO_TVAUDIO
  306. tristate "Support for several audio decoder chips found on bt8xx boards"
  307. depends on VIDEO_DEV && I2C
  308. ---help---
  309. Support for several audio decoder chips found on some bt8xx boards:
  310. tda8425, tea6300, tea6420, tea9840, tda985x, tda9874, pic16c54.
  311. To compile this driver as a module, choose M here: the
  312. module will be called tvaudio.
  313. config VIDEO_TDA7432
  314. tristate "Support for tda7432 chip"
  315. depends on VIDEO_DEV && I2C
  316. ---help---
  317. Support for tda7432 audio decoder chip found on some bt8xx boards.
  318. To compile this driver as a module, choose M here: the
  319. module will be called tda7432.
  320. config VIDEO_TDA9840
  321. tristate "Support for tda9840 chip"
  322. depends on VIDEO_DEV && I2C
  323. ---help---
  324. Support for tda9840 audio decoder chip found on some Zoran boards.
  325. To compile this driver as a module, choose M here: the
  326. module will be called tda9840.
  327. config VIDEO_TDA9875
  328. tristate "Support for tda9875 chip"
  329. depends on VIDEO_DEV && I2C
  330. ---help---
  331. Support for tda9875 audio decoder chip found on some bt8xx boards.
  332. To compile this driver as a module, choose M here: the
  333. module will be called tda9875.
  334. config VIDEO_TEA6415C
  335. tristate "Support for tea6415c chip"
  336. depends on VIDEO_DEV && I2C
  337. ---help---
  338. Support for tea6415c audio decoder chip found on some bt8xx boards.
  339. To compile this driver as a module, choose M here: the
  340. module will be called tea6415c.
  341. config VIDEO_TEA6420
  342. tristate "Support for tea6420 chip"
  343. depends on VIDEO_DEV && I2C
  344. ---help---
  345. Support for tea6420 audio decoder chip found on some bt8xx boards.
  346. To compile this driver as a module, choose M here: the
  347. module will be called tea6420.
  348. config VIDEO_MSP3400
  349. tristate "Micronas MSP34xx audio decoders"
  350. depends on VIDEO_DEV && I2C
  351. ---help---
  352. Support for the Micronas MSP34xx series of audio decoders.
  353. To compile this driver as a module, choose M here: the
  354. module will be called msp3400.
  355. config VIDEO_CS53L32A
  356. tristate "Cirrus Logic CS53L32A audio ADC"
  357. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  358. ---help---
  359. Support for the Cirrus Logic CS53L32A low voltage
  360. stereo A/D converter.
  361. To compile this driver as a module, choose M here: the
  362. module will be called cs53l32a.
  363. config VIDEO_TLV320AIC23B
  364. tristate "Texas Instruments TLV320AIC23B audio codec"
  365. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  366. ---help---
  367. Support for the Texas Instruments TLV320AIC23B audio codec.
  368. To compile this driver as a module, choose M here: the
  369. module will be called tlv320aic23b.
  370. config VIDEO_WM8775
  371. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  372. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  373. ---help---
  374. Support for the Wolfson Microelectronics WM8775 high
  375. performance stereo A/D Converter with a 4 channel input mixer.
  376. To compile this driver as a module, choose M here: the
  377. module will be called wm8775.
  378. config VIDEO_WM8739
  379. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  380. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  381. ---help---
  382. Support for the Wolfson Microelectronics WM8739
  383. stereo A/D Converter.
  384. To compile this driver as a module, choose M here: the
  385. module will be called wm8739.
  386. comment "MPEG video encoders"
  387. config VIDEO_CX2341X
  388. tristate "Conexant CX2341x MPEG encoders"
  389. depends on VIDEO_V4L2 && EXPERIMENTAL
  390. ---help---
  391. Support for the Conexant CX23416 MPEG encoders
  392. and CX23415 MPEG encoder/decoders.
  393. This module currently supports the encoding functions only.
  394. To compile this driver as a module, choose M here: the
  395. module will be called cx2341x.
  396. source "drivers/media/video/cx25840/Kconfig"
  397. config VIDEO_SAA7185
  398. tristate "Philips SAA7185 video encoder"
  399. depends on VIDEO_DEV && I2C
  400. ---help---
  401. Support for the Philips SAA7185 video encoder.
  402. To compile this driver as a module, choose M here: the
  403. module will be called saa7185.
  404. comment "Video encoders"
  405. config VIDEO_SAA7127
  406. tristate "Philips SAA7127/9 digital video encoders"
  407. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  408. ---help---
  409. Support for the Philips SAA7127/9 digital video encoders.
  410. To compile this driver as a module, choose M here: the
  411. module will be called saa7127.
  412. config VIDEO_ADV7170
  413. tristate "Analog Devices ADV7170 video encoder driver"
  414. depends on VIDEO_V4L2 && I2C
  415. ---help---
  416. Support for the Analog Devices ADV7170 video encoder driver
  417. To compile this driver as a module, choose M here: the
  418. module will be called adv7170.
  419. config VIDEO_ADV7175
  420. tristate "Analog Devices ADV7175 video encoder driver"
  421. depends on VIDEO_V4L2 && I2C
  422. ---help---
  423. Support for the Analog Devices ADV7175 video encoder driver
  424. To compile this driver as a module, choose M here: the
  425. module will be called adv7175.
  426. comment "Video decoders"
  427. config VIDEO_BT819
  428. tristate "BT819A VideoStream Decoder"
  429. depends on VIDEO_DEV && I2C
  430. ---help---
  431. Support for BT819A video decoder.
  432. To compile this driver as a module, choose M here: the
  433. module will be called bt819.
  434. config VIDEO_BT856
  435. tristate "BT856 VideoStream Decoder"
  436. depends on VIDEO_DEV && I2C
  437. ---help---
  438. Support for BT856 video decoder.
  439. To compile this driver as a module, choose M here: the
  440. module will be called bt856.
  441. config VIDEO_BT866
  442. tristate "BT866 VideoStream Decoder"
  443. depends on VIDEO_DEV && I2C
  444. ---help---
  445. Support for BT866 video decoder.
  446. To compile this driver as a module, choose M here: the
  447. module will be called bt866.
  448. config VIDEO_KS0127
  449. tristate "KS0127 video decoder"
  450. depends on VIDEO_V4L1 && I2C
  451. ---help---
  452. Support for KS0127 video decoder.
  453. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  454. cards.
  455. To compile this driver as a module, choose M here: the
  456. module will be called ks0127.
  457. config VIDEO_SAA7110
  458. tristate "Philips SAA7110 video decoder"
  459. depends on VIDEO_DEV
  460. ---help---
  461. Support for the Philips SAA7110 video decoders.
  462. To compile this driver as a module, choose M here: the
  463. module will be called saa7110.
  464. config VIDEO_SAA7111
  465. tristate "Philips SAA7111 video decoder"
  466. depends on VIDEO_DEV && I2C
  467. ---help---
  468. Support for the Philips SAA711 video decoder.
  469. To compile this driver as a module, choose M here: the
  470. module will be called saa7111.
  471. config VIDEO_SAA7114
  472. tristate "Philips SAA7114 video decoder"
  473. depends on VIDEO_DEV && I2C
  474. ---help---
  475. Support for the Philips SAA7114 video decoder. This driver
  476. is used only on Zoran driver and should be moved soon to
  477. SAA711x module.
  478. To compile this driver as a module, choose M here: the
  479. module will be called saa7114.
  480. config VIDEO_SAA711X
  481. tristate "Philips SAA7113/4/5 video decoders"
  482. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  483. ---help---
  484. Support for the Philips SAA7113/4/5 video decoders.
  485. To compile this driver as a module, choose M here: the
  486. module will be called saa7115.
  487. config VIDEO_SAA7191
  488. tristate "Philips SAA7191 video decoder"
  489. depends on VIDEO_DEV && I2C
  490. ---help---
  491. Support for the Philips SAA7191 video decoder.
  492. To compile this driver as a module, choose M here: the
  493. module will be called saa7191.
  494. config VIDEO_TVP5150
  495. tristate "Texas Instruments TVP5150 video decoder"
  496. depends on VIDEO_DEV && I2C
  497. ---help---
  498. Support for the Texas Instruments TVP5150 video decoder.
  499. To compile this driver as a module, choose M here: the
  500. module will be called tvp5150.
  501. config VIDEO_VPX3220
  502. tristate "vpx3220a, vpx3216b & vpx3214c video decoder driver"
  503. depends on VIDEO_DEV && I2C
  504. ---help---
  505. Support for VPX322x video decoders.
  506. To compile this driver as a module, choose M here: the
  507. module will be called vpx3220.
  508. comment "Video improvement chips"
  509. config VIDEO_UPD64031A
  510. tristate "NEC Electronics uPD64031A Ghost Reduction"
  511. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  512. ---help---
  513. Support for the NEC Electronics uPD64031A Ghost Reduction
  514. video chip. It is most often found in NTSC TV cards made for
  515. Japan and is used to reduce the 'ghosting' effect that can
  516. be present in analog TV broadcasts.
  517. To compile this driver as a module, choose M here: the
  518. module will be called upd64031a.
  519. config VIDEO_UPD64083
  520. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  521. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  522. ---help---
  523. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  524. separation video chip. It is used to improve the quality of
  525. the colors of a composite signal.
  526. To compile this driver as a module, choose M here: the
  527. module will be called upd64083.
  528. endmenu # encoder / decoder chips
  529. #
  530. # USB Multimedia device configuration
  531. #
  532. menu "V4L USB devices"
  533. depends on USB && VIDEO_DEV
  534. source "drivers/media/video/pvrusb2/Kconfig"
  535. source "drivers/media/video/em28xx/Kconfig"
  536. source "drivers/media/video/usbvideo/Kconfig"
  537. source "drivers/media/video/et61x251/Kconfig"
  538. config VIDEO_OVCAMCHIP
  539. tristate "OmniVision Camera Chip support"
  540. depends on I2C && VIDEO_V4L1
  541. ---help---
  542. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  543. This driver is intended to be used with the ov511 and w9968cf USB
  544. camera drivers.
  545. To compile this driver as a module, choose M here: the
  546. module will be called ovcamchip.
  547. config USB_W9968CF
  548. tristate "USB W996[87]CF JPEG Dual Mode Camera support"
  549. depends on USB && VIDEO_V4L1 && I2C
  550. select VIDEO_OVCAMCHIP
  551. ---help---
  552. Say Y here if you want support for cameras based on OV681 or
  553. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  554. This driver has an optional plugin, which is distributed as a
  555. separate module only (released under GPL). It allows to use higher
  556. resolutions and framerates, but cannot be included in the official
  557. Linux kernel for performance purposes.
  558. See <file:Documentation/video4linux/w9968cf.txt> for more info.
  559. To compile this driver as a module, choose M here: the
  560. module will be called w9968cf.
  561. config USB_OV511
  562. tristate "USB OV511 Camera support"
  563. depends on USB && VIDEO_V4L1
  564. ---help---
  565. Say Y here if you want to connect this type of camera to your
  566. computer's USB port. See <file:Documentation/video4linux/ov511.txt>
  567. for more information and for a list of supported cameras.
  568. To compile this driver as a module, choose M here: the
  569. module will be called ov511.
  570. config USB_SE401
  571. tristate "USB SE401 Camera support"
  572. depends on USB && VIDEO_V4L1
  573. ---help---
  574. Say Y here if you want to connect this type of camera to your
  575. computer's USB port. See <file:Documentation/video4linux/se401.txt>
  576. for more information and for a list of supported cameras.
  577. To compile this driver as a module, choose M here: the
  578. module will be called se401.
  579. source "drivers/media/video/sn9c102/Kconfig"
  580. config USB_STV680
  581. tristate "USB STV680 (Pencam) Camera support"
  582. depends on USB && VIDEO_V4L1
  583. ---help---
  584. Say Y here if you want to connect this type of camera to your
  585. computer's USB port. This includes the Pencam line of cameras.
  586. See <file:Documentation/video4linux/stv680.txt> for more information
  587. and for a list of supported cameras.
  588. To compile this driver as a module, choose M here: the
  589. module will be called stv680.
  590. source "drivers/media/video/zc0301/Kconfig"
  591. source "drivers/media/video/pwc/Kconfig"
  592. endmenu # V4L USB devices
  593. endmenu