Kconfig 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109
  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. config VIDEO_VPFE_CAPTURE
  440. tristate "VPFE Video Capture Driver"
  441. depends on VIDEO_V4L2 && ARCH_DAVINCI
  442. select VIDEOBUF_DMA_CONTIG
  443. help
  444. Support for DMXXXX VPFE based frame grabber. This is the
  445. common V4L2 module for following DMXXX SoCs from Texas
  446. Instruments:- DM6446 & DM355.
  447. To compile this driver as a module, choose M here: the
  448. module will be called vpfe-capture.
  449. config VIDEO_DM6446_CCDC
  450. tristate "DM6446 CCDC HW module"
  451. depends on ARCH_DAVINCI_DM644x && VIDEO_VPFE_CAPTURE
  452. select VIDEO_VPSS_SYSTEM
  453. default y
  454. help
  455. Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
  456. with decoder modules such as TVP5146 over BT656 or
  457. sensor module such as MT9T001 over a raw interface. This
  458. module configures the interface and CCDC/ISIF to do
  459. video frame capture from slave decoders.
  460. To compile this driver as a module, choose M here: the
  461. module will be called vpfe.
  462. config VIDEO_DM355_CCDC
  463. tristate "DM355 CCDC HW module"
  464. depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE
  465. select VIDEO_VPSS_SYSTEM
  466. default y
  467. help
  468. Enables DM355 CCD hw module. DM355 CCDC hw interfaces
  469. with decoder modules such as TVP5146 over BT656 or
  470. sensor module such as MT9T001 over a raw interface. This
  471. module configures the interface and CCDC/ISIF to do
  472. video frame capture from a slave decoders
  473. To compile this driver as a module, choose M here: the
  474. module will be called vpfe.
  475. config VIDEO_ISIF
  476. tristate "ISIF HW module"
  477. depends on ARCH_DAVINCI_DM365 && VIDEO_VPFE_CAPTURE
  478. select VIDEO_VPSS_SYSTEM
  479. default y
  480. help
  481. Enables ISIF hw module. This is the hardware module for
  482. configuring ISIF in VPFE to capture Raw Bayer RGB data from
  483. a image sensor or YUV data from a YUV source.
  484. To compile this driver as a module, choose M here: the
  485. module will be called vpfe.
  486. source "drivers/media/video/bt8xx/Kconfig"
  487. config VIDEO_PMS
  488. tristate "Mediavision Pro Movie Studio Video For Linux"
  489. depends on ISA && VIDEO_V4L2
  490. help
  491. Say Y if you have such a thing.
  492. To compile this driver as a module, choose M here: the
  493. module will be called pms.
  494. config VIDEO_BWQCAM
  495. tristate "Quickcam BW Video For Linux"
  496. depends on PARPORT && VIDEO_V4L1
  497. help
  498. Say Y have if you the black and white version of the QuickCam
  499. camera. See the next option for the color version.
  500. To compile this driver as a module, choose M here: the
  501. module will be called bw-qcam.
  502. config VIDEO_CQCAM
  503. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  504. depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
  505. help
  506. This is the video4linux driver for the colour version of the
  507. Connectix QuickCam. If you have one of these cameras, say Y here,
  508. otherwise say N. This driver does not work with the original
  509. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  510. as a module (c-qcam).
  511. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  512. config VIDEO_W9966
  513. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  514. depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
  515. help
  516. Video4linux driver for Winbond's w9966 based Webcams.
  517. Currently tested with the LifeView FlyCam Supra.
  518. If you have one of these cameras, say Y here
  519. otherwise say N.
  520. This driver is also available as a module (w9966).
  521. Check out <file:Documentation/video4linux/w9966.txt> for more
  522. information.
  523. config VIDEO_CPIA
  524. tristate "CPiA Video For Linux (DEPRECATED)"
  525. depends on VIDEO_V4L1
  526. default n
  527. ---help---
  528. This driver is DEPRECATED please use the gspca cpia1 module
  529. instead. Note that you need atleast version 0.6.4 of libv4l for
  530. the cpia1 gspca module.
  531. This is the video4linux driver for cameras based on Vision's CPiA
  532. (Colour Processor Interface ASIC), such as the Creative Labs Video
  533. Blaster Webcam II. If you have one of these cameras, say Y here
  534. and select parallel port and/or USB lowlevel support below,
  535. otherwise say N. This will not work with the Creative Webcam III.
  536. Please read <file:Documentation/video4linux/README.cpia> for more
  537. information.
  538. This driver is also available as a module (cpia).
  539. config VIDEO_CPIA_PP
  540. tristate "CPiA Parallel Port Lowlevel Support"
  541. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  542. help
  543. This is the lowlevel parallel port support for cameras based on
  544. Vision's CPiA (Colour Processor Interface ASIC), such as the
  545. Creative Webcam II. If you have the parallel port version of one
  546. of these cameras, say Y here, otherwise say N. It is also available
  547. as a module (cpia_pp).
  548. config VIDEO_CPIA_USB
  549. tristate "CPiA USB Lowlevel Support"
  550. depends on VIDEO_CPIA && USB
  551. help
  552. This is the lowlevel USB support for cameras based on Vision's CPiA
  553. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  554. If you have the USB version of one of these cameras, say Y here,
  555. otherwise say N. This will not work with the Creative Webcam III.
  556. It is also available as a module (cpia_usb).
  557. source "drivers/media/video/cpia2/Kconfig"
  558. config VIDEO_SAA5246A
  559. tristate "SAA5246A, SAA5281 Teletext processor"
  560. depends on I2C && VIDEO_V4L2
  561. help
  562. Support for I2C bus based teletext using the SAA5246A or SAA5281
  563. chip. Useful only if you live in Europe.
  564. To compile this driver as a module, choose M here: the
  565. module will be called saa5246a.
  566. config VIDEO_SAA5249
  567. tristate "SAA5249 Teletext processor"
  568. depends on I2C && VIDEO_V4L2
  569. help
  570. Support for I2C bus based teletext using the SAA5249 chip. At the
  571. moment this is only useful on some European WinTV cards.
  572. To compile this driver as a module, choose M here: the
  573. module will be called saa5249.
  574. config VIDEO_VINO
  575. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  576. depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
  577. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  578. help
  579. Say Y here to build in support for the Vino video input system found
  580. on SGI Indy machines.
  581. config VIDEO_STRADIS
  582. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  583. depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
  584. help
  585. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  586. driver for PCI. There is a product page at
  587. <http://www.stradis.com/>.
  588. source "drivers/media/video/zoran/Kconfig"
  589. config VIDEO_MEYE
  590. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  591. depends on PCI && SONY_LAPTOP && VIDEO_V4L1
  592. ---help---
  593. This is the video4linux driver for the Motion Eye camera found
  594. in the Vaio Picturebook laptops. Please read the material in
  595. <file:Documentation/video4linux/meye.txt> for more information.
  596. If you say Y or M here, you need to say Y or M to "Sony Laptop
  597. Extras" in the misc device section.
  598. To compile this driver as a module, choose M here: the
  599. module will be called meye.
  600. source "drivers/media/video/saa7134/Kconfig"
  601. config VIDEO_MXB
  602. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  603. depends on PCI && VIDEO_V4L1 && I2C
  604. select VIDEO_SAA7146_VV
  605. select VIDEO_TUNER
  606. select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
  607. select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
  608. select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
  609. select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
  610. ---help---
  611. This is a video4linux driver for the 'Multimedia eXtension Board'
  612. TV card by Siemens-Nixdorf.
  613. To compile this driver as a module, choose M here: the
  614. module will be called mxb.
  615. config VIDEO_HEXIUM_ORION
  616. tristate "Hexium HV-PCI6 and Orion frame grabber"
  617. depends on PCI && VIDEO_V4L2 && I2C
  618. select VIDEO_SAA7146_VV
  619. ---help---
  620. This is a video4linux driver for the Hexium HV-PCI6 and
  621. Orion frame grabber cards by Hexium.
  622. To compile this driver as a module, choose M here: the
  623. module will be called hexium_orion.
  624. config VIDEO_HEXIUM_GEMINI
  625. tristate "Hexium Gemini frame grabber"
  626. depends on PCI && VIDEO_V4L2 && I2C
  627. select VIDEO_SAA7146_VV
  628. ---help---
  629. This is a video4linux driver for the Hexium Gemini frame
  630. grabber card by Hexium. Please note that the Gemini Dual
  631. card is *not* fully supported.
  632. To compile this driver as a module, choose M here: the
  633. module will be called hexium_gemini.
  634. source "drivers/media/video/cx88/Kconfig"
  635. source "drivers/media/video/cx23885/Kconfig"
  636. source "drivers/media/video/au0828/Kconfig"
  637. source "drivers/media/video/ivtv/Kconfig"
  638. source "drivers/media/video/cx18/Kconfig"
  639. source "drivers/media/video/saa7164/Kconfig"
  640. config VIDEO_M32R_AR
  641. tristate "AR devices"
  642. depends on M32R && VIDEO_V4L1
  643. ---help---
  644. This is a video4linux driver for the Renesas AR (Artificial Retina)
  645. camera module.
  646. config VIDEO_M32R_AR_M64278
  647. tristate "AR device with color module M64278(VGA)"
  648. depends on PLAT_M32700UT
  649. select VIDEO_M32R_AR
  650. ---help---
  651. This is a video4linux driver for the Renesas AR (Artificial
  652. Retina) with M64278E-800 camera module.
  653. This module supports VGA(640x480 pixels) resolutions.
  654. To compile this driver as a module, choose M here: the
  655. module will be called arv.
  656. config VIDEO_CAFE_CCIC
  657. tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
  658. depends on PCI && I2C && VIDEO_V4L2
  659. select VIDEO_OV7670
  660. ---help---
  661. This is a video4linux2 driver for the Marvell 88ALP01 integrated
  662. CMOS camera controller. This is the controller found on first-
  663. generation OLPC systems.
  664. config SOC_CAMERA
  665. tristate "SoC camera support"
  666. depends on VIDEO_V4L2 && HAS_DMA && I2C
  667. select VIDEOBUF_GEN
  668. help
  669. SoC Camera is a common API to several cameras, not connecting
  670. over a bus like PCI or USB. For example some i2c camera connected
  671. directly to the data bus of an SoC.
  672. config SOC_CAMERA_MT9M001
  673. tristate "mt9m001 support"
  674. depends on SOC_CAMERA && I2C
  675. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  676. help
  677. This driver supports MT9M001 cameras from Micron, monochrome
  678. and colour models.
  679. config SOC_CAMERA_MT9M111
  680. tristate "mt9m111 and mt9m112 support"
  681. depends on SOC_CAMERA && I2C
  682. help
  683. This driver supports MT9M111 and MT9M112 cameras from Micron
  684. config SOC_CAMERA_MT9T031
  685. tristate "mt9t031 support"
  686. depends on SOC_CAMERA && I2C
  687. help
  688. This driver supports MT9T031 cameras from Micron.
  689. config SOC_CAMERA_MT9T112
  690. tristate "mt9t112 support"
  691. depends on SOC_CAMERA && I2C
  692. help
  693. This driver supports MT9T112 cameras from Aptina.
  694. config SOC_CAMERA_MT9V022
  695. tristate "mt9v022 support"
  696. depends on SOC_CAMERA && I2C
  697. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  698. help
  699. This driver supports MT9V022 cameras from Micron
  700. config SOC_CAMERA_RJ54N1
  701. tristate "rj54n1cb0c support"
  702. depends on SOC_CAMERA && I2C
  703. help
  704. This is a rj54n1cb0c video driver
  705. config SOC_CAMERA_TW9910
  706. tristate "tw9910 support"
  707. depends on SOC_CAMERA && I2C
  708. help
  709. This is a tw9910 video driver
  710. config SOC_CAMERA_PLATFORM
  711. tristate "platform camera support"
  712. depends on SOC_CAMERA
  713. help
  714. This is a generic SoC camera platform driver, useful for testing
  715. config SOC_CAMERA_OV772X
  716. tristate "ov772x camera support"
  717. depends on SOC_CAMERA && I2C
  718. help
  719. This is a ov772x camera driver
  720. config SOC_CAMERA_OV9640
  721. tristate "ov9640 camera support"
  722. depends on SOC_CAMERA && I2C
  723. help
  724. This is a ov9640 camera driver
  725. config MX1_VIDEO
  726. bool
  727. config VIDEO_MX1
  728. tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
  729. depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
  730. select FIQ
  731. select VIDEOBUF_DMA_CONTIG
  732. select MX1_VIDEO
  733. ---help---
  734. This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
  735. config MX3_VIDEO
  736. bool
  737. config VIDEO_MX3
  738. tristate "i.MX3x Camera Sensor Interface driver"
  739. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  740. select VIDEOBUF_DMA_CONTIG
  741. select MX3_VIDEO
  742. ---help---
  743. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  744. config VIDEO_PXA27x
  745. tristate "PXA27x Quick Capture Interface driver"
  746. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  747. select VIDEOBUF_DMA_SG
  748. ---help---
  749. This is a v4l2 driver for the PXA27x Quick Capture Interface
  750. config VIDEO_SH_MOBILE_CEU
  751. tristate "SuperH Mobile CEU Interface driver"
  752. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  753. select VIDEOBUF_DMA_CONTIG
  754. ---help---
  755. This is a v4l2 driver for the SuperH Mobile CEU Interface
  756. config VIDEO_OMAP2
  757. tristate "OMAP2 Camera Capture Interface driver"
  758. depends on VIDEO_DEV && ARCH_OMAP2
  759. select VIDEOBUF_DMA_SG
  760. ---help---
  761. This is a v4l2 driver for the TI OMAP2 camera capture interface
  762. #
  763. # USB Multimedia device configuration
  764. #
  765. menuconfig V4L_USB_DRIVERS
  766. bool "V4L USB devices"
  767. depends on USB
  768. default y
  769. if V4L_USB_DRIVERS && USB
  770. source "drivers/media/video/uvc/Kconfig"
  771. source "drivers/media/video/gspca/Kconfig"
  772. source "drivers/media/video/pvrusb2/Kconfig"
  773. source "drivers/media/video/hdpvr/Kconfig"
  774. source "drivers/media/video/em28xx/Kconfig"
  775. source "drivers/media/video/tlg2300/Kconfig"
  776. source "drivers/media/video/cx231xx/Kconfig"
  777. source "drivers/media/video/usbvision/Kconfig"
  778. source "drivers/media/video/usbvideo/Kconfig"
  779. source "drivers/media/video/et61x251/Kconfig"
  780. config VIDEO_OVCAMCHIP
  781. tristate "OmniVision Camera Chip support (DEPRECATED)"
  782. depends on I2C && VIDEO_V4L1
  783. default n
  784. ---help---
  785. This driver is DEPRECATED please use the gspca ov519 module
  786. instead. Note that for the ov511 / ov518 support of the gspca module
  787. you need atleast version 0.6.0 of libv4l and for the w9968cf
  788. atleast version 0.6.3 of libv4l.
  789. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  790. This driver is intended to be used with the ov511 and w9968cf USB
  791. camera drivers.
  792. To compile this driver as a module, choose M here: the
  793. module will be called ovcamchip.
  794. config USB_W9968CF
  795. tristate "USB W996[87]CF JPEG Dual Mode Camera support (DEPRECATED)"
  796. depends on VIDEO_V4L1 && I2C && VIDEO_OVCAMCHIP
  797. default n
  798. ---help---
  799. This driver is DEPRECATED please use the gspca ov519 module
  800. instead. Note that for the w9968cf support of the gspca module
  801. you need atleast version 0.6.3 of libv4l.
  802. Say Y here if you want support for cameras based on OV681 or
  803. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  804. This driver has an optional plugin, which is distributed as a
  805. separate module only (released under GPL). It allows to use higher
  806. resolutions and framerates, but cannot be included in the official
  807. Linux kernel for performance purposes.
  808. See <file:Documentation/video4linux/w9968cf.txt> for more info.
  809. To compile this driver as a module, choose M here: the
  810. module will be called w9968cf.
  811. config USB_OV511
  812. tristate "USB OV511 Camera support (DEPRECATED)"
  813. depends on VIDEO_V4L1
  814. default n
  815. ---help---
  816. This driver is DEPRECATED please use the gspca ov519 module
  817. instead. Note that for the ov511 / ov518 support of the gspca module
  818. you need atleast version 0.6.0 of libv4l.
  819. Say Y here if you want to connect this type of camera to your
  820. computer's USB port. See <file:Documentation/video4linux/ov511.txt>
  821. for more information and for a list of supported cameras.
  822. To compile this driver as a module, choose M here: the
  823. module will be called ov511.
  824. config USB_SE401
  825. tristate "USB SE401 Camera support"
  826. depends on VIDEO_V4L1
  827. ---help---
  828. Say Y here if you want to connect this type of camera to your
  829. computer's USB port. See <file:Documentation/video4linux/se401.txt>
  830. for more information and for a list of supported cameras.
  831. To compile this driver as a module, choose M here: the
  832. module will be called se401.
  833. source "drivers/media/video/sn9c102/Kconfig"
  834. config USB_STV680
  835. tristate "USB STV680 (Pencam) Camera support (DEPRECATED)"
  836. depends on VIDEO_V4L1
  837. default n
  838. ---help---
  839. This driver is DEPRECATED please use the gspca stv0680 module
  840. instead. Note that for the gspca stv0680 module you need
  841. atleast version 0.6.3 of libv4l.
  842. Say Y here if you want to connect this type of camera to your
  843. computer's USB port. This includes the Pencam line of cameras.
  844. See <file:Documentation/video4linux/stv680.txt> for more information
  845. and for a list of supported cameras.
  846. To compile this driver as a module, choose M here: the
  847. module will be called stv680.
  848. source "drivers/media/video/zc0301/Kconfig"
  849. source "drivers/media/video/pwc/Kconfig"
  850. config USB_ZR364XX
  851. tristate "USB ZR364XX Camera support"
  852. depends on VIDEO_V4L2
  853. select VIDEOBUF_GEN
  854. select VIDEOBUF_VMALLOC
  855. ---help---
  856. Say Y here if you want to connect this type of camera to your
  857. computer's USB port.
  858. See <file:Documentation/video4linux/zr364xx.txt> for more info
  859. and list of supported cameras.
  860. To compile this driver as a module, choose M here: the
  861. module will be called zr364xx.
  862. config USB_STKWEBCAM
  863. tristate "USB Syntek DC1125 Camera support"
  864. depends on VIDEO_V4L2 && EXPERIMENTAL
  865. ---help---
  866. Say Y here if you want to use this type of camera.
  867. Supported devices are typically found in some Asus laptops,
  868. with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
  869. may be supported by the stk11xx driver, from which this is
  870. derived, see http://stk11xx.sourceforge.net
  871. To compile this driver as a module, choose M here: the
  872. module will be called stkwebcam.
  873. config USB_S2255
  874. tristate "USB Sensoray 2255 video capture device"
  875. depends on VIDEO_V4L2
  876. select VIDEOBUF_VMALLOC
  877. default n
  878. help
  879. Say Y here if you want support for the Sensoray 2255 USB device.
  880. This driver can be compiled as a module, called s2255drv.
  881. endif # V4L_USB_DRIVERS
  882. endif # VIDEO_CAPTURE_DRIVERS