Kconfig 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  1. #
  2. # Generic video config states
  3. #
  4. config VIDEO_V4L2
  5. tristate
  6. depends on VIDEO_DEV && VIDEO_V4L2_COMMON
  7. default VIDEO_DEV && VIDEO_V4L2_COMMON
  8. config VIDEO_V4L1
  9. tristate
  10. depends on VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
  11. default VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
  12. config VIDEOBUF_GEN
  13. tristate
  14. config VIDEOBUF_DMA_SG
  15. depends on HAS_DMA
  16. select VIDEOBUF_GEN
  17. tristate
  18. config VIDEOBUF_VMALLOC
  19. select VIDEOBUF_GEN
  20. tristate
  21. config VIDEOBUF_DMA_CONTIG
  22. depends on HAS_DMA
  23. select VIDEOBUF_GEN
  24. tristate
  25. config VIDEOBUF_DVB
  26. tristate
  27. select VIDEOBUF_GEN
  28. config VIDEO_BTCX
  29. depends on PCI
  30. tristate
  31. config VIDEO_TVEEPROM
  32. tristate
  33. depends on I2C
  34. config VIDEO_TUNER
  35. tristate
  36. depends on MEDIA_TUNER
  37. #
  38. # Multimedia Video device configuration
  39. #
  40. menuconfig VIDEO_CAPTURE_DRIVERS
  41. bool "Video capture adapters"
  42. depends on VIDEO_V4L2
  43. default y
  44. ---help---
  45. Say Y here to enable selecting the video adapters for
  46. webcams, analog TV, and hybrid analog/digital TV.
  47. Some of those devices also supports FM radio.
  48. if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
  49. config VIDEO_ADV_DEBUG
  50. bool "Enable advanced debug functionality"
  51. default n
  52. ---help---
  53. Say Y here to enable advanced debugging functionality on some
  54. V4L devices.
  55. In doubt, say N.
  56. config VIDEO_FIXED_MINOR_RANGES
  57. bool "Enable old-style fixed minor ranges for video devices"
  58. default n
  59. ---help---
  60. Say Y here to enable the old-style fixed-range minor assignments.
  61. Only useful if you rely on the old behavior and use mknod instead of udev.
  62. When in doubt, say N.
  63. config VIDEO_HELPER_CHIPS_AUTO
  64. bool "Autoselect pertinent encoders/decoders and other helper chips"
  65. default y
  66. ---help---
  67. Most video cards may require additional modules to encode or
  68. decode audio/video standards. This option will autoselect
  69. all pertinent modules to each selected video module.
  70. Unselect this only if you know exactly what you are doing, since
  71. it may break support on some boards.
  72. In doubt, say Y.
  73. config VIDEO_IR_I2C
  74. tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
  75. depends on I2C && VIDEO_IR
  76. default y
  77. ---help---
  78. Most boards have an IR chip directly connected via GPIO. However,
  79. some video boards have the IR connected via I2C bus.
  80. If your board doesn't have an I2C IR chip, you may disable this
  81. option.
  82. In doubt, say Y.
  83. #
  84. # Encoder / Decoder module configuration
  85. #
  86. menu "Encoders/decoders and other helper chips"
  87. depends on !VIDEO_HELPER_CHIPS_AUTO
  88. comment "Audio decoders"
  89. config VIDEO_TVAUDIO
  90. tristate "Simple audio decoder chips"
  91. depends on VIDEO_V4L2 && I2C
  92. ---help---
  93. Support for several audio decoder chips found on some bt8xx boards:
  94. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  95. tea6320, tea6420, tda8425, ta8874z.
  96. Microchip: pic16c54 based design on ProVideo PV951 board.
  97. To compile this driver as a module, choose M here: the
  98. module will be called tvaudio.
  99. config VIDEO_TDA7432
  100. tristate "Philips TDA7432 audio processor"
  101. depends on VIDEO_V4L2 && I2C
  102. ---help---
  103. Support for tda7432 audio decoder chip found on some bt8xx boards.
  104. To compile this driver as a module, choose M here: the
  105. module will be called tda7432.
  106. config VIDEO_TDA9840
  107. tristate "Philips TDA9840 audio processor"
  108. depends on I2C
  109. ---help---
  110. Support for tda9840 audio decoder chip found on some Zoran boards.
  111. To compile this driver as a module, choose M here: the
  112. module will be called tda9840.
  113. config VIDEO_TDA9875
  114. tristate "Philips TDA9875 audio processor"
  115. depends on VIDEO_V4L2 && I2C
  116. ---help---
  117. Support for tda9875 audio decoder chip found on some bt8xx boards.
  118. To compile this driver as a module, choose M here: the
  119. module will be called tda9875.
  120. config VIDEO_TEA6415C
  121. tristate "Philips TEA6415C audio processor"
  122. depends on I2C
  123. ---help---
  124. Support for tea6415c audio decoder chip found on some bt8xx boards.
  125. To compile this driver as a module, choose M here: the
  126. module will be called tea6415c.
  127. config VIDEO_TEA6420
  128. tristate "Philips TEA6420 audio processor"
  129. depends on I2C
  130. ---help---
  131. Support for tea6420 audio decoder chip found on some bt8xx boards.
  132. To compile this driver as a module, choose M here: the
  133. module will be called tea6420.
  134. config VIDEO_MSP3400
  135. tristate "Micronas MSP34xx audio decoders"
  136. depends on VIDEO_V4L2 && I2C
  137. ---help---
  138. Support for the Micronas MSP34xx series of audio decoders.
  139. To compile this driver as a module, choose M here: the
  140. module will be called msp3400.
  141. config VIDEO_CS5345
  142. tristate "Cirrus Logic CS5345 audio ADC"
  143. depends on VIDEO_V4L2 && I2C
  144. ---help---
  145. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  146. stereo A/D converter.
  147. To compile this driver as a module, choose M here: the
  148. module will be called cs5345.
  149. config VIDEO_CS53L32A
  150. tristate "Cirrus Logic CS53L32A audio ADC"
  151. depends on VIDEO_V4L2 && I2C
  152. ---help---
  153. Support for the Cirrus Logic CS53L32A low voltage
  154. stereo A/D converter.
  155. To compile this driver as a module, choose M here: the
  156. module will be called cs53l32a.
  157. config VIDEO_M52790
  158. tristate "Mitsubishi M52790 A/V switch"
  159. depends on VIDEO_V4L2 && I2C
  160. ---help---
  161. Support for the Mitsubishi M52790 A/V switch.
  162. To compile this driver as a module, choose M here: the
  163. module will be called m52790.
  164. config VIDEO_TLV320AIC23B
  165. tristate "Texas Instruments TLV320AIC23B audio codec"
  166. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  167. ---help---
  168. Support for the Texas Instruments TLV320AIC23B audio codec.
  169. To compile this driver as a module, choose M here: the
  170. module will be called tlv320aic23b.
  171. config VIDEO_WM8775
  172. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  173. depends on VIDEO_V4L2 && I2C
  174. ---help---
  175. Support for the Wolfson Microelectronics WM8775 high
  176. performance stereo A/D Converter with a 4 channel input mixer.
  177. To compile this driver as a module, choose M here: the
  178. module will be called wm8775.
  179. config VIDEO_WM8739
  180. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  181. depends on VIDEO_V4L2 && I2C
  182. ---help---
  183. Support for the Wolfson Microelectronics WM8739
  184. stereo A/D Converter.
  185. To compile this driver as a module, choose M here: the
  186. module will be called wm8739.
  187. config VIDEO_VP27SMPX
  188. tristate "Panasonic VP27s internal MPX"
  189. depends on VIDEO_V4L2 && I2C
  190. ---help---
  191. Support for the internal MPX of the Panasonic VP27s tuner.
  192. To compile this driver as a module, choose M here: the
  193. module will be called vp27smpx.
  194. comment "RDS decoders"
  195. config VIDEO_SAA6588
  196. tristate "SAA6588 Radio Chip RDS decoder support"
  197. depends on VIDEO_V4L2 && I2C
  198. help
  199. Support for this Radio Data System (RDS) decoder. This allows
  200. seeing radio station identification transmitted using this
  201. standard.
  202. To compile this driver as a module, choose M here: the
  203. module will be called saa6588.
  204. comment "Video decoders"
  205. config VIDEO_ADV7180
  206. tristate "Analog Devices ADV7180 decoder"
  207. depends on VIDEO_V4L2 && I2C
  208. ---help---
  209. Support for the Analog Devices ADV7180 video decoder.
  210. To compile this driver as a module, choose M here: the
  211. module will be called adv7180.
  212. config VIDEO_BT819
  213. tristate "BT819A VideoStream decoder"
  214. depends on VIDEO_V4L2 && I2C
  215. ---help---
  216. Support for BT819A video decoder.
  217. To compile this driver as a module, choose M here: the
  218. module will be called bt819.
  219. config VIDEO_BT856
  220. tristate "BT856 VideoStream decoder"
  221. depends on VIDEO_V4L2 && I2C
  222. ---help---
  223. Support for BT856 video decoder.
  224. To compile this driver as a module, choose M here: the
  225. module will be called bt856.
  226. config VIDEO_BT866
  227. tristate "BT866 VideoStream decoder"
  228. depends on VIDEO_V4L2 && I2C
  229. ---help---
  230. Support for BT866 video decoder.
  231. To compile this driver as a module, choose M here: the
  232. module will be called bt866.
  233. config VIDEO_KS0127
  234. tristate "KS0127 video decoder"
  235. depends on VIDEO_V4L2 && I2C
  236. ---help---
  237. Support for KS0127 video decoder.
  238. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  239. cards.
  240. To compile this driver as a module, choose M here: the
  241. module will be called ks0127.
  242. config VIDEO_OV7670
  243. tristate "OmniVision OV7670 sensor support"
  244. depends on I2C && VIDEO_V4L2
  245. ---help---
  246. This is a Video4Linux2 sensor-level driver for the OmniVision
  247. OV7670 VGA camera. It currently only works with the M88ALP01
  248. controller.
  249. config VIDEO_MT9V011
  250. tristate "Micron mt9v011 sensor support"
  251. depends on I2C && VIDEO_V4L2
  252. ---help---
  253. This is a Video4Linux2 sensor-level driver for the Micron
  254. mt0v011 1.3 Mpixel camera. It currently only works with the
  255. em28xx driver.
  256. config VIDEO_TCM825X
  257. tristate "TCM825x camera sensor support"
  258. depends on I2C && VIDEO_V4L2
  259. ---help---
  260. This is a driver for the Toshiba TCM825x VGA camera sensor.
  261. It is used for example in Nokia N800.
  262. config VIDEO_SAA7110
  263. tristate "Philips SAA7110 video decoder"
  264. depends on VIDEO_V4L2 && I2C
  265. ---help---
  266. Support for the Philips SAA7110 video decoders.
  267. To compile this driver as a module, choose M here: the
  268. module will be called saa7110.
  269. config VIDEO_SAA711X
  270. tristate "Philips SAA7111/3/4/5 video decoders"
  271. depends on VIDEO_V4L2 && I2C
  272. ---help---
  273. Support for the Philips SAA7111/3/4/5 video decoders.
  274. To compile this driver as a module, choose M here: the
  275. module will be called saa7115.
  276. config VIDEO_SAA717X
  277. tristate "Philips SAA7171/3/4 audio/video decoders"
  278. depends on VIDEO_V4L2 && I2C
  279. ---help---
  280. Support for the Philips SAA7171/3/4 audio/video decoders.
  281. To compile this driver as a module, choose M here: the
  282. module will be called saa717x.
  283. config VIDEO_SAA7191
  284. tristate "Philips SAA7191 video decoder"
  285. depends on VIDEO_V4L1 && I2C
  286. ---help---
  287. Support for the Philips SAA7191 video decoder.
  288. To compile this driver as a module, choose M here: the
  289. module will be called saa7191.
  290. config VIDEO_TVP514X
  291. tristate "Texas Instruments TVP514x video decoder"
  292. depends on VIDEO_V4L2 && I2C
  293. ---help---
  294. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  295. decoder. It is currently working with the TI OMAP3 camera
  296. controller.
  297. To compile this driver as a module, choose M here: the
  298. module will be called tvp514x.
  299. config VIDEO_TVP5150
  300. tristate "Texas Instruments TVP5150 video decoder"
  301. depends on VIDEO_V4L2 && I2C
  302. ---help---
  303. Support for the Texas Instruments TVP5150 video decoder.
  304. To compile this driver as a module, choose M here: the
  305. module will be called tvp5150.
  306. config VIDEO_TVP7002
  307. tristate "Texas Instruments TVP7002 video decoder"
  308. depends on VIDEO_V4L2 && I2C
  309. ---help---
  310. Support for the Texas Instruments TVP7002 video decoder.
  311. To compile this driver as a module, choose M here: the
  312. module will be called tvp7002.
  313. config VIDEO_VPX3220
  314. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  315. depends on VIDEO_V4L2 && I2C
  316. ---help---
  317. Support for VPX322x video decoders.
  318. To compile this driver as a module, choose M here: the
  319. module will be called vpx3220.
  320. comment "Video and audio decoders"
  321. source "drivers/media/video/cx25840/Kconfig"
  322. comment "MPEG video encoders"
  323. config VIDEO_CX2341X
  324. tristate "Conexant CX2341x MPEG encoders"
  325. depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON
  326. ---help---
  327. Support for the Conexant CX23416 MPEG encoders
  328. and CX23415 MPEG encoder/decoders.
  329. This module currently supports the encoding functions only.
  330. To compile this driver as a module, choose M here: the
  331. module will be called cx2341x.
  332. comment "Video encoders"
  333. config VIDEO_SAA7127
  334. tristate "Philips SAA7127/9 digital video encoders"
  335. depends on VIDEO_V4L2 && I2C
  336. ---help---
  337. Support for the Philips SAA7127/9 digital video encoders.
  338. To compile this driver as a module, choose M here: the
  339. module will be called saa7127.
  340. config VIDEO_SAA7185
  341. tristate "Philips SAA7185 video encoder"
  342. depends on VIDEO_V4L2 && I2C
  343. ---help---
  344. Support for the Philips SAA7185 video encoder.
  345. To compile this driver as a module, choose M here: the
  346. module will be called saa7185.
  347. config VIDEO_ADV7170
  348. tristate "Analog Devices ADV7170 video encoder"
  349. depends on VIDEO_V4L2 && I2C
  350. ---help---
  351. Support for the Analog Devices ADV7170 video encoder driver
  352. To compile this driver as a module, choose M here: the
  353. module will be called adv7170.
  354. config VIDEO_ADV7175
  355. tristate "Analog Devices ADV7175 video encoder"
  356. depends on VIDEO_V4L2 && I2C
  357. ---help---
  358. Support for the Analog Devices ADV7175 video encoder driver
  359. To compile this driver as a module, choose M here: the
  360. module will be called adv7175.
  361. config VIDEO_THS7303
  362. tristate "THS7303 Video Amplifier"
  363. depends on I2C
  364. help
  365. Support for TI THS7303 video amplifier
  366. To compile this driver as a module, choose M here: the
  367. module will be called ths7303.
  368. config VIDEO_ADV7343
  369. tristate "ADV7343 video encoder"
  370. depends on I2C
  371. help
  372. Support for Analog Devices I2C bus based ADV7343 encoder.
  373. To compile this driver as a module, choose M here: the
  374. module will be called adv7343.
  375. comment "Video improvement chips"
  376. config VIDEO_UPD64031A
  377. tristate "NEC Electronics uPD64031A Ghost Reduction"
  378. depends on VIDEO_V4L2 && I2C
  379. ---help---
  380. Support for the NEC Electronics uPD64031A Ghost Reduction
  381. video chip. It is most often found in NTSC TV cards made for
  382. Japan and is used to reduce the 'ghosting' effect that can
  383. be present in analog TV broadcasts.
  384. To compile this driver as a module, choose M here: the
  385. module will be called upd64031a.
  386. config VIDEO_UPD64083
  387. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  388. depends on VIDEO_V4L2 && I2C
  389. ---help---
  390. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  391. separation video chip. It is used to improve the quality of
  392. the colors of a composite signal.
  393. To compile this driver as a module, choose M here: the
  394. module will be called upd64083.
  395. endmenu # encoder / decoder chips
  396. config DISPLAY_DAVINCI_DM646X_EVM
  397. tristate "DM646x EVM Video Display"
  398. depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
  399. select VIDEOBUF_DMA_CONTIG
  400. select VIDEO_DAVINCI_VPIF
  401. select VIDEO_ADV7343
  402. select VIDEO_THS7303
  403. help
  404. Support for DM6467 based display device.
  405. To compile this driver as a module, choose M here: the
  406. module will be called vpif_display.
  407. config CAPTURE_DAVINCI_DM646X_EVM
  408. tristate "DM646x EVM Video Capture"
  409. depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
  410. select VIDEOBUF_DMA_CONTIG
  411. select VIDEO_DAVINCI_VPIF
  412. help
  413. Support for DM6467 based capture device.
  414. To compile this driver as a module, choose M here: the
  415. module will be called vpif_capture.
  416. config VIDEO_DAVINCI_VPIF
  417. tristate "DaVinci VPIF Driver"
  418. depends on DISPLAY_DAVINCI_DM646X_EVM
  419. help
  420. Support for DaVinci VPIF Driver.
  421. To compile this driver as a module, choose M here: the
  422. module will be called vpif.
  423. config VIDEO_VIVI
  424. tristate "Virtual Video Driver"
  425. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  426. select VIDEOBUF_VMALLOC
  427. default n
  428. ---help---
  429. Enables a virtual video driver. This device shows a color bar
  430. and a timestamp, as a real device would generate by using V4L2
  431. api.
  432. Say Y here if you want to test video apps or debug V4L devices.
  433. In doubt, say N.
  434. config VIDEO_VPSS_SYSTEM
  435. tristate "VPSS System module driver"
  436. depends on ARCH_DAVINCI
  437. help
  438. Support for vpss system module for video driver
  439. default y
  440. config VIDEO_VPFE_CAPTURE
  441. tristate "VPFE Video Capture Driver"
  442. depends on VIDEO_V4L2 && ARCH_DAVINCI
  443. select VIDEOBUF_DMA_CONTIG
  444. help
  445. Support for DMXXXX VPFE based frame grabber. This is the
  446. common V4L2 module for following DMXXX SoCs from Texas
  447. Instruments:- DM6446 & DM355.
  448. To compile this driver as a module, choose M here: the
  449. module will be called vpfe-capture.
  450. config VIDEO_DM6446_CCDC
  451. tristate "DM6446 CCDC HW module"
  452. depends on ARCH_DAVINCI_DM644x && VIDEO_VPFE_CAPTURE
  453. select VIDEO_VPSS_SYSTEM
  454. default y
  455. help
  456. Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
  457. with decoder modules such as TVP5146 over BT656 or
  458. sensor module such as MT9T001 over a raw interface. This
  459. module configures the interface and CCDC/ISIF to do
  460. video frame capture from slave decoders.
  461. To compile this driver as a module, choose M here: the
  462. module will be called vpfe.
  463. config VIDEO_DM355_CCDC
  464. tristate "DM355 CCDC HW module"
  465. depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE
  466. select VIDEO_VPSS_SYSTEM
  467. default y
  468. help
  469. Enables DM355 CCD hw module. DM355 CCDC hw interfaces
  470. with decoder modules such as TVP5146 over BT656 or
  471. sensor module such as MT9T001 over a raw interface. This
  472. module configures the interface and CCDC/ISIF to do
  473. video frame capture from a slave decoders
  474. To compile this driver as a module, choose M here: the
  475. module will be called vpfe.
  476. source "drivers/media/video/bt8xx/Kconfig"
  477. config VIDEO_PMS
  478. tristate "Mediavision Pro Movie Studio Video For Linux"
  479. depends on ISA && VIDEO_V4L2
  480. help
  481. Say Y if you have such a thing.
  482. To compile this driver as a module, choose M here: the
  483. module will be called pms.
  484. config VIDEO_BWQCAM
  485. tristate "Quickcam BW Video For Linux"
  486. depends on PARPORT && VIDEO_V4L1
  487. help
  488. Say Y have if you the black and white version of the QuickCam
  489. camera. See the next option for the color version.
  490. To compile this driver as a module, choose M here: the
  491. module will be called bw-qcam.
  492. config VIDEO_CQCAM
  493. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  494. depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
  495. help
  496. This is the video4linux driver for the colour version of the
  497. Connectix QuickCam. If you have one of these cameras, say Y here,
  498. otherwise say N. This driver does not work with the original
  499. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  500. as a module (c-qcam).
  501. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  502. config VIDEO_W9966
  503. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  504. depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
  505. help
  506. Video4linux driver for Winbond's w9966 based Webcams.
  507. Currently tested with the LifeView FlyCam Supra.
  508. If you have one of these cameras, say Y here
  509. otherwise say N.
  510. This driver is also available as a module (w9966).
  511. Check out <file:Documentation/video4linux/w9966.txt> for more
  512. information.
  513. config VIDEO_CPIA
  514. tristate "CPiA Video For Linux (DEPRECATED)"
  515. depends on VIDEO_V4L1
  516. default n
  517. ---help---
  518. This driver is DEPRECATED please use the gspca cpia1 module
  519. instead. Note that you need atleast version 0.6.4 of libv4l for
  520. the cpia1 gspca module.
  521. This is the video4linux driver for cameras based on Vision's CPiA
  522. (Colour Processor Interface ASIC), such as the Creative Labs Video
  523. Blaster Webcam II. If you have one of these cameras, say Y here
  524. and select parallel port and/or USB lowlevel support below,
  525. otherwise say N. This will not work with the Creative Webcam III.
  526. Please read <file:Documentation/video4linux/README.cpia> for more
  527. information.
  528. This driver is also available as a module (cpia).
  529. config VIDEO_CPIA_PP
  530. tristate "CPiA Parallel Port Lowlevel Support"
  531. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  532. help
  533. This is the lowlevel parallel port support for cameras based on
  534. Vision's CPiA (Colour Processor Interface ASIC), such as the
  535. Creative Webcam II. If you have the parallel port version of one
  536. of these cameras, say Y here, otherwise say N. It is also available
  537. as a module (cpia_pp).
  538. config VIDEO_CPIA_USB
  539. tristate "CPiA USB Lowlevel Support"
  540. depends on VIDEO_CPIA && USB
  541. help
  542. This is the lowlevel USB support for cameras based on Vision's CPiA
  543. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  544. If you have the USB version of one of these cameras, say Y here,
  545. otherwise say N. This will not work with the Creative Webcam III.
  546. It is also available as a module (cpia_usb).
  547. source "drivers/media/video/cpia2/Kconfig"
  548. config VIDEO_SAA5246A
  549. tristate "SAA5246A, SAA5281 Teletext processor"
  550. depends on I2C && VIDEO_V4L2
  551. help
  552. Support for I2C bus based teletext using the SAA5246A or SAA5281
  553. chip. Useful only if you live in Europe.
  554. To compile this driver as a module, choose M here: the
  555. module will be called saa5246a.
  556. config VIDEO_SAA5249
  557. tristate "SAA5249 Teletext processor"
  558. depends on I2C && VIDEO_V4L2
  559. help
  560. Support for I2C bus based teletext using the SAA5249 chip. At the
  561. moment this is only useful on some European WinTV cards.
  562. To compile this driver as a module, choose M here: the
  563. module will be called saa5249.
  564. config VIDEO_VINO
  565. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  566. depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
  567. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  568. help
  569. Say Y here to build in support for the Vino video input system found
  570. on SGI Indy machines.
  571. config VIDEO_STRADIS
  572. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  573. depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
  574. help
  575. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  576. driver for PCI. There is a product page at
  577. <http://www.stradis.com/>.
  578. source "drivers/media/video/zoran/Kconfig"
  579. config VIDEO_MEYE
  580. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  581. depends on PCI && SONY_LAPTOP && VIDEO_V4L1
  582. ---help---
  583. This is the video4linux driver for the Motion Eye camera found
  584. in the Vaio Picturebook laptops. Please read the material in
  585. <file:Documentation/video4linux/meye.txt> for more information.
  586. If you say Y or M here, you need to say Y or M to "Sony Laptop
  587. Extras" in the misc device section.
  588. To compile this driver as a module, choose M here: the
  589. module will be called meye.
  590. source "drivers/media/video/saa7134/Kconfig"
  591. config VIDEO_MXB
  592. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  593. depends on PCI && VIDEO_V4L1 && I2C
  594. select VIDEO_SAA7146_VV
  595. select VIDEO_TUNER
  596. select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
  597. select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
  598. select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
  599. select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
  600. ---help---
  601. This is a video4linux driver for the 'Multimedia eXtension Board'
  602. TV card by Siemens-Nixdorf.
  603. To compile this driver as a module, choose M here: the
  604. module will be called mxb.
  605. config VIDEO_HEXIUM_ORION
  606. tristate "Hexium HV-PCI6 and Orion frame grabber"
  607. depends on PCI && VIDEO_V4L2 && I2C
  608. select VIDEO_SAA7146_VV
  609. ---help---
  610. This is a video4linux driver for the Hexium HV-PCI6 and
  611. Orion frame grabber cards by Hexium.
  612. To compile this driver as a module, choose M here: the
  613. module will be called hexium_orion.
  614. config VIDEO_HEXIUM_GEMINI
  615. tristate "Hexium Gemini frame grabber"
  616. depends on PCI && VIDEO_V4L2 && I2C
  617. select VIDEO_SAA7146_VV
  618. ---help---
  619. This is a video4linux driver for the Hexium Gemini frame
  620. grabber card by Hexium. Please note that the Gemini Dual
  621. card is *not* fully supported.
  622. To compile this driver as a module, choose M here: the
  623. module will be called hexium_gemini.
  624. source "drivers/media/video/cx88/Kconfig"
  625. source "drivers/media/video/cx23885/Kconfig"
  626. source "drivers/media/video/au0828/Kconfig"
  627. source "drivers/media/video/ivtv/Kconfig"
  628. source "drivers/media/video/cx18/Kconfig"
  629. source "drivers/media/video/saa7164/Kconfig"
  630. config VIDEO_M32R_AR
  631. tristate "AR devices"
  632. depends on M32R && VIDEO_V4L1
  633. ---help---
  634. This is a video4linux driver for the Renesas AR (Artificial Retina)
  635. camera module.
  636. config VIDEO_M32R_AR_M64278
  637. tristate "AR device with color module M64278(VGA)"
  638. depends on PLAT_M32700UT
  639. select VIDEO_M32R_AR
  640. ---help---
  641. This is a video4linux driver for the Renesas AR (Artificial
  642. Retina) with M64278E-800 camera module.
  643. This module supports VGA(640x480 pixels) resolutions.
  644. To compile this driver as a module, choose M here: the
  645. module will be called arv.
  646. config VIDEO_CAFE_CCIC
  647. tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
  648. depends on PCI && I2C && VIDEO_V4L2
  649. select VIDEO_OV7670
  650. ---help---
  651. This is a video4linux2 driver for the Marvell 88ALP01 integrated
  652. CMOS camera controller. This is the controller found on first-
  653. generation OLPC systems.
  654. config SOC_CAMERA
  655. tristate "SoC camera support"
  656. depends on VIDEO_V4L2 && HAS_DMA && I2C
  657. select VIDEOBUF_GEN
  658. help
  659. SoC Camera is a common API to several cameras, not connecting
  660. over a bus like PCI or USB. For example some i2c camera connected
  661. directly to the data bus of an SoC.
  662. config SOC_CAMERA_MT9M001
  663. tristate "mt9m001 support"
  664. depends on SOC_CAMERA && I2C
  665. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  666. help
  667. This driver supports MT9M001 cameras from Micron, monochrome
  668. and colour models.
  669. config SOC_CAMERA_MT9M111
  670. tristate "mt9m111 and mt9m112 support"
  671. depends on SOC_CAMERA && I2C
  672. help
  673. This driver supports MT9M111 and MT9M112 cameras from Micron
  674. config SOC_CAMERA_MT9T031
  675. tristate "mt9t031 support"
  676. depends on SOC_CAMERA && I2C
  677. help
  678. This driver supports MT9T031 cameras from Micron.
  679. config SOC_CAMERA_MT9T112
  680. tristate "mt9t112 support"
  681. depends on SOC_CAMERA && I2C
  682. help
  683. This driver supports MT9T112 cameras from Aptina.
  684. config SOC_CAMERA_MT9V022
  685. tristate "mt9v022 support"
  686. depends on SOC_CAMERA && I2C
  687. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  688. help
  689. This driver supports MT9V022 cameras from Micron
  690. config SOC_CAMERA_RJ54N1
  691. tristate "rj54n1cb0c support"
  692. depends on SOC_CAMERA && I2C
  693. help
  694. This is a rj54n1cb0c video driver
  695. config SOC_CAMERA_TW9910
  696. tristate "tw9910 support"
  697. depends on SOC_CAMERA && I2C
  698. help
  699. This is a tw9910 video driver
  700. config SOC_CAMERA_PLATFORM
  701. tristate "platform camera support"
  702. depends on SOC_CAMERA
  703. help
  704. This is a generic SoC camera platform driver, useful for testing
  705. config SOC_CAMERA_OV772X
  706. tristate "ov772x camera support"
  707. depends on SOC_CAMERA && I2C
  708. help
  709. This is a ov772x camera driver
  710. config SOC_CAMERA_OV9640
  711. tristate "ov9640 camera support"
  712. depends on SOC_CAMERA && I2C
  713. help
  714. This is a ov9640 camera driver
  715. config MX1_VIDEO
  716. bool
  717. config VIDEO_MX1
  718. tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
  719. depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
  720. select FIQ
  721. select VIDEOBUF_DMA_CONTIG
  722. select MX1_VIDEO
  723. ---help---
  724. This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
  725. config MX3_VIDEO
  726. bool
  727. config VIDEO_MX3
  728. tristate "i.MX3x Camera Sensor Interface driver"
  729. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  730. select VIDEOBUF_DMA_CONTIG
  731. select MX3_VIDEO
  732. ---help---
  733. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  734. config VIDEO_PXA27x
  735. tristate "PXA27x Quick Capture Interface driver"
  736. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  737. select VIDEOBUF_DMA_SG
  738. ---help---
  739. This is a v4l2 driver for the PXA27x Quick Capture Interface
  740. config VIDEO_SH_MOBILE_CEU
  741. tristate "SuperH Mobile CEU Interface driver"
  742. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  743. select VIDEOBUF_DMA_CONTIG
  744. ---help---
  745. This is a v4l2 driver for the SuperH Mobile CEU Interface
  746. config VIDEO_OMAP2
  747. tristate "OMAP2 Camera Capture Interface driver"
  748. depends on VIDEO_DEV && ARCH_OMAP2
  749. select VIDEOBUF_DMA_SG
  750. ---help---
  751. This is a v4l2 driver for the TI OMAP2 camera capture interface
  752. #
  753. # USB Multimedia device configuration
  754. #
  755. menuconfig V4L_USB_DRIVERS
  756. bool "V4L USB devices"
  757. depends on USB
  758. default y
  759. if V4L_USB_DRIVERS && USB
  760. source "drivers/media/video/uvc/Kconfig"
  761. source "drivers/media/video/gspca/Kconfig"
  762. source "drivers/media/video/pvrusb2/Kconfig"
  763. source "drivers/media/video/hdpvr/Kconfig"
  764. source "drivers/media/video/em28xx/Kconfig"
  765. source "drivers/media/video/tlg2300/Kconfig"
  766. source "drivers/media/video/cx231xx/Kconfig"
  767. source "drivers/media/video/usbvision/Kconfig"
  768. source "drivers/media/video/usbvideo/Kconfig"
  769. source "drivers/media/video/et61x251/Kconfig"
  770. config VIDEO_OVCAMCHIP
  771. tristate "OmniVision Camera Chip support (DEPRECATED)"
  772. depends on I2C && VIDEO_V4L1
  773. default n
  774. ---help---
  775. This driver is DEPRECATED please use the gspca ov519 module
  776. instead. Note that for the ov511 / ov518 support of the gspca module
  777. you need atleast version 0.6.0 of libv4l and for the w9968cf
  778. atleast version 0.6.3 of libv4l.
  779. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  780. This driver is intended to be used with the ov511 and w9968cf USB
  781. camera drivers.
  782. To compile this driver as a module, choose M here: the
  783. module will be called ovcamchip.
  784. config USB_W9968CF
  785. tristate "USB W996[87]CF JPEG Dual Mode Camera support (DEPRECATED)"
  786. depends on VIDEO_V4L1 && I2C && VIDEO_OVCAMCHIP
  787. default n
  788. ---help---
  789. This driver is DEPRECATED please use the gspca ov519 module
  790. instead. Note that for the w9968cf support of the gspca module
  791. you need atleast version 0.6.3 of libv4l.
  792. Say Y here if you want support for cameras based on OV681 or
  793. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  794. This driver has an optional plugin, which is distributed as a
  795. separate module only (released under GPL). It allows to use higher
  796. resolutions and framerates, but cannot be included in the official
  797. Linux kernel for performance purposes.
  798. See <file:Documentation/video4linux/w9968cf.txt> for more info.
  799. To compile this driver as a module, choose M here: the
  800. module will be called w9968cf.
  801. config USB_OV511
  802. tristate "USB OV511 Camera support (DEPRECATED)"
  803. depends on VIDEO_V4L1
  804. default n
  805. ---help---
  806. This driver is DEPRECATED please use the gspca ov519 module
  807. instead. Note that for the ov511 / ov518 support of the gspca module
  808. you need atleast version 0.6.0 of libv4l.
  809. Say Y here if you want to connect this type of camera to your
  810. computer's USB port. See <file:Documentation/video4linux/ov511.txt>
  811. for more information and for a list of supported cameras.
  812. To compile this driver as a module, choose M here: the
  813. module will be called ov511.
  814. config USB_SE401
  815. tristate "USB SE401 Camera support"
  816. depends on VIDEO_V4L1
  817. ---help---
  818. Say Y here if you want to connect this type of camera to your
  819. computer's USB port. See <file:Documentation/video4linux/se401.txt>
  820. for more information and for a list of supported cameras.
  821. To compile this driver as a module, choose M here: the
  822. module will be called se401.
  823. source "drivers/media/video/sn9c102/Kconfig"
  824. config USB_STV680
  825. tristate "USB STV680 (Pencam) Camera support (DEPRECATED)"
  826. depends on VIDEO_V4L1
  827. default n
  828. ---help---
  829. This driver is DEPRECATED please use the gspca stv0680 module
  830. instead. Note that for the gspca stv0680 module you need
  831. atleast version 0.6.3 of libv4l.
  832. Say Y here if you want to connect this type of camera to your
  833. computer's USB port. This includes the Pencam line of cameras.
  834. See <file:Documentation/video4linux/stv680.txt> for more information
  835. and for a list of supported cameras.
  836. To compile this driver as a module, choose M here: the
  837. module will be called stv680.
  838. source "drivers/media/video/zc0301/Kconfig"
  839. source "drivers/media/video/pwc/Kconfig"
  840. config USB_ZR364XX
  841. tristate "USB ZR364XX Camera support"
  842. depends on VIDEO_V4L2
  843. select VIDEOBUF_GEN
  844. select VIDEOBUF_VMALLOC
  845. ---help---
  846. Say Y here if you want to connect this type of camera to your
  847. computer's USB port.
  848. See <file:Documentation/video4linux/zr364xx.txt> for more info
  849. and list of supported cameras.
  850. To compile this driver as a module, choose M here: the
  851. module will be called zr364xx.
  852. config USB_STKWEBCAM
  853. tristate "USB Syntek DC1125 Camera support"
  854. depends on VIDEO_V4L2 && EXPERIMENTAL
  855. ---help---
  856. Say Y here if you want to use this type of camera.
  857. Supported devices are typically found in some Asus laptops,
  858. with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
  859. may be supported by the stk11xx driver, from which this is
  860. derived, see http://stk11xx.sourceforge.net
  861. To compile this driver as a module, choose M here: the
  862. module will be called stkwebcam.
  863. config USB_S2255
  864. tristate "USB Sensoray 2255 video capture device"
  865. depends on VIDEO_V4L2
  866. select VIDEOBUF_VMALLOC
  867. default n
  868. help
  869. Say Y here if you want support for the Sensoray 2255 USB device.
  870. This driver can be compiled as a module, called s2255drv.
  871. endif # V4L_USB_DRIVERS
  872. endif # VIDEO_CAPTURE_DRIVERS