Kconfig 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  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 VIDEOBUF_GEN
  9. tristate
  10. config VIDEOBUF_DMA_SG
  11. depends on HAS_DMA
  12. select VIDEOBUF_GEN
  13. tristate
  14. config VIDEOBUF_VMALLOC
  15. select VIDEOBUF_GEN
  16. tristate
  17. config VIDEOBUF_DMA_CONTIG
  18. depends on HAS_DMA
  19. select VIDEOBUF_GEN
  20. tristate
  21. config VIDEOBUF_DVB
  22. tristate
  23. select VIDEOBUF_GEN
  24. config VIDEO_BTCX
  25. depends on PCI
  26. tristate
  27. config VIDEO_TVEEPROM
  28. tristate
  29. depends on I2C
  30. config VIDEO_TUNER
  31. tristate
  32. depends on MEDIA_TUNER
  33. config V4L2_MEM2MEM_DEV
  34. tristate
  35. depends on VIDEOBUF2_CORE
  36. config VIDEOBUF2_CORE
  37. tristate
  38. config VIDEOBUF2_MEMOPS
  39. tristate
  40. config VIDEOBUF2_DMA_CONTIG
  41. select VIDEOBUF2_CORE
  42. select VIDEOBUF2_MEMOPS
  43. tristate
  44. config VIDEOBUF2_VMALLOC
  45. select VIDEOBUF2_CORE
  46. select VIDEOBUF2_MEMOPS
  47. tristate
  48. config VIDEOBUF2_DMA_SG
  49. #depends on HAS_DMA
  50. select VIDEOBUF2_CORE
  51. select VIDEOBUF2_MEMOPS
  52. tristate
  53. #
  54. # Multimedia Video device configuration
  55. #
  56. menuconfig VIDEO_CAPTURE_DRIVERS
  57. bool "Video capture adapters"
  58. depends on VIDEO_V4L2
  59. default y
  60. ---help---
  61. Say Y here to enable selecting the video adapters for
  62. webcams, analog TV, and hybrid analog/digital TV.
  63. Some of those devices also supports FM radio.
  64. if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
  65. config VIDEO_ADV_DEBUG
  66. bool "Enable advanced debug functionality"
  67. default n
  68. ---help---
  69. Say Y here to enable advanced debugging functionality on some
  70. V4L devices.
  71. In doubt, say N.
  72. config VIDEO_FIXED_MINOR_RANGES
  73. bool "Enable old-style fixed minor ranges for video devices"
  74. default n
  75. ---help---
  76. Say Y here to enable the old-style fixed-range minor assignments.
  77. Only useful if you rely on the old behavior and use mknod instead of udev.
  78. When in doubt, say N.
  79. config VIDEO_HELPER_CHIPS_AUTO
  80. bool "Autoselect pertinent encoders/decoders and other helper chips"
  81. default y if !EXPERT
  82. ---help---
  83. Most video cards may require additional modules to encode or
  84. decode audio/video standards. This option will autoselect
  85. all pertinent modules to each selected video module.
  86. Unselect this only if you know exactly what you are doing, since
  87. it may break support on some boards.
  88. In doubt, say Y.
  89. config VIDEO_IR_I2C
  90. tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
  91. depends on I2C && RC_CORE
  92. default y
  93. ---help---
  94. Most boards have an IR chip directly connected via GPIO. However,
  95. some video boards have the IR connected via I2C bus.
  96. If your board doesn't have an I2C IR chip, you may disable this
  97. option.
  98. In doubt, say Y.
  99. #
  100. # Encoder / Decoder module configuration
  101. #
  102. menu "Encoders, decoders, sensors and other helper chips"
  103. visible if !VIDEO_HELPER_CHIPS_AUTO
  104. comment "Audio decoders, processors and mixers"
  105. config VIDEO_TVAUDIO
  106. tristate "Simple audio decoder chips"
  107. depends on VIDEO_V4L2 && I2C
  108. ---help---
  109. Support for several audio decoder chips found on some bt8xx boards:
  110. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  111. tea6320, tea6420, tda8425, ta8874z.
  112. Microchip: pic16c54 based design on ProVideo PV951 board.
  113. To compile this driver as a module, choose M here: the
  114. module will be called tvaudio.
  115. config VIDEO_TDA7432
  116. tristate "Philips TDA7432 audio processor"
  117. depends on VIDEO_V4L2 && I2C
  118. ---help---
  119. Support for tda7432 audio decoder chip found on some bt8xx boards.
  120. To compile this driver as a module, choose M here: the
  121. module will be called tda7432.
  122. config VIDEO_TDA9840
  123. tristate "Philips TDA9840 audio processor"
  124. depends on I2C
  125. ---help---
  126. Support for tda9840 audio decoder chip found on some Zoran boards.
  127. To compile this driver as a module, choose M here: the
  128. module will be called tda9840.
  129. config VIDEO_TEA6415C
  130. tristate "Philips TEA6415C audio processor"
  131. depends on I2C
  132. ---help---
  133. Support for tea6415c audio decoder chip found on some bt8xx boards.
  134. To compile this driver as a module, choose M here: the
  135. module will be called tea6415c.
  136. config VIDEO_TEA6420
  137. tristate "Philips TEA6420 audio processor"
  138. depends on I2C
  139. ---help---
  140. Support for tea6420 audio decoder chip found on some bt8xx boards.
  141. To compile this driver as a module, choose M here: the
  142. module will be called tea6420.
  143. config VIDEO_MSP3400
  144. tristate "Micronas MSP34xx audio decoders"
  145. depends on VIDEO_V4L2 && I2C
  146. ---help---
  147. Support for the Micronas MSP34xx series of audio decoders.
  148. To compile this driver as a module, choose M here: the
  149. module will be called msp3400.
  150. config VIDEO_CS5345
  151. tristate "Cirrus Logic CS5345 audio ADC"
  152. depends on VIDEO_V4L2 && I2C
  153. ---help---
  154. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  155. stereo A/D converter.
  156. To compile this driver as a module, choose M here: the
  157. module will be called cs5345.
  158. config VIDEO_CS53L32A
  159. tristate "Cirrus Logic CS53L32A audio ADC"
  160. depends on VIDEO_V4L2 && I2C
  161. ---help---
  162. Support for the Cirrus Logic CS53L32A low voltage
  163. stereo A/D converter.
  164. To compile this driver as a module, choose M here: the
  165. module will be called cs53l32a.
  166. config VIDEO_TLV320AIC23B
  167. tristate "Texas Instruments TLV320AIC23B audio codec"
  168. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  169. ---help---
  170. Support for the Texas Instruments TLV320AIC23B audio codec.
  171. To compile this driver as a module, choose M here: the
  172. module will be called tlv320aic23b.
  173. config VIDEO_WM8775
  174. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  175. depends on VIDEO_V4L2 && I2C
  176. ---help---
  177. Support for the Wolfson Microelectronics WM8775 high
  178. performance stereo A/D Converter with a 4 channel input mixer.
  179. To compile this driver as a module, choose M here: the
  180. module will be called wm8775.
  181. config VIDEO_WM8739
  182. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  183. depends on VIDEO_V4L2 && I2C
  184. ---help---
  185. Support for the Wolfson Microelectronics WM8739
  186. stereo A/D Converter.
  187. To compile this driver as a module, choose M here: the
  188. module will be called wm8739.
  189. config VIDEO_VP27SMPX
  190. tristate "Panasonic VP27s internal MPX"
  191. depends on VIDEO_V4L2 && I2C
  192. ---help---
  193. Support for the internal MPX of the Panasonic VP27s tuner.
  194. To compile this driver as a module, choose M here: the
  195. module will be called vp27smpx.
  196. comment "RDS decoders"
  197. config VIDEO_SAA6588
  198. tristate "SAA6588 Radio Chip RDS decoder support"
  199. depends on VIDEO_V4L2 && I2C
  200. help
  201. Support for this Radio Data System (RDS) decoder. This allows
  202. seeing radio station identification transmitted using this
  203. standard.
  204. To compile this driver as a module, choose M here: the
  205. module will be called saa6588.
  206. comment "Video decoders"
  207. config VIDEO_ADV7180
  208. tristate "Analog Devices ADV7180 decoder"
  209. depends on VIDEO_V4L2 && I2C
  210. ---help---
  211. Support for the Analog Devices ADV7180 video decoder.
  212. To compile this driver as a module, choose M here: the
  213. module will be called adv7180.
  214. config VIDEO_ADV7183
  215. tristate "Analog Devices ADV7183 decoder"
  216. depends on VIDEO_V4L2 && I2C
  217. ---help---
  218. V4l2 subdevice driver for the Analog Devices
  219. ADV7183 video decoder.
  220. To compile this driver as a module, choose M here: the
  221. module will be called adv7183.
  222. config VIDEO_BT819
  223. tristate "BT819A VideoStream decoder"
  224. depends on VIDEO_V4L2 && I2C
  225. ---help---
  226. Support for BT819A video decoder.
  227. To compile this driver as a module, choose M here: the
  228. module will be called bt819.
  229. config VIDEO_BT856
  230. tristate "BT856 VideoStream decoder"
  231. depends on VIDEO_V4L2 && I2C
  232. ---help---
  233. Support for BT856 video decoder.
  234. To compile this driver as a module, choose M here: the
  235. module will be called bt856.
  236. config VIDEO_BT866
  237. tristate "BT866 VideoStream decoder"
  238. depends on VIDEO_V4L2 && I2C
  239. ---help---
  240. Support for BT866 video decoder.
  241. To compile this driver as a module, choose M here: the
  242. module will be called bt866.
  243. config VIDEO_KS0127
  244. tristate "KS0127 video decoder"
  245. depends on VIDEO_V4L2 && I2C
  246. ---help---
  247. Support for KS0127 video decoder.
  248. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  249. cards.
  250. To compile this driver as a module, choose M here: the
  251. module will be called ks0127.
  252. config VIDEO_SAA7110
  253. tristate "Philips SAA7110 video decoder"
  254. depends on VIDEO_V4L2 && I2C
  255. ---help---
  256. Support for the Philips SAA7110 video decoders.
  257. To compile this driver as a module, choose M here: the
  258. module will be called saa7110.
  259. config VIDEO_SAA711X
  260. tristate "Philips SAA7111/3/4/5 video decoders"
  261. depends on VIDEO_V4L2 && I2C
  262. ---help---
  263. Support for the Philips SAA7111/3/4/5 video decoders.
  264. To compile this driver as a module, choose M here: the
  265. module will be called saa7115.
  266. config VIDEO_SAA7191
  267. tristate "Philips SAA7191 video decoder"
  268. depends on VIDEO_V4L2 && I2C
  269. ---help---
  270. Support for the Philips SAA7191 video decoder.
  271. To compile this driver as a module, choose M here: the
  272. module will be called saa7191.
  273. config VIDEO_TVP514X
  274. tristate "Texas Instruments TVP514x video decoder"
  275. depends on VIDEO_V4L2 && I2C
  276. ---help---
  277. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  278. decoder. It is currently working with the TI OMAP3 camera
  279. controller.
  280. To compile this driver as a module, choose M here: the
  281. module will be called tvp514x.
  282. config VIDEO_TVP5150
  283. tristate "Texas Instruments TVP5150 video decoder"
  284. depends on VIDEO_V4L2 && I2C
  285. ---help---
  286. Support for the Texas Instruments TVP5150 video decoder.
  287. To compile this driver as a module, choose M here: the
  288. module will be called tvp5150.
  289. config VIDEO_TVP7002
  290. tristate "Texas Instruments TVP7002 video decoder"
  291. depends on VIDEO_V4L2 && I2C
  292. ---help---
  293. Support for the Texas Instruments TVP7002 video decoder.
  294. To compile this driver as a module, choose M here: the
  295. module will be called tvp7002.
  296. config VIDEO_VPX3220
  297. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  298. depends on VIDEO_V4L2 && I2C
  299. ---help---
  300. Support for VPX322x video decoders.
  301. To compile this driver as a module, choose M here: the
  302. module will be called vpx3220.
  303. comment "Video and audio decoders"
  304. config VIDEO_SAA717X
  305. tristate "Philips SAA7171/3/4 audio/video decoders"
  306. depends on VIDEO_V4L2 && I2C
  307. ---help---
  308. Support for the Philips SAA7171/3/4 audio/video decoders.
  309. To compile this driver as a module, choose M here: the
  310. module will be called saa717x.
  311. source "drivers/media/video/cx25840/Kconfig"
  312. comment "MPEG video encoders"
  313. config VIDEO_CX2341X
  314. tristate "Conexant CX2341x MPEG encoders"
  315. depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON
  316. ---help---
  317. Support for the Conexant CX23416 MPEG encoders
  318. and CX23415 MPEG encoder/decoders.
  319. This module currently supports the encoding functions only.
  320. To compile this driver as a module, choose M here: the
  321. module will be called cx2341x.
  322. comment "Video encoders"
  323. config VIDEO_SAA7127
  324. tristate "Philips SAA7127/9 digital video encoders"
  325. depends on VIDEO_V4L2 && I2C
  326. ---help---
  327. Support for the Philips SAA7127/9 digital video encoders.
  328. To compile this driver as a module, choose M here: the
  329. module will be called saa7127.
  330. config VIDEO_SAA7185
  331. tristate "Philips SAA7185 video encoder"
  332. depends on VIDEO_V4L2 && I2C
  333. ---help---
  334. Support for the Philips SAA7185 video encoder.
  335. To compile this driver as a module, choose M here: the
  336. module will be called saa7185.
  337. config VIDEO_ADV7170
  338. tristate "Analog Devices ADV7170 video encoder"
  339. depends on VIDEO_V4L2 && I2C
  340. ---help---
  341. Support for the Analog Devices ADV7170 video encoder driver
  342. To compile this driver as a module, choose M here: the
  343. module will be called adv7170.
  344. config VIDEO_ADV7175
  345. tristate "Analog Devices ADV7175 video encoder"
  346. depends on VIDEO_V4L2 && I2C
  347. ---help---
  348. Support for the Analog Devices ADV7175 video encoder driver
  349. To compile this driver as a module, choose M here: the
  350. module will be called adv7175.
  351. config VIDEO_ADV7343
  352. tristate "ADV7343 video encoder"
  353. depends on I2C
  354. help
  355. Support for Analog Devices I2C bus based ADV7343 encoder.
  356. To compile this driver as a module, choose M here: the
  357. module will be called adv7343.
  358. config VIDEO_AK881X
  359. tristate "AK8813/AK8814 video encoders"
  360. depends on I2C
  361. help
  362. Video output driver for AKM AK8813 and AK8814 TV encoders
  363. comment "Camera sensor devices"
  364. config VIDEO_APTINA_PLL
  365. tristate
  366. config VIDEO_SMIAPP_PLL
  367. tristate
  368. config VIDEO_OV7670
  369. tristate "OmniVision OV7670 sensor support"
  370. depends on I2C && VIDEO_V4L2
  371. ---help---
  372. This is a Video4Linux2 sensor-level driver for the OmniVision
  373. OV7670 VGA camera. It currently only works with the M88ALP01
  374. controller.
  375. config VIDEO_VS6624
  376. tristate "ST VS6624 sensor support"
  377. depends on VIDEO_V4L2 && I2C
  378. ---help---
  379. This is a Video4Linux2 sensor-level driver for the ST VS6624
  380. camera.
  381. To compile this driver as a module, choose M here: the
  382. module will be called vs6624.
  383. config VIDEO_MT9M032
  384. tristate "MT9M032 camera sensor support"
  385. depends on I2C && VIDEO_V4L2
  386. select VIDEO_APTINA_PLL
  387. ---help---
  388. This driver supports MT9M032 camera sensors from Aptina, monochrome
  389. models only.
  390. config VIDEO_MT9P031
  391. tristate "Aptina MT9P031 support"
  392. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  393. select VIDEO_APTINA_PLL
  394. ---help---
  395. This is a Video4Linux2 sensor-level driver for the Aptina
  396. (Micron) mt9p031 5 Mpixel camera.
  397. config VIDEO_MT9T001
  398. tristate "Aptina MT9T001 support"
  399. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  400. ---help---
  401. This is a Video4Linux2 sensor-level driver for the Aptina
  402. (Micron) mt0t001 3 Mpixel camera.
  403. config VIDEO_MT9V011
  404. tristate "Micron mt9v011 sensor support"
  405. depends on I2C && VIDEO_V4L2
  406. ---help---
  407. This is a Video4Linux2 sensor-level driver for the Micron
  408. mt0v011 1.3 Mpixel camera. It currently only works with the
  409. em28xx driver.
  410. config VIDEO_MT9V032
  411. tristate "Micron MT9V032 sensor support"
  412. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  413. ---help---
  414. This is a Video4Linux2 sensor-level driver for the Micron
  415. MT9V032 752x480 CMOS sensor.
  416. config VIDEO_TCM825X
  417. tristate "TCM825x camera sensor support"
  418. depends on I2C && VIDEO_V4L2
  419. ---help---
  420. This is a driver for the Toshiba TCM825x VGA camera sensor.
  421. It is used for example in Nokia N800.
  422. config VIDEO_SR030PC30
  423. tristate "Siliconfile SR030PC30 sensor support"
  424. depends on I2C && VIDEO_V4L2
  425. ---help---
  426. This driver supports SR030PC30 VGA camera from Siliconfile
  427. config VIDEO_NOON010PC30
  428. tristate "Siliconfile NOON010PC30 sensor support"
  429. depends on I2C && VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_SUBDEV_API
  430. ---help---
  431. This driver supports NOON010PC30 CIF camera from Siliconfile
  432. source "drivers/media/video/m5mols/Kconfig"
  433. config VIDEO_S5K6AA
  434. tristate "Samsung S5K6AAFX sensor support"
  435. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  436. ---help---
  437. This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
  438. camera sensor with an embedded SoC image signal processor.
  439. comment "Flash devices"
  440. config VIDEO_ADP1653
  441. tristate "ADP1653 flash support"
  442. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  443. ---help---
  444. This is a driver for the ADP1653 flash controller. It is used for
  445. example in Nokia N900.
  446. config VIDEO_AS3645A
  447. tristate "AS3645A flash driver support"
  448. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  449. ---help---
  450. This is a driver for the AS3645A and LM3555 flash controllers. It has
  451. build in control for flash, torch and indicator LEDs.
  452. comment "Video improvement chips"
  453. config VIDEO_UPD64031A
  454. tristate "NEC Electronics uPD64031A Ghost Reduction"
  455. depends on VIDEO_V4L2 && I2C
  456. ---help---
  457. Support for the NEC Electronics uPD64031A Ghost Reduction
  458. video chip. It is most often found in NTSC TV cards made for
  459. Japan and is used to reduce the 'ghosting' effect that can
  460. be present in analog TV broadcasts.
  461. To compile this driver as a module, choose M here: the
  462. module will be called upd64031a.
  463. config VIDEO_UPD64083
  464. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  465. depends on VIDEO_V4L2 && I2C
  466. ---help---
  467. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  468. separation video chip. It is used to improve the quality of
  469. the colors of a composite signal.
  470. To compile this driver as a module, choose M here: the
  471. module will be called upd64083.
  472. comment "Miscelaneous helper chips"
  473. config VIDEO_THS7303
  474. tristate "THS7303 Video Amplifier"
  475. depends on I2C
  476. help
  477. Support for TI THS7303 video amplifier
  478. To compile this driver as a module, choose M here: the
  479. module will be called ths7303.
  480. config VIDEO_M52790
  481. tristate "Mitsubishi M52790 A/V switch"
  482. depends on VIDEO_V4L2 && I2C
  483. ---help---
  484. Support for the Mitsubishi M52790 A/V switch.
  485. To compile this driver as a module, choose M here: the
  486. module will be called m52790.
  487. endmenu # encoder / decoder chips
  488. config VIDEO_VIVI
  489. tristate "Virtual Video Driver"
  490. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  491. depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
  492. select FONT_8x16
  493. select VIDEOBUF2_VMALLOC
  494. default n
  495. ---help---
  496. Enables a virtual video driver. This device shows a color bar
  497. and a timestamp, as a real device would generate by using V4L2
  498. api.
  499. Say Y here if you want to test video apps or debug V4L devices.
  500. In doubt, say N.
  501. #
  502. # USB Multimedia device configuration
  503. #
  504. menuconfig V4L_USB_DRIVERS
  505. bool "V4L USB devices"
  506. depends on USB
  507. default y
  508. if V4L_USB_DRIVERS
  509. source "drivers/media/video/uvc/Kconfig"
  510. source "drivers/media/video/gspca/Kconfig"
  511. source "drivers/media/video/pvrusb2/Kconfig"
  512. source "drivers/media/video/hdpvr/Kconfig"
  513. source "drivers/media/video/em28xx/Kconfig"
  514. source "drivers/media/video/tlg2300/Kconfig"
  515. source "drivers/media/video/cx231xx/Kconfig"
  516. source "drivers/media/video/tm6000/Kconfig"
  517. source "drivers/media/video/usbvision/Kconfig"
  518. source "drivers/media/video/sn9c102/Kconfig"
  519. source "drivers/media/video/pwc/Kconfig"
  520. source "drivers/media/video/cpia2/Kconfig"
  521. config USB_ZR364XX
  522. tristate "USB ZR364XX Camera support"
  523. depends on VIDEO_V4L2
  524. select VIDEOBUF_GEN
  525. select VIDEOBUF_VMALLOC
  526. ---help---
  527. Say Y here if you want to connect this type of camera to your
  528. computer's USB port.
  529. See <file:Documentation/video4linux/zr364xx.txt> for more info
  530. and list of supported cameras.
  531. To compile this driver as a module, choose M here: the
  532. module will be called zr364xx.
  533. config USB_STKWEBCAM
  534. tristate "USB Syntek DC1125 Camera support"
  535. depends on VIDEO_V4L2 && EXPERIMENTAL
  536. ---help---
  537. Say Y here if you want to use this type of camera.
  538. Supported devices are typically found in some Asus laptops,
  539. with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
  540. may be supported by the stk11xx driver, from which this is
  541. derived, see <http://sourceforge.net/projects/syntekdriver/>
  542. To compile this driver as a module, choose M here: the
  543. module will be called stkwebcam.
  544. config USB_S2255
  545. tristate "USB Sensoray 2255 video capture device"
  546. depends on VIDEO_V4L2
  547. select VIDEOBUF_VMALLOC
  548. default n
  549. help
  550. Say Y here if you want support for the Sensoray 2255 USB device.
  551. This driver can be compiled as a module, called s2255drv.
  552. endif # V4L_USB_DRIVERS
  553. #
  554. # PCI drivers configuration
  555. #
  556. menuconfig V4L_PCI_DRIVERS
  557. bool "V4L PCI(e) devices"
  558. depends on PCI
  559. default y
  560. ---help---
  561. Say Y here to enable support for these PCI(e) drivers.
  562. if V4L_PCI_DRIVERS
  563. source "drivers/media/video/au0828/Kconfig"
  564. source "drivers/media/video/bt8xx/Kconfig"
  565. source "drivers/media/video/cx18/Kconfig"
  566. source "drivers/media/video/cx23885/Kconfig"
  567. source "drivers/media/video/cx25821/Kconfig"
  568. source "drivers/media/video/cx88/Kconfig"
  569. config VIDEO_HEXIUM_GEMINI
  570. tristate "Hexium Gemini frame grabber"
  571. depends on PCI && VIDEO_V4L2 && I2C
  572. select VIDEO_SAA7146_VV
  573. ---help---
  574. This is a video4linux driver for the Hexium Gemini frame
  575. grabber card by Hexium. Please note that the Gemini Dual
  576. card is *not* fully supported.
  577. To compile this driver as a module, choose M here: the
  578. module will be called hexium_gemini.
  579. config VIDEO_HEXIUM_ORION
  580. tristate "Hexium HV-PCI6 and Orion frame grabber"
  581. depends on PCI && VIDEO_V4L2 && I2C
  582. select VIDEO_SAA7146_VV
  583. ---help---
  584. This is a video4linux driver for the Hexium HV-PCI6 and
  585. Orion frame grabber cards by Hexium.
  586. To compile this driver as a module, choose M here: the
  587. module will be called hexium_orion.
  588. source "drivers/media/video/ivtv/Kconfig"
  589. config VIDEO_MEYE
  590. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  591. depends on PCI && SONY_LAPTOP && VIDEO_V4L2
  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. config VIDEO_MXB
  601. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  602. depends on PCI && VIDEO_V4L2 && I2C
  603. select VIDEO_SAA7146_VV
  604. select VIDEO_TUNER
  605. select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
  606. select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
  607. select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
  608. select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
  609. ---help---
  610. This is a video4linux driver for the 'Multimedia eXtension Board'
  611. TV card by Siemens-Nixdorf.
  612. To compile this driver as a module, choose M here: the
  613. module will be called mxb.
  614. source "drivers/media/video/saa7134/Kconfig"
  615. source "drivers/media/video/saa7164/Kconfig"
  616. source "drivers/media/video/zoran/Kconfig"
  617. endif # V4L_PCI_DRIVERS
  618. #
  619. # ISA & parallel port drivers configuration
  620. #
  621. menuconfig V4L_ISA_PARPORT_DRIVERS
  622. bool "V4L ISA and parallel port devices"
  623. depends on ISA || PARPORT
  624. default n
  625. ---help---
  626. Say Y here to enable support for these ISA and parallel port drivers.
  627. if V4L_ISA_PARPORT_DRIVERS
  628. config VIDEO_BWQCAM
  629. tristate "Quickcam BW Video For Linux"
  630. depends on PARPORT && VIDEO_V4L2
  631. help
  632. Say Y have if you the black and white version of the QuickCam
  633. camera. See the next option for the color version.
  634. To compile this driver as a module, choose M here: the
  635. module will be called bw-qcam.
  636. config VIDEO_CQCAM
  637. tristate "QuickCam Colour Video For Linux"
  638. depends on PARPORT && VIDEO_V4L2
  639. help
  640. This is the video4linux driver for the colour version of the
  641. Connectix QuickCam. If you have one of these cameras, say Y here,
  642. otherwise say N. This driver does not work with the original
  643. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  644. as a module (c-qcam).
  645. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  646. config VIDEO_PMS
  647. tristate "Mediavision Pro Movie Studio Video For Linux"
  648. depends on ISA && VIDEO_V4L2
  649. help
  650. Say Y if you have the ISA Mediavision Pro Movie Studio
  651. capture card.
  652. To compile this driver as a module, choose M here: the
  653. module will be called pms.
  654. config VIDEO_W9966
  655. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  656. depends on PARPORT_1284 && PARPORT && VIDEO_V4L2
  657. help
  658. Video4linux driver for Winbond's w9966 based Webcams.
  659. Currently tested with the LifeView FlyCam Supra.
  660. If you have one of these cameras, say Y here
  661. otherwise say N.
  662. This driver is also available as a module (w9966).
  663. Check out <file:Documentation/video4linux/w9966.txt> for more
  664. information.
  665. endif # V4L_ISA_PARPORT_DRIVERS
  666. menuconfig V4L_PLATFORM_DRIVERS
  667. bool "V4L platform devices"
  668. default n
  669. ---help---
  670. Say Y here to enable support for platform-specific V4L drivers.
  671. if V4L_PLATFORM_DRIVERS
  672. source "drivers/media/video/marvell-ccic/Kconfig"
  673. config VIDEO_VIA_CAMERA
  674. tristate "VIAFB camera controller support"
  675. depends on FB_VIA
  676. select VIDEOBUF_DMA_SG
  677. select VIDEO_OV7670
  678. help
  679. Driver support for the integrated camera controller in VIA
  680. Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
  681. with ov7670 sensors.
  682. #
  683. # Platform multimedia device configuration
  684. #
  685. source "drivers/media/video/davinci/Kconfig"
  686. source "drivers/media/video/omap/Kconfig"
  687. source "drivers/media/video/blackfin/Kconfig"
  688. config VIDEO_SH_VOU
  689. tristate "SuperH VOU video output driver"
  690. depends on VIDEO_DEV && ARCH_SHMOBILE
  691. select VIDEOBUF_DMA_CONTIG
  692. help
  693. Support for the Video Output Unit (VOU) on SuperH SoCs.
  694. config VIDEO_VIU
  695. tristate "Freescale VIU Video Driver"
  696. depends on VIDEO_V4L2 && PPC_MPC512x
  697. select VIDEOBUF_DMA_CONTIG
  698. default y
  699. ---help---
  700. Support for Freescale VIU video driver. This device captures
  701. video data, or overlays video on DIU frame buffer.
  702. Say Y here if you want to enable VIU device on MPC5121e Rev2+.
  703. In doubt, say N.
  704. config VIDEO_TIMBERDALE
  705. tristate "Support for timberdale Video In/LogiWIN"
  706. depends on VIDEO_V4L2 && I2C && DMADEVICES
  707. select DMA_ENGINE
  708. select TIMB_DMA
  709. select VIDEO_ADV7180
  710. select VIDEOBUF_DMA_CONTIG
  711. ---help---
  712. Add support for the Video In peripherial of the timberdale FPGA.
  713. config VIDEO_VINO
  714. tristate "SGI Vino Video For Linux"
  715. depends on I2C && SGI_IP22 && VIDEO_V4L2
  716. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  717. help
  718. Say Y here to build in support for the Vino video input system found
  719. on SGI Indy machines.
  720. config VIDEO_M32R_AR
  721. tristate "AR devices"
  722. depends on M32R && VIDEO_V4L2
  723. ---help---
  724. This is a video4linux driver for the Renesas AR (Artificial Retina)
  725. camera module.
  726. config VIDEO_M32R_AR_M64278
  727. tristate "AR device with color module M64278(VGA)"
  728. depends on PLAT_M32700UT
  729. select VIDEO_M32R_AR
  730. ---help---
  731. This is a video4linux driver for the Renesas AR (Artificial
  732. Retina) with M64278E-800 camera module.
  733. This module supports VGA(640x480 pixels) resolutions.
  734. To compile this driver as a module, choose M here: the
  735. module will be called arv.
  736. config VIDEO_OMAP3
  737. tristate "OMAP 3 Camera support (EXPERIMENTAL)"
  738. depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
  739. ---help---
  740. Driver for an OMAP 3 camera controller.
  741. config VIDEO_OMAP3_DEBUG
  742. bool "OMAP 3 Camera debug messages"
  743. depends on VIDEO_OMAP3
  744. ---help---
  745. Enable debug messages on OMAP 3 camera controller driver.
  746. config SOC_CAMERA
  747. tristate "SoC camera support"
  748. depends on VIDEO_V4L2 && HAS_DMA && I2C
  749. select VIDEOBUF_GEN
  750. select VIDEOBUF2_CORE
  751. help
  752. SoC Camera is a common API to several cameras, not connecting
  753. over a bus like PCI or USB. For example some i2c camera connected
  754. directly to the data bus of an SoC.
  755. config SOC_CAMERA_IMX074
  756. tristate "imx074 support"
  757. depends on SOC_CAMERA && I2C
  758. help
  759. This driver supports IMX074 cameras from Sony
  760. config SOC_CAMERA_MT9M001
  761. tristate "mt9m001 support"
  762. depends on SOC_CAMERA && I2C
  763. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  764. help
  765. This driver supports MT9M001 cameras from Micron, monochrome
  766. and colour models.
  767. config SOC_CAMERA_MT9M111
  768. tristate "mt9m111, mt9m112 and mt9m131 support"
  769. depends on SOC_CAMERA && I2C
  770. help
  771. This driver supports MT9M111, MT9M112 and MT9M131 cameras from
  772. Micron/Aptina
  773. config SOC_CAMERA_MT9T031
  774. tristate "mt9t031 support"
  775. depends on SOC_CAMERA && I2C
  776. help
  777. This driver supports MT9T031 cameras from Micron.
  778. config SOC_CAMERA_MT9T112
  779. tristate "mt9t112 support"
  780. depends on SOC_CAMERA && I2C
  781. help
  782. This driver supports MT9T112 cameras from Aptina.
  783. config SOC_CAMERA_MT9V022
  784. tristate "mt9v022 support"
  785. depends on SOC_CAMERA && I2C
  786. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  787. help
  788. This driver supports MT9V022 cameras from Micron
  789. config SOC_CAMERA_RJ54N1
  790. tristate "rj54n1cb0c support"
  791. depends on SOC_CAMERA && I2C
  792. help
  793. This is a rj54n1cb0c video driver
  794. config SOC_CAMERA_TW9910
  795. tristate "tw9910 support"
  796. depends on SOC_CAMERA && I2C
  797. help
  798. This is a tw9910 video driver
  799. config SOC_CAMERA_PLATFORM
  800. tristate "platform camera support"
  801. depends on SOC_CAMERA
  802. help
  803. This is a generic SoC camera platform driver, useful for testing
  804. config SOC_CAMERA_OV2640
  805. tristate "ov2640 camera support"
  806. depends on SOC_CAMERA && I2C
  807. help
  808. This is a ov2640 camera driver
  809. config SOC_CAMERA_OV5642
  810. tristate "ov5642 camera support"
  811. depends on SOC_CAMERA && I2C
  812. help
  813. This is a V4L2 camera driver for the OmniVision OV5642 sensor
  814. config SOC_CAMERA_OV6650
  815. tristate "ov6650 sensor support"
  816. depends on SOC_CAMERA && I2C
  817. ---help---
  818. This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor
  819. config SOC_CAMERA_OV772X
  820. tristate "ov772x camera support"
  821. depends on SOC_CAMERA && I2C
  822. help
  823. This is a ov772x camera driver
  824. config SOC_CAMERA_OV9640
  825. tristate "ov9640 camera support"
  826. depends on SOC_CAMERA && I2C
  827. help
  828. This is a ov9640 camera driver
  829. config SOC_CAMERA_OV9740
  830. tristate "ov9740 camera support"
  831. depends on SOC_CAMERA && I2C
  832. help
  833. This is a ov9740 camera driver
  834. config MX1_VIDEO
  835. bool
  836. config VIDEO_MX1
  837. tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
  838. depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
  839. select FIQ
  840. select VIDEOBUF_DMA_CONTIG
  841. select MX1_VIDEO
  842. ---help---
  843. This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
  844. config MX3_VIDEO
  845. bool
  846. config VIDEO_MX3
  847. tristate "i.MX3x Camera Sensor Interface driver"
  848. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  849. select VIDEOBUF2_DMA_CONTIG
  850. select MX3_VIDEO
  851. ---help---
  852. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  853. config VIDEO_PXA27x
  854. tristate "PXA27x Quick Capture Interface driver"
  855. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  856. select VIDEOBUF_DMA_SG
  857. ---help---
  858. This is a v4l2 driver for the PXA27x Quick Capture Interface
  859. config VIDEO_SH_MOBILE_CSI2
  860. tristate "SuperH Mobile MIPI CSI-2 Interface driver"
  861. depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
  862. ---help---
  863. This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
  864. config VIDEO_SH_MOBILE_CEU
  865. tristate "SuperH Mobile CEU Interface driver"
  866. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  867. select VIDEOBUF2_DMA_CONTIG
  868. ---help---
  869. This is a v4l2 driver for the SuperH Mobile CEU Interface
  870. config VIDEO_OMAP1
  871. tristate "OMAP1 Camera Interface driver"
  872. depends on VIDEO_DEV && ARCH_OMAP1 && SOC_CAMERA
  873. select VIDEOBUF_DMA_CONTIG
  874. select VIDEOBUF_DMA_SG
  875. ---help---
  876. This is a v4l2 driver for the TI OMAP1 camera interface
  877. config VIDEO_OMAP2
  878. tristate "OMAP2 Camera Capture Interface driver"
  879. depends on VIDEO_DEV && ARCH_OMAP2
  880. select VIDEOBUF_DMA_SG
  881. ---help---
  882. This is a v4l2 driver for the TI OMAP2 camera capture interface
  883. config VIDEO_MX2_HOSTSUPPORT
  884. bool
  885. config VIDEO_MX2
  886. tristate "i.MX27/i.MX25 Camera Sensor Interface driver"
  887. depends on VIDEO_DEV && SOC_CAMERA && (MACH_MX27 || ARCH_MX25)
  888. select VIDEOBUF2_DMA_CONTIG
  889. select VIDEO_MX2_HOSTSUPPORT
  890. ---help---
  891. This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor
  892. Interface
  893. config VIDEO_SAMSUNG_S5P_FIMC
  894. tristate "Samsung S5P and EXYNOS4 camera interface driver (EXPERIMENTAL)"
  895. depends on VIDEO_V4L2 && I2C && PLAT_S5P && PM_RUNTIME && \
  896. VIDEO_V4L2_SUBDEV_API && EXPERIMENTAL
  897. select VIDEOBUF2_DMA_CONTIG
  898. select V4L2_MEM2MEM_DEV
  899. ---help---
  900. This is a v4l2 driver for Samsung S5P and EXYNOS4 camera
  901. host interface and video postprocessor.
  902. To compile this driver as a module, choose M here: the
  903. module will be called s5p-fimc.
  904. config VIDEO_ATMEL_ISI
  905. tristate "ATMEL Image Sensor Interface (ISI) support"
  906. depends on VIDEO_DEV && SOC_CAMERA && ARCH_AT91
  907. select VIDEOBUF2_DMA_CONTIG
  908. ---help---
  909. This module makes the ATMEL Image Sensor Interface available
  910. as a v4l2 device.
  911. config VIDEO_S5P_MIPI_CSIS
  912. tristate "Samsung S5P and EXYNOS4 MIPI CSI receiver driver"
  913. depends on VIDEO_V4L2 && PM_RUNTIME && PLAT_S5P
  914. depends on VIDEO_V4L2_SUBDEV_API && REGULATOR
  915. ---help---
  916. This is a v4l2 driver for Samsung S5P/EXYNOS4 MIPI-CSI receiver.
  917. To compile this driver as a module, choose M here: the
  918. module will be called s5p-csis.
  919. source "drivers/media/video/s5p-tv/Kconfig"
  920. endif # V4L_PLATFORM_DRIVERS
  921. endif # VIDEO_CAPTURE_DRIVERS
  922. menuconfig V4L_MEM2MEM_DRIVERS
  923. bool "Memory-to-memory multimedia devices"
  924. depends on VIDEO_V4L2
  925. default n
  926. ---help---
  927. Say Y here to enable selecting drivers for V4L devices that
  928. use system memory for both source and destination buffers, as opposed
  929. to capture and output drivers, which use memory buffers for just
  930. one of those.
  931. if V4L_MEM2MEM_DRIVERS
  932. config VIDEO_MEM2MEM_TESTDEV
  933. tristate "Virtual test device for mem2mem framework"
  934. depends on VIDEO_DEV && VIDEO_V4L2
  935. select VIDEOBUF2_VMALLOC
  936. select V4L2_MEM2MEM_DEV
  937. default n
  938. ---help---
  939. This is a virtual test device for the memory-to-memory driver
  940. framework.
  941. config VIDEO_SAMSUNG_S5P_G2D
  942. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  943. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  944. select VIDEOBUF2_DMA_CONTIG
  945. select V4L2_MEM2MEM_DEV
  946. default n
  947. ---help---
  948. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  949. 2d graphics accelerator.
  950. config VIDEO_SAMSUNG_S5P_JPEG
  951. tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
  952. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
  953. select VIDEOBUF2_DMA_CONTIG
  954. select V4L2_MEM2MEM_DEV
  955. ---help---
  956. This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
  957. config VIDEO_SAMSUNG_S5P_MFC
  958. tristate "Samsung S5P MFC 5.1 Video Codec"
  959. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  960. select VIDEOBUF2_DMA_CONTIG
  961. default n
  962. help
  963. MFC 5.1 driver for V4L2.
  964. config VIDEO_MX2_EMMAPRP
  965. tristate "MX2 eMMa-PrP support"
  966. depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
  967. select VIDEOBUF2_DMA_CONTIG
  968. select V4L2_MEM2MEM_DEV
  969. help
  970. MX2X chips have a PrP that can be used to process buffers from
  971. memory to memory. Operations include resizing and format
  972. conversion.
  973. endif # V4L_MEM2MEM_DRIVERS