Kconfig 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  1. #
  2. # Multimedia Video device configuration
  3. #
  4. menuconfig VIDEO_CAPTURE_DRIVERS
  5. bool "Video capture adapters"
  6. depends on VIDEO_V4L2
  7. default y
  8. ---help---
  9. Say Y here to enable selecting the video adapters for
  10. webcams, analog TV, and hybrid analog/digital TV.
  11. Some of those devices also supports FM radio.
  12. if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
  13. config VIDEO_ADV_DEBUG
  14. bool "Enable advanced debug functionality"
  15. default n
  16. ---help---
  17. Say Y here to enable advanced debugging functionality on some
  18. V4L devices.
  19. In doubt, say N.
  20. config VIDEO_HELPER_CHIPS_AUTO
  21. bool "Autoselect pertinent encoders/decoders and other helper chips"
  22. default y
  23. ---help---
  24. Most video cards may require additional modules to encode or
  25. decode audio/video standards. This option will autoselect
  26. all pertinent modules to each selected video module.
  27. Unselect this only if you know exactly what you are doing, since
  28. it may break support on some boards.
  29. In doubt, say Y.
  30. #
  31. # Encoder / Decoder module configuration
  32. #
  33. menu "Encoders/decoders and other helper chips"
  34. depends on !VIDEO_HELPER_CHIPS_AUTO
  35. comment "Audio decoders"
  36. config VIDEO_TVAUDIO
  37. tristate "Simple audio decoder chips"
  38. depends on VIDEO_V4L2 && I2C
  39. ---help---
  40. Support for several audio decoder chips found on some bt8xx boards:
  41. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  42. tea6320, tea6420, tda8425, ta8874z.
  43. Microchip: pic16c54 based design on ProVideo PV951 board.
  44. To compile this driver as a module, choose M here: the
  45. module will be called tvaudio.
  46. config VIDEO_TDA7432
  47. tristate "Philips TDA7432 audio processor"
  48. depends on VIDEO_V4L2 && I2C
  49. ---help---
  50. Support for tda7432 audio decoder chip found on some bt8xx boards.
  51. To compile this driver as a module, choose M here: the
  52. module will be called tda7432.
  53. config VIDEO_TDA9840
  54. tristate "Philips TDA9840 audio processor"
  55. depends on I2C
  56. ---help---
  57. Support for tda9840 audio decoder chip found on some Zoran boards.
  58. To compile this driver as a module, choose M here: the
  59. module will be called tda9840.
  60. config VIDEO_TDA9875
  61. tristate "Philips TDA9875 audio processor"
  62. depends on VIDEO_V4L2 && I2C
  63. ---help---
  64. Support for tda9875 audio decoder chip found on some bt8xx boards.
  65. To compile this driver as a module, choose M here: the
  66. module will be called tda9875.
  67. config VIDEO_TEA6415C
  68. tristate "Philips TEA6415C audio processor"
  69. depends on I2C
  70. ---help---
  71. Support for tea6415c audio decoder chip found on some bt8xx boards.
  72. To compile this driver as a module, choose M here: the
  73. module will be called tea6415c.
  74. config VIDEO_TEA6420
  75. tristate "Philips TEA6420 audio processor"
  76. depends on I2C
  77. ---help---
  78. Support for tea6420 audio decoder chip found on some bt8xx boards.
  79. To compile this driver as a module, choose M here: the
  80. module will be called tea6420.
  81. config VIDEO_MSP3400
  82. tristate "Micronas MSP34xx audio decoders"
  83. depends on VIDEO_V4L2 && I2C
  84. ---help---
  85. Support for the Micronas MSP34xx series of audio decoders.
  86. To compile this driver as a module, choose M here: the
  87. module will be called msp3400.
  88. config VIDEO_CS5345
  89. tristate "Cirrus Logic CS5345 audio ADC"
  90. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  91. ---help---
  92. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  93. stereo A/D converter.
  94. To compile this driver as a module, choose M here: the
  95. module will be called cs5345.
  96. config VIDEO_CS53L32A
  97. tristate "Cirrus Logic CS53L32A audio ADC"
  98. depends on VIDEO_V4L2 && I2C
  99. ---help---
  100. Support for the Cirrus Logic CS53L32A low voltage
  101. stereo A/D converter.
  102. To compile this driver as a module, choose M here: the
  103. module will be called cs53l32a.
  104. config VIDEO_M52790
  105. tristate "Mitsubishi M52790 A/V switch"
  106. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  107. ---help---
  108. Support for the Mitsubishi M52790 A/V switch.
  109. To compile this driver as a module, choose M here: the
  110. module will be called m52790.
  111. config VIDEO_TLV320AIC23B
  112. tristate "Texas Instruments TLV320AIC23B audio codec"
  113. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  114. ---help---
  115. Support for the Texas Instruments TLV320AIC23B audio codec.
  116. To compile this driver as a module, choose M here: the
  117. module will be called tlv320aic23b.
  118. config VIDEO_WM8775
  119. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  120. depends on VIDEO_V4L2 && I2C
  121. ---help---
  122. Support for the Wolfson Microelectronics WM8775 high
  123. performance stereo A/D Converter with a 4 channel input mixer.
  124. To compile this driver as a module, choose M here: the
  125. module will be called wm8775.
  126. config VIDEO_WM8739
  127. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  128. depends on VIDEO_V4L2 && I2C
  129. ---help---
  130. Support for the Wolfson Microelectronics WM8739
  131. stereo A/D Converter.
  132. To compile this driver as a module, choose M here: the
  133. module will be called wm8739.
  134. config VIDEO_VP27SMPX
  135. tristate "Panasonic VP27s internal MPX"
  136. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  137. ---help---
  138. Support for the internal MPX of the Panasonic VP27s tuner.
  139. To compile this driver as a module, choose M here: the
  140. module will be called vp27smpx.
  141. comment "Video decoders"
  142. config VIDEO_BT819
  143. tristate "BT819A VideoStream decoder"
  144. depends on VIDEO_V4L1 && I2C
  145. ---help---
  146. Support for BT819A video decoder.
  147. To compile this driver as a module, choose M here: the
  148. module will be called bt819.
  149. config VIDEO_BT856
  150. tristate "BT856 VideoStream decoder"
  151. depends on VIDEO_V4L1 && I2C
  152. ---help---
  153. Support for BT856 video decoder.
  154. To compile this driver as a module, choose M here: the
  155. module will be called bt856.
  156. config VIDEO_BT866
  157. tristate "BT866 VideoStream decoder"
  158. depends on VIDEO_V4L1 && I2C
  159. ---help---
  160. Support for BT866 video decoder.
  161. To compile this driver as a module, choose M here: the
  162. module will be called bt866.
  163. config VIDEO_KS0127
  164. tristate "KS0127 video decoder"
  165. depends on VIDEO_V4L1 && I2C
  166. ---help---
  167. Support for KS0127 video decoder.
  168. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  169. cards.
  170. To compile this driver as a module, choose M here: the
  171. module will be called ks0127.
  172. config VIDEO_OV7670
  173. tristate "OmniVision OV7670 sensor support"
  174. depends on I2C && VIDEO_V4L2
  175. ---help---
  176. This is a Video4Linux2 sensor-level driver for the OmniVision
  177. OV7670 VGA camera. It currently only works with the M88ALP01
  178. controller.
  179. config VIDEO_TCM825X
  180. tristate "TCM825x camera sensor support"
  181. depends on I2C && VIDEO_V4L2
  182. ---help---
  183. This is a driver for the Toshiba TCM825x VGA camera sensor.
  184. It is used for example in Nokia N800.
  185. config VIDEO_SAA7110
  186. tristate "Philips SAA7110 video decoder"
  187. depends on VIDEO_V4L1 && I2C
  188. ---help---
  189. Support for the Philips SAA7110 video decoders.
  190. To compile this driver as a module, choose M here: the
  191. module will be called saa7110.
  192. config VIDEO_SAA7111
  193. tristate "Philips SAA7111 video decoder"
  194. depends on VIDEO_V4L1 && I2C
  195. ---help---
  196. Support for the Philips SAA711 video decoder.
  197. To compile this driver as a module, choose M here: the
  198. module will be called saa7111.
  199. config VIDEO_SAA7114
  200. tristate "Philips SAA7114 video decoder"
  201. depends on VIDEO_V4L1 && I2C
  202. ---help---
  203. Support for the Philips SAA7114 video decoder. This driver
  204. is used only on Zoran driver and should be moved soon to
  205. SAA711x module.
  206. To compile this driver as a module, choose M here: the
  207. module will be called saa7114.
  208. config VIDEO_SAA711X
  209. tristate "Philips SAA7113/4/5 video decoders"
  210. depends on VIDEO_V4L2 && I2C
  211. ---help---
  212. Support for the Philips SAA7113/4/5 video decoders.
  213. To compile this driver as a module, choose M here: the
  214. module will be called saa7115.
  215. config VIDEO_SAA717X
  216. tristate "Philips SAA7171/3/4 audio/video decoders"
  217. depends on VIDEO_V4L2 && I2C
  218. ---help---
  219. Support for the Philips SAA7171/3/4 audio/video decoders.
  220. To compile this driver as a module, choose M here: the
  221. module will be called saa717x.
  222. config VIDEO_SAA7191
  223. tristate "Philips SAA7191 video decoder"
  224. depends on VIDEO_V4L1 && I2C
  225. ---help---
  226. Support for the Philips SAA7191 video decoder.
  227. To compile this driver as a module, choose M here: the
  228. module will be called saa7191.
  229. config VIDEO_TVP5150
  230. tristate "Texas Instruments TVP5150 video decoder"
  231. depends on VIDEO_V4L2 && I2C
  232. ---help---
  233. Support for the Texas Instruments TVP5150 video decoder.
  234. To compile this driver as a module, choose M here: the
  235. module will be called tvp5150.
  236. config VIDEO_VPX3220
  237. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  238. depends on VIDEO_V4L1 && I2C
  239. ---help---
  240. Support for VPX322x video decoders.
  241. To compile this driver as a module, choose M here: the
  242. module will be called vpx3220.
  243. comment "Video and audio decoders"
  244. source "drivers/media/video/cx25840/Kconfig"
  245. comment "MPEG video encoders"
  246. config VIDEO_CX2341X
  247. tristate "Conexant CX2341x MPEG encoders"
  248. depends on VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_COMMON
  249. ---help---
  250. Support for the Conexant CX23416 MPEG encoders
  251. and CX23415 MPEG encoder/decoders.
  252. This module currently supports the encoding functions only.
  253. To compile this driver as a module, choose M here: the
  254. module will be called cx2341x.
  255. comment "Video encoders"
  256. config VIDEO_SAA7127
  257. tristate "Philips SAA7127/9 digital video encoders"
  258. depends on VIDEO_V4L2 && I2C
  259. ---help---
  260. Support for the Philips SAA7127/9 digital video encoders.
  261. To compile this driver as a module, choose M here: the
  262. module will be called saa7127.
  263. config VIDEO_SAA7185
  264. tristate "Philips SAA7185 video encoder"
  265. depends on VIDEO_V4L1 && I2C
  266. ---help---
  267. Support for the Philips SAA7185 video encoder.
  268. To compile this driver as a module, choose M here: the
  269. module will be called saa7185.
  270. config VIDEO_ADV7170
  271. tristate "Analog Devices ADV7170 video encoder"
  272. depends on VIDEO_V4L1 && I2C
  273. ---help---
  274. Support for the Analog Devices ADV7170 video encoder driver
  275. To compile this driver as a module, choose M here: the
  276. module will be called adv7170.
  277. config VIDEO_ADV7175
  278. tristate "Analog Devices ADV7175 video encoder"
  279. depends on VIDEO_V4L1 && I2C
  280. ---help---
  281. Support for the Analog Devices ADV7175 video encoder driver
  282. To compile this driver as a module, choose M here: the
  283. module will be called adv7175.
  284. comment "Video improvement chips"
  285. config VIDEO_UPD64031A
  286. tristate "NEC Electronics uPD64031A Ghost Reduction"
  287. depends on VIDEO_V4L2 && I2C
  288. ---help---
  289. Support for the NEC Electronics uPD64031A Ghost Reduction
  290. video chip. It is most often found in NTSC TV cards made for
  291. Japan and is used to reduce the 'ghosting' effect that can
  292. be present in analog TV broadcasts.
  293. To compile this driver as a module, choose M here: the
  294. module will be called upd64031a.
  295. config VIDEO_UPD64083
  296. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  297. depends on VIDEO_V4L2 && I2C
  298. ---help---
  299. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  300. separation video chip. It is used to improve the quality of
  301. the colors of a composite signal.
  302. To compile this driver as a module, choose M here: the
  303. module will be called upd64083.
  304. endmenu # encoder / decoder chips
  305. config VIDEO_VIVI
  306. tristate "Virtual Video Driver"
  307. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  308. select VIDEOBUF_VMALLOC
  309. default n
  310. ---help---
  311. Enables a virtual video driver. This device shows a color bar
  312. and a timestamp, as a real device would generate by using V4L2
  313. api.
  314. Say Y here if you want to test video apps or debug V4L devices.
  315. In doubt, say N.
  316. source "drivers/media/video/bt8xx/Kconfig"
  317. config VIDEO_SAA6588
  318. tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
  319. depends on I2C && VIDEO_BT848
  320. help
  321. Support for Radio Data System (RDS) decoder. This allows seeing
  322. radio station identification transmitted using this standard.
  323. Currently, it works only with bt8x8 chips.
  324. To compile this driver as a module, choose M here: the
  325. module will be called saa6588.
  326. config VIDEO_PMS
  327. tristate "Mediavision Pro Movie Studio Video For Linux"
  328. depends on ISA && VIDEO_V4L1
  329. help
  330. Say Y if you have such a thing.
  331. To compile this driver as a module, choose M here: the
  332. module will be called pms.
  333. config VIDEO_PLANB
  334. tristate "PlanB Video-In on PowerMac"
  335. depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
  336. help
  337. PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
  338. input hardware. If you want to experiment with this, say Y.
  339. Otherwise, or if you don't understand a word, say N. See
  340. <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
  341. Saying M will compile this driver as a module (planb).
  342. config VIDEO_BWQCAM
  343. tristate "Quickcam BW Video For Linux"
  344. depends on PARPORT && VIDEO_V4L1
  345. help
  346. Say Y have if you the black and white version of the QuickCam
  347. camera. See the next option for the color version.
  348. To compile this driver as a module, choose M here: the
  349. module will be called bw-qcam.
  350. config VIDEO_CQCAM
  351. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  352. depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
  353. help
  354. This is the video4linux driver for the colour version of the
  355. Connectix QuickCam. If you have one of these cameras, say Y here,
  356. otherwise say N. This driver does not work with the original
  357. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  358. as a module (c-qcam).
  359. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  360. config VIDEO_W9966
  361. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  362. depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
  363. help
  364. Video4linux driver for Winbond's w9966 based Webcams.
  365. Currently tested with the LifeView FlyCam Supra.
  366. If you have one of these cameras, say Y here
  367. otherwise say N.
  368. This driver is also available as a module (w9966).
  369. Check out <file:Documentation/video4linux/w9966.txt> for more
  370. information.
  371. config VIDEO_CPIA
  372. tristate "CPiA Video For Linux"
  373. depends on VIDEO_V4L1
  374. ---help---
  375. This is the video4linux driver for cameras based on Vision's CPiA
  376. (Colour Processor Interface ASIC), such as the Creative Labs Video
  377. Blaster Webcam II. If you have one of these cameras, say Y here
  378. and select parallel port and/or USB lowlevel support below,
  379. otherwise say N. This will not work with the Creative Webcam III.
  380. Please read <file:Documentation/video4linux/README.cpia> for more
  381. information.
  382. This driver is also available as a module (cpia).
  383. config VIDEO_CPIA_PP
  384. tristate "CPiA Parallel Port Lowlevel Support"
  385. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  386. help
  387. This is the lowlevel parallel port support for cameras based on
  388. Vision's CPiA (Colour Processor Interface ASIC), such as the
  389. Creative Webcam II. If you have the parallel port version of one
  390. of these cameras, say Y here, otherwise say N. It is also available
  391. as a module (cpia_pp).
  392. config VIDEO_CPIA_USB
  393. tristate "CPiA USB Lowlevel Support"
  394. depends on VIDEO_CPIA && USB
  395. help
  396. This is the lowlevel USB support for cameras based on Vision's CPiA
  397. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  398. If you have the USB version of one of these cameras, say Y here,
  399. otherwise say N. This will not work with the Creative Webcam III.
  400. It is also available as a module (cpia_usb).
  401. source "drivers/media/video/cpia2/Kconfig"
  402. config VIDEO_SAA5246A
  403. tristate "SAA5246A, SAA5281 Teletext processor"
  404. depends on I2C && VIDEO_V4L2
  405. help
  406. Support for I2C bus based teletext using the SAA5246A or SAA5281
  407. chip. Useful only if you live in Europe.
  408. To compile this driver as a module, choose M here: the
  409. module will be called saa5246a.
  410. config VIDEO_SAA5249
  411. tristate "SAA5249 Teletext processor"
  412. depends on I2C && VIDEO_V4L2
  413. help
  414. Support for I2C bus based teletext using the SAA5249 chip. At the
  415. moment this is only useful on some European WinTV cards.
  416. To compile this driver as a module, choose M here: the
  417. module will be called saa5249.
  418. config TUNER_3036
  419. tristate "SAB3036 tuner"
  420. depends on I2C && VIDEO_V4L1
  421. help
  422. Say Y here to include support for Philips SAB3036 compatible tuners.
  423. If in doubt, say N.
  424. config VIDEO_VINO
  425. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  426. depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
  427. select I2C_ALGO_SGI
  428. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  429. help
  430. Say Y here to build in support for the Vino video input system found
  431. on SGI Indy machines.
  432. config VIDEO_STRADIS
  433. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  434. depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
  435. help
  436. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  437. driver for PCI. There is a product page at
  438. <http://www.stradis.com/>.
  439. config VIDEO_ZORAN_ZR36060
  440. tristate
  441. config VIDEO_ZORAN
  442. tristate "Zoran ZR36057/36067 Video For Linux"
  443. depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && VIRT_TO_BUS
  444. help
  445. Say Y for support for MJPEG capture cards based on the Zoran
  446. 36057/36067 PCI controller chipset. This includes the Iomega
  447. Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
  448. a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
  449. more information, check <file:Documentation/video4linux/Zoran>.
  450. To compile this driver as a module, choose M here: the
  451. module will be called zr36067.
  452. config VIDEO_ZORAN_BUZ
  453. tristate "Iomega Buz support"
  454. depends on VIDEO_ZORAN
  455. select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
  456. select VIDEO_SAA7185 if VIDEO_HELPER_CHIPS_AUTO
  457. select VIDEO_ZORAN_ZR36060
  458. help
  459. Support for the Iomega Buz MJPEG capture/playback card.
  460. config VIDEO_ZORAN_DC10
  461. tristate "Pinnacle/Miro DC10(+) support"
  462. depends on VIDEO_ZORAN
  463. select VIDEO_SAA7110
  464. select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
  465. select VIDEO_ZORAN_ZR36060
  466. help
  467. Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
  468. card.
  469. config VIDEO_ZORAN_DC30
  470. tristate "Pinnacle/Miro DC30(+) support"
  471. depends on VIDEO_ZORAN
  472. select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
  473. select VIDEO_VPX3220 if VIDEO_HELPER_CHIPS_AUTO
  474. help
  475. Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
  476. card. This also supports really old DC10 cards based on the
  477. zr36050 MJPEG codec and zr36016 VFE.
  478. config VIDEO_ZORAN_LML33
  479. tristate "Linux Media Labs LML33 support"
  480. depends on VIDEO_ZORAN
  481. select VIDEO_BT819 if VIDEO_HELPER_CHIPS_AUTO
  482. select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
  483. select VIDEO_ZORAN_ZR36060
  484. help
  485. Support for the Linux Media Labs LML33 MJPEG capture/playback
  486. card.
  487. config VIDEO_ZORAN_LML33R10
  488. tristate "Linux Media Labs LML33R10 support"
  489. depends on VIDEO_ZORAN
  490. select VIDEO_SAA7114 if VIDEO_HELPER_CHIPS_AUTO
  491. select VIDEO_ADV7170 if VIDEO_HELPER_CHIPS_AUTO
  492. select VIDEO_ZORAN_ZR36060
  493. help
  494. support for the Linux Media Labs LML33R10 MJPEG capture/playback
  495. card.
  496. config VIDEO_ZORAN_AVS6EYES
  497. tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
  498. depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1
  499. select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
  500. select VIDEO_KS0127 if VIDEO_HELPER_CHIPS_AUTO
  501. select VIDEO_ZORAN_ZR36060
  502. help
  503. Support for the AverMedia 6 Eyes video surveillance card.
  504. config VIDEO_MEYE
  505. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  506. depends on PCI && SONY_LAPTOP && VIDEO_V4L1
  507. ---help---
  508. This is the video4linux driver for the Motion Eye camera found
  509. in the Vaio Picturebook laptops. Please read the material in
  510. <file:Documentation/video4linux/meye.txt> for more information.
  511. If you say Y or M here, you need to say Y or M to "Sony Laptop
  512. Extras" in the misc device section.
  513. To compile this driver as a module, choose M here: the
  514. module will be called meye.
  515. source "drivers/media/video/saa7134/Kconfig"
  516. config VIDEO_MXB
  517. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  518. depends on PCI && VIDEO_V4L1 && I2C
  519. select VIDEO_SAA7146_VV
  520. select VIDEO_TUNER
  521. select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
  522. select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
  523. select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
  524. select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
  525. ---help---
  526. This is a video4linux driver for the 'Multimedia eXtension Board'
  527. TV card by Siemens-Nixdorf.
  528. To compile this driver as a module, choose M here: the
  529. module will be called mxb.
  530. config VIDEO_DPC
  531. tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
  532. depends on PCI && VIDEO_V4L1 && I2C
  533. select VIDEO_SAA7146_VV
  534. select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
  535. ---help---
  536. This is a video4linux driver for the 'dpc7146 demonstration
  537. board' by Philips-Semiconductors. It's the reference design
  538. for SAA7146 bases boards, so if you have some unsupported
  539. saa7146 based, analog video card, chances are good that it
  540. will work with this skeleton driver.
  541. To compile this driver as a module, choose M here: the
  542. module will be called dpc7146.
  543. config VIDEO_HEXIUM_ORION
  544. tristate "Hexium HV-PCI6 and Orion frame grabber"
  545. depends on PCI && VIDEO_V4L2 && I2C
  546. select VIDEO_SAA7146_VV
  547. ---help---
  548. This is a video4linux driver for the Hexium HV-PCI6 and
  549. Orion frame grabber cards by Hexium.
  550. To compile this driver as a module, choose M here: the
  551. module will be called hexium_orion.
  552. config VIDEO_HEXIUM_GEMINI
  553. tristate "Hexium Gemini frame grabber"
  554. depends on PCI && VIDEO_V4L2 && I2C
  555. select VIDEO_SAA7146_VV
  556. ---help---
  557. This is a video4linux driver for the Hexium Gemini frame
  558. grabber card by Hexium. Please note that the Gemini Dual
  559. card is *not* fully supported.
  560. To compile this driver as a module, choose M here: the
  561. module will be called hexium_gemini.
  562. source "drivers/media/video/cx88/Kconfig"
  563. source "drivers/media/video/cx23885/Kconfig"
  564. source "drivers/media/video/ivtv/Kconfig"
  565. config VIDEO_M32R_AR
  566. tristate "AR devices"
  567. depends on M32R && VIDEO_V4L1
  568. ---help---
  569. This is a video4linux driver for the Renesas AR (Artificial Retina)
  570. camera module.
  571. config VIDEO_M32R_AR_M64278
  572. tristate "AR device with color module M64278(VGA)"
  573. depends on PLAT_M32700UT
  574. select VIDEO_M32R_AR
  575. ---help---
  576. This is a video4linux driver for the Renesas AR (Artificial
  577. Retina) with M64278E-800 camera module.
  578. This module supports VGA(640x480 pixels) resolutions.
  579. To compile this driver as a module, choose M here: the
  580. module will be called arv.
  581. config VIDEO_CAFE_CCIC
  582. tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
  583. depends on PCI && I2C && VIDEO_V4L2
  584. select VIDEO_OV7670
  585. ---help---
  586. This is a video4linux2 driver for the Marvell 88ALP01 integrated
  587. CMOS camera controller. This is the controller found on first-
  588. generation OLPC systems.
  589. #
  590. # USB Multimedia device configuration
  591. #
  592. menuconfig V4L_USB_DRIVERS
  593. bool "V4L USB devices"
  594. depends on USB
  595. default y
  596. if V4L_USB_DRIVERS && USB
  597. source "drivers/media/video/pvrusb2/Kconfig"
  598. source "drivers/media/video/em28xx/Kconfig"
  599. source "drivers/media/video/usbvision/Kconfig"
  600. source "drivers/media/video/usbvideo/Kconfig"
  601. source "drivers/media/video/et61x251/Kconfig"
  602. config VIDEO_OVCAMCHIP
  603. tristate "OmniVision Camera Chip support"
  604. depends on I2C && VIDEO_V4L1
  605. ---help---
  606. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  607. This driver is intended to be used with the ov511 and w9968cf USB
  608. camera drivers.
  609. To compile this driver as a module, choose M here: the
  610. module will be called ovcamchip.
  611. config USB_W9968CF
  612. tristate "USB W996[87]CF JPEG Dual Mode Camera support"
  613. depends on VIDEO_V4L1 && I2C
  614. select VIDEO_OVCAMCHIP
  615. ---help---
  616. Say Y here if you want support for cameras based on OV681 or
  617. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  618. This driver has an optional plugin, which is distributed as a
  619. separate module only (released under GPL). It allows to use higher
  620. resolutions and framerates, but cannot be included in the official
  621. Linux kernel for performance purposes.
  622. See <file:Documentation/video4linux/w9968cf.txt> for more info.
  623. To compile this driver as a module, choose M here: the
  624. module will be called w9968cf.
  625. config USB_OV511
  626. tristate "USB OV511 Camera support"
  627. depends on VIDEO_V4L1
  628. ---help---
  629. Say Y here if you want to connect this type of camera to your
  630. computer's USB port. See <file:Documentation/video4linux/ov511.txt>
  631. for more information and for a list of supported cameras.
  632. To compile this driver as a module, choose M here: the
  633. module will be called ov511.
  634. config USB_SE401
  635. tristate "USB SE401 Camera support"
  636. depends on VIDEO_V4L1
  637. ---help---
  638. Say Y here if you want to connect this type of camera to your
  639. computer's USB port. See <file:Documentation/video4linux/se401.txt>
  640. for more information and for a list of supported cameras.
  641. To compile this driver as a module, choose M here: the
  642. module will be called se401.
  643. source "drivers/media/video/sn9c102/Kconfig"
  644. config USB_STV680
  645. tristate "USB STV680 (Pencam) Camera support"
  646. depends on VIDEO_V4L1
  647. ---help---
  648. Say Y here if you want to connect this type of camera to your
  649. computer's USB port. This includes the Pencam line of cameras.
  650. See <file:Documentation/video4linux/stv680.txt> for more information
  651. and for a list of supported cameras.
  652. To compile this driver as a module, choose M here: the
  653. module will be called stv680.
  654. source "drivers/media/video/zc0301/Kconfig"
  655. source "drivers/media/video/pwc/Kconfig"
  656. config USB_ZR364XX
  657. tristate "USB ZR364XX Camera support"
  658. depends on VIDEO_V4L2
  659. ---help---
  660. Say Y here if you want to connect this type of camera to your
  661. computer's USB port.
  662. See <file:Documentation/video4linux/zr364xx.txt> for more info
  663. and list of supported cameras.
  664. To compile this driver as a module, choose M here: the
  665. module will be called zr364xx.
  666. config USB_STKWEBCAM
  667. tristate "USB Syntek DC1125 Camera support"
  668. depends on VIDEO_V4L2 && EXPERIMENTAL
  669. ---help---
  670. Say Y here if you want to use this type of camera.
  671. Supported devices are typically found in some Asus laptops,
  672. with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
  673. may be supported by the stk11xx driver, from which this is
  674. derived, see http://stk11xx.sourceforge.net
  675. To compile this driver as a module, choose M here: the
  676. module will be called stkwebcam.
  677. endif # V4L_USB_DRIVERS
  678. config SOC_CAMERA
  679. tristate "SoC camera support"
  680. depends on VIDEO_V4L2
  681. select VIDEOBUF_DMA_SG
  682. help
  683. SoC Camera is a common API to several cameras, not connecting
  684. over a bus like PCI or USB. For example some i2c camera connected
  685. directly to the data bus of an SoC.
  686. config SOC_CAMERA_MT9M001
  687. tristate "mt9m001 support"
  688. depends on SOC_CAMERA
  689. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  690. help
  691. This driver supports MT9M001 cameras from Micron, monochrome
  692. and colour models.
  693. config MT9M001_PCA9536_SWITCH
  694. bool "pca9536 datawidth switch for mt9m001"
  695. depends on SOC_CAMERA_MT9M001 && GENERIC_GPIO
  696. help
  697. Select this if your MT9M001 camera uses a PCA9536 I2C GPIO
  698. extender to switch between 8 and 10 bit datawidth modes
  699. config SOC_CAMERA_MT9V022
  700. tristate "mt9v022 support"
  701. depends on SOC_CAMERA
  702. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  703. help
  704. This driver supports MT9V022 cameras from Micron
  705. config MT9V022_PCA9536_SWITCH
  706. bool "pca9536 datawidth switch for mt9v022"
  707. depends on SOC_CAMERA_MT9V022 && GENERIC_GPIO
  708. help
  709. Select this if your MT9V022 camera uses a PCA9536 I2C GPIO
  710. extender to switch between 8 and 10 bit datawidth modes
  711. config VIDEO_PXA27x
  712. tristate "PXA27x Quick Capture Interface driver"
  713. depends on VIDEO_DEV && PXA27x
  714. select SOC_CAMERA
  715. ---help---
  716. This is a v4l2 driver for the PXA27x Quick Capture Interface
  717. endif # VIDEO_CAPTURE_DRIVERS