Kconfig 34 KB

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