Kconfig 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. #
  2. # Generic video config states
  3. #
  4. config VIDEO_BTCX
  5. depends on PCI
  6. tristate
  7. config VIDEO_TVEEPROM
  8. tristate
  9. depends on I2C
  10. #
  11. # Multimedia Video device configuration
  12. #
  13. menuconfig VIDEO_CAPTURE_DRIVERS
  14. bool "Video capture adapters"
  15. depends on VIDEO_V4L2
  16. depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT
  17. default y
  18. ---help---
  19. Say Y here to enable selecting the video adapters for
  20. webcams, analog TV, and hybrid analog/digital TV.
  21. Some of those devices also supports FM radio.
  22. if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
  23. config VIDEO_HELPER_CHIPS_AUTO
  24. bool "Autoselect pertinent encoders/decoders and other helper chips"
  25. default y if !EXPERT
  26. ---help---
  27. Most video cards may require additional modules to encode or
  28. decode audio/video standards. This option will autoselect
  29. all pertinent modules to each selected video module.
  30. Unselect this only if you know exactly what you are doing, since
  31. it may break support on some boards.
  32. In doubt, say Y.
  33. config VIDEO_IR_I2C
  34. tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
  35. depends on I2C && RC_CORE
  36. default y
  37. ---help---
  38. Most boards have an IR chip directly connected via GPIO. However,
  39. some video boards have the IR connected via I2C bus.
  40. If your board doesn't have an I2C IR chip, you may disable this
  41. option.
  42. In doubt, say Y.
  43. #
  44. # Encoder / Decoder module configuration
  45. #
  46. menu "Encoders, decoders, sensors and other helper chips"
  47. visible if !VIDEO_HELPER_CHIPS_AUTO
  48. comment "Audio decoders, processors and mixers"
  49. config VIDEO_TVAUDIO
  50. tristate "Simple audio decoder chips"
  51. depends on VIDEO_V4L2 && I2C
  52. ---help---
  53. Support for several audio decoder chips found on some bt8xx boards:
  54. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  55. tea6320, tea6420, tda8425, ta8874z.
  56. Microchip: pic16c54 based design on ProVideo PV951 board.
  57. To compile this driver as a module, choose M here: the
  58. module will be called tvaudio.
  59. config VIDEO_TDA7432
  60. tristate "Philips TDA7432 audio processor"
  61. depends on VIDEO_V4L2 && I2C
  62. ---help---
  63. Support for tda7432 audio decoder chip found on some bt8xx boards.
  64. To compile this driver as a module, choose M here: the
  65. module will be called tda7432.
  66. config VIDEO_TDA9840
  67. tristate "Philips TDA9840 audio processor"
  68. depends on I2C
  69. ---help---
  70. Support for tda9840 audio decoder chip found on some Zoran boards.
  71. To compile this driver as a module, choose M here: the
  72. module will be called tda9840.
  73. config VIDEO_TEA6415C
  74. tristate "Philips TEA6415C audio processor"
  75. depends on I2C
  76. ---help---
  77. Support for tea6415c audio decoder chip found on some bt8xx boards.
  78. To compile this driver as a module, choose M here: the
  79. module will be called tea6415c.
  80. config VIDEO_TEA6420
  81. tristate "Philips TEA6420 audio processor"
  82. depends on I2C
  83. ---help---
  84. Support for tea6420 audio decoder chip found on some bt8xx boards.
  85. To compile this driver as a module, choose M here: the
  86. module will be called tea6420.
  87. config VIDEO_MSP3400
  88. tristate "Micronas MSP34xx audio decoders"
  89. depends on VIDEO_V4L2 && I2C
  90. ---help---
  91. Support for the Micronas MSP34xx series of audio decoders.
  92. To compile this driver as a module, choose M here: the
  93. module will be called msp3400.
  94. config VIDEO_CS5345
  95. tristate "Cirrus Logic CS5345 audio ADC"
  96. depends on VIDEO_V4L2 && I2C
  97. ---help---
  98. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  99. stereo A/D converter.
  100. To compile this driver as a module, choose M here: the
  101. module will be called cs5345.
  102. config VIDEO_CS53L32A
  103. tristate "Cirrus Logic CS53L32A audio ADC"
  104. depends on VIDEO_V4L2 && I2C
  105. ---help---
  106. Support for the Cirrus Logic CS53L32A low voltage
  107. stereo A/D converter.
  108. To compile this driver as a module, choose M here: the
  109. module will be called cs53l32a.
  110. config VIDEO_TLV320AIC23B
  111. tristate "Texas Instruments TLV320AIC23B audio codec"
  112. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  113. ---help---
  114. Support for the Texas Instruments TLV320AIC23B audio codec.
  115. To compile this driver as a module, choose M here: the
  116. module will be called tlv320aic23b.
  117. config VIDEO_WM8775
  118. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  119. depends on VIDEO_V4L2 && I2C
  120. ---help---
  121. Support for the Wolfson Microelectronics WM8775 high
  122. performance stereo A/D Converter with a 4 channel input mixer.
  123. To compile this driver as a module, choose M here: the
  124. module will be called wm8775.
  125. config VIDEO_WM8739
  126. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  127. depends on VIDEO_V4L2 && I2C
  128. ---help---
  129. Support for the Wolfson Microelectronics WM8739
  130. stereo A/D Converter.
  131. To compile this driver as a module, choose M here: the
  132. module will be called wm8739.
  133. config VIDEO_VP27SMPX
  134. tristate "Panasonic VP27s internal MPX"
  135. depends on VIDEO_V4L2 && I2C
  136. ---help---
  137. Support for the internal MPX of the Panasonic VP27s tuner.
  138. To compile this driver as a module, choose M here: the
  139. module will be called vp27smpx.
  140. comment "RDS decoders"
  141. config VIDEO_SAA6588
  142. tristate "SAA6588 Radio Chip RDS decoder support"
  143. depends on VIDEO_V4L2 && I2C
  144. help
  145. Support for this Radio Data System (RDS) decoder. This allows
  146. seeing radio station identification transmitted using this
  147. standard.
  148. To compile this driver as a module, choose M here: the
  149. module will be called saa6588.
  150. comment "Video decoders"
  151. config VIDEO_ADV7180
  152. tristate "Analog Devices ADV7180 decoder"
  153. depends on VIDEO_V4L2 && I2C
  154. ---help---
  155. Support for the Analog Devices ADV7180 video decoder.
  156. To compile this driver as a module, choose M here: the
  157. module will be called adv7180.
  158. config VIDEO_ADV7183
  159. tristate "Analog Devices ADV7183 decoder"
  160. depends on VIDEO_V4L2 && I2C
  161. ---help---
  162. V4l2 subdevice driver for the Analog Devices
  163. ADV7183 video decoder.
  164. To compile this driver as a module, choose M here: the
  165. module will be called adv7183.
  166. config VIDEO_BT819
  167. tristate "BT819A VideoStream decoder"
  168. depends on VIDEO_V4L2 && I2C
  169. ---help---
  170. Support for BT819A video decoder.
  171. To compile this driver as a module, choose M here: the
  172. module will be called bt819.
  173. config VIDEO_BT856
  174. tristate "BT856 VideoStream decoder"
  175. depends on VIDEO_V4L2 && I2C
  176. ---help---
  177. Support for BT856 video decoder.
  178. To compile this driver as a module, choose M here: the
  179. module will be called bt856.
  180. config VIDEO_BT866
  181. tristate "BT866 VideoStream decoder"
  182. depends on VIDEO_V4L2 && I2C
  183. ---help---
  184. Support for BT866 video decoder.
  185. To compile this driver as a module, choose M here: the
  186. module will be called bt866.
  187. config VIDEO_KS0127
  188. tristate "KS0127 video decoder"
  189. depends on VIDEO_V4L2 && I2C
  190. ---help---
  191. Support for KS0127 video decoder.
  192. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  193. cards.
  194. To compile this driver as a module, choose M here: the
  195. module will be called ks0127.
  196. config VIDEO_SAA7110
  197. tristate "Philips SAA7110 video decoder"
  198. depends on VIDEO_V4L2 && I2C
  199. ---help---
  200. Support for the Philips SAA7110 video decoders.
  201. To compile this driver as a module, choose M here: the
  202. module will be called saa7110.
  203. config VIDEO_SAA711X
  204. tristate "Philips SAA7111/3/4/5 video decoders"
  205. depends on VIDEO_V4L2 && I2C
  206. ---help---
  207. Support for the Philips SAA7111/3/4/5 video decoders.
  208. To compile this driver as a module, choose M here: the
  209. module will be called saa7115.
  210. config VIDEO_SAA7191
  211. tristate "Philips SAA7191 video decoder"
  212. depends on VIDEO_V4L2 && I2C
  213. ---help---
  214. Support for the Philips SAA7191 video decoder.
  215. To compile this driver as a module, choose M here: the
  216. module will be called saa7191.
  217. config VIDEO_TVP514X
  218. tristate "Texas Instruments TVP514x video decoder"
  219. depends on VIDEO_V4L2 && I2C
  220. ---help---
  221. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  222. decoder. It is currently working with the TI OMAP3 camera
  223. controller.
  224. To compile this driver as a module, choose M here: the
  225. module will be called tvp514x.
  226. config VIDEO_TVP5150
  227. tristate "Texas Instruments TVP5150 video decoder"
  228. depends on VIDEO_V4L2 && I2C
  229. ---help---
  230. Support for the Texas Instruments TVP5150 video decoder.
  231. To compile this driver as a module, choose M here: the
  232. module will be called tvp5150.
  233. config VIDEO_TVP7002
  234. tristate "Texas Instruments TVP7002 video decoder"
  235. depends on VIDEO_V4L2 && I2C
  236. ---help---
  237. Support for the Texas Instruments TVP7002 video decoder.
  238. To compile this driver as a module, choose M here: the
  239. module will be called tvp7002.
  240. config VIDEO_VPX3220
  241. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  242. depends on VIDEO_V4L2 && I2C
  243. ---help---
  244. Support for VPX322x video decoders.
  245. To compile this driver as a module, choose M here: the
  246. module will be called vpx3220.
  247. comment "Video and audio decoders"
  248. config VIDEO_SAA717X
  249. tristate "Philips SAA7171/3/4 audio/video decoders"
  250. depends on VIDEO_V4L2 && I2C
  251. ---help---
  252. Support for the Philips SAA7171/3/4 audio/video decoders.
  253. To compile this driver as a module, choose M here: the
  254. module will be called saa717x.
  255. source "drivers/media/video/cx25840/Kconfig"
  256. comment "MPEG video encoders"
  257. config VIDEO_CX2341X
  258. tristate "Conexant CX2341x MPEG encoders"
  259. depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON
  260. ---help---
  261. Support for the Conexant CX23416 MPEG encoders
  262. and CX23415 MPEG encoder/decoders.
  263. This module currently supports the encoding functions only.
  264. To compile this driver as a module, choose M here: the
  265. module will be called cx2341x.
  266. comment "Video encoders"
  267. config VIDEO_SAA7127
  268. tristate "Philips SAA7127/9 digital video encoders"
  269. depends on VIDEO_V4L2 && I2C
  270. ---help---
  271. Support for the Philips SAA7127/9 digital video encoders.
  272. To compile this driver as a module, choose M here: the
  273. module will be called saa7127.
  274. config VIDEO_SAA7185
  275. tristate "Philips SAA7185 video encoder"
  276. depends on VIDEO_V4L2 && I2C
  277. ---help---
  278. Support for the Philips SAA7185 video encoder.
  279. To compile this driver as a module, choose M here: the
  280. module will be called saa7185.
  281. config VIDEO_ADV7170
  282. tristate "Analog Devices ADV7170 video encoder"
  283. depends on VIDEO_V4L2 && I2C
  284. ---help---
  285. Support for the Analog Devices ADV7170 video encoder driver
  286. To compile this driver as a module, choose M here: the
  287. module will be called adv7170.
  288. config VIDEO_ADV7175
  289. tristate "Analog Devices ADV7175 video encoder"
  290. depends on VIDEO_V4L2 && I2C
  291. ---help---
  292. Support for the Analog Devices ADV7175 video encoder driver
  293. To compile this driver as a module, choose M here: the
  294. module will be called adv7175.
  295. config VIDEO_ADV7343
  296. tristate "ADV7343 video encoder"
  297. depends on I2C
  298. help
  299. Support for Analog Devices I2C bus based ADV7343 encoder.
  300. To compile this driver as a module, choose M here: the
  301. module will be called adv7343.
  302. config VIDEO_ADV7393
  303. tristate "ADV7393 video encoder"
  304. depends on I2C
  305. help
  306. Support for Analog Devices I2C bus based ADV7393 encoder.
  307. To compile this driver as a module, choose M here: the
  308. module will be called adv7393.
  309. config VIDEO_AK881X
  310. tristate "AK8813/AK8814 video encoders"
  311. depends on I2C
  312. help
  313. Video output driver for AKM AK8813 and AK8814 TV encoders
  314. comment "Camera sensor devices"
  315. config VIDEO_APTINA_PLL
  316. tristate
  317. config VIDEO_SMIAPP_PLL
  318. tristate
  319. config VIDEO_OV7670
  320. tristate "OmniVision OV7670 sensor support"
  321. depends on I2C && VIDEO_V4L2
  322. depends on MEDIA_CAMERA_SUPPORT
  323. ---help---
  324. This is a Video4Linux2 sensor-level driver for the OmniVision
  325. OV7670 VGA camera. It currently only works with the M88ALP01
  326. controller.
  327. config VIDEO_VS6624
  328. tristate "ST VS6624 sensor support"
  329. depends on VIDEO_V4L2 && I2C
  330. depends on MEDIA_CAMERA_SUPPORT
  331. ---help---
  332. This is a Video4Linux2 sensor-level driver for the ST VS6624
  333. camera.
  334. To compile this driver as a module, choose M here: the
  335. module will be called vs6624.
  336. config VIDEO_MT9M032
  337. tristate "MT9M032 camera sensor support"
  338. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  339. depends on MEDIA_CAMERA_SUPPORT
  340. select VIDEO_APTINA_PLL
  341. ---help---
  342. This driver supports MT9M032 camera sensors from Aptina, monochrome
  343. models only.
  344. config VIDEO_MT9P031
  345. tristate "Aptina MT9P031 support"
  346. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  347. depends on MEDIA_CAMERA_SUPPORT
  348. select VIDEO_APTINA_PLL
  349. ---help---
  350. This is a Video4Linux2 sensor-level driver for the Aptina
  351. (Micron) mt9p031 5 Mpixel camera.
  352. config VIDEO_MT9T001
  353. tristate "Aptina MT9T001 support"
  354. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  355. depends on MEDIA_CAMERA_SUPPORT
  356. ---help---
  357. This is a Video4Linux2 sensor-level driver for the Aptina
  358. (Micron) mt0t001 3 Mpixel camera.
  359. config VIDEO_MT9V011
  360. tristate "Micron mt9v011 sensor support"
  361. depends on I2C && VIDEO_V4L2
  362. depends on MEDIA_CAMERA_SUPPORT
  363. ---help---
  364. This is a Video4Linux2 sensor-level driver for the Micron
  365. mt0v011 1.3 Mpixel camera. It currently only works with the
  366. em28xx driver.
  367. config VIDEO_MT9V032
  368. tristate "Micron MT9V032 sensor support"
  369. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  370. depends on MEDIA_CAMERA_SUPPORT
  371. ---help---
  372. This is a Video4Linux2 sensor-level driver for the Micron
  373. MT9V032 752x480 CMOS sensor.
  374. config VIDEO_TCM825X
  375. tristate "TCM825x camera sensor support"
  376. depends on I2C && VIDEO_V4L2
  377. depends on MEDIA_CAMERA_SUPPORT
  378. ---help---
  379. This is a driver for the Toshiba TCM825x VGA camera sensor.
  380. It is used for example in Nokia N800.
  381. config VIDEO_SR030PC30
  382. tristate "Siliconfile SR030PC30 sensor support"
  383. depends on I2C && VIDEO_V4L2
  384. depends on MEDIA_CAMERA_SUPPORT
  385. ---help---
  386. This driver supports SR030PC30 VGA camera from Siliconfile
  387. config VIDEO_NOON010PC30
  388. tristate "Siliconfile NOON010PC30 sensor support"
  389. depends on I2C && VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_SUBDEV_API
  390. depends on MEDIA_CAMERA_SUPPORT
  391. ---help---
  392. This driver supports NOON010PC30 CIF camera from Siliconfile
  393. source "drivers/media/video/m5mols/Kconfig"
  394. config VIDEO_S5K6AA
  395. tristate "Samsung S5K6AAFX sensor support"
  396. depends on MEDIA_CAMERA_SUPPORT
  397. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  398. ---help---
  399. This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
  400. camera sensor with an embedded SoC image signal processor.
  401. source "drivers/media/video/smiapp/Kconfig"
  402. comment "Flash devices"
  403. config VIDEO_ADP1653
  404. tristate "ADP1653 flash support"
  405. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  406. depends on MEDIA_CAMERA_SUPPORT
  407. ---help---
  408. This is a driver for the ADP1653 flash controller. It is used for
  409. example in Nokia N900.
  410. config VIDEO_AS3645A
  411. tristate "AS3645A flash driver support"
  412. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  413. depends on MEDIA_CAMERA_SUPPORT
  414. ---help---
  415. This is a driver for the AS3645A and LM3555 flash controllers. It has
  416. build in control for flash, torch and indicator LEDs.
  417. comment "Video improvement chips"
  418. config VIDEO_UPD64031A
  419. tristate "NEC Electronics uPD64031A Ghost Reduction"
  420. depends on VIDEO_V4L2 && I2C
  421. ---help---
  422. Support for the NEC Electronics uPD64031A Ghost Reduction
  423. video chip. It is most often found in NTSC TV cards made for
  424. Japan and is used to reduce the 'ghosting' effect that can
  425. be present in analog TV broadcasts.
  426. To compile this driver as a module, choose M here: the
  427. module will be called upd64031a.
  428. config VIDEO_UPD64083
  429. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  430. depends on VIDEO_V4L2 && I2C
  431. ---help---
  432. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  433. separation video chip. It is used to improve the quality of
  434. the colors of a composite signal.
  435. To compile this driver as a module, choose M here: the
  436. module will be called upd64083.
  437. comment "Miscelaneous helper chips"
  438. config VIDEO_THS7303
  439. tristate "THS7303 Video Amplifier"
  440. depends on I2C
  441. help
  442. Support for TI THS7303 video amplifier
  443. To compile this driver as a module, choose M here: the
  444. module will be called ths7303.
  445. config VIDEO_M52790
  446. tristate "Mitsubishi M52790 A/V switch"
  447. depends on VIDEO_V4L2 && I2C
  448. ---help---
  449. Support for the Mitsubishi M52790 A/V switch.
  450. To compile this driver as a module, choose M here: the
  451. module will be called m52790.
  452. endmenu # encoder / decoder chips
  453. config VIDEO_VIVI
  454. tristate "Virtual Video Driver"
  455. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  456. depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
  457. select FONT_8x16
  458. select VIDEOBUF2_VMALLOC
  459. default n
  460. ---help---
  461. Enables a virtual video driver. This device shows a color bar
  462. and a timestamp, as a real device would generate by using V4L2
  463. api.
  464. Say Y here if you want to test video apps or debug V4L devices.
  465. In doubt, say N.
  466. #
  467. # Platform drivers
  468. # All drivers here are currently for webcam support
  469. menuconfig V4L_PLATFORM_DRIVERS
  470. bool "V4L platform devices"
  471. depends on MEDIA_CAMERA_SUPPORT
  472. default n
  473. ---help---
  474. Say Y here to enable support for platform-specific V4L drivers.
  475. if V4L_PLATFORM_DRIVERS
  476. source "drivers/media/video/marvell-ccic/Kconfig"
  477. config VIDEO_VIA_CAMERA
  478. tristate "VIAFB camera controller support"
  479. depends on FB_VIA
  480. select VIDEOBUF_DMA_SG
  481. select VIDEO_OV7670
  482. help
  483. Driver support for the integrated camera controller in VIA
  484. Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
  485. with ov7670 sensors.
  486. #
  487. # Platform multimedia device configuration
  488. #
  489. source "drivers/media/video/davinci/Kconfig"
  490. source "drivers/media/video/omap/Kconfig"
  491. source "drivers/media/video/blackfin/Kconfig"
  492. config VIDEO_SH_VOU
  493. tristate "SuperH VOU video output driver"
  494. depends on VIDEO_DEV && ARCH_SHMOBILE
  495. select VIDEOBUF_DMA_CONTIG
  496. help
  497. Support for the Video Output Unit (VOU) on SuperH SoCs.
  498. config VIDEO_VIU
  499. tristate "Freescale VIU Video Driver"
  500. depends on VIDEO_V4L2 && PPC_MPC512x
  501. select VIDEOBUF_DMA_CONTIG
  502. default y
  503. ---help---
  504. Support for Freescale VIU video driver. This device captures
  505. video data, or overlays video on DIU frame buffer.
  506. Say Y here if you want to enable VIU device on MPC5121e Rev2+.
  507. In doubt, say N.
  508. config VIDEO_TIMBERDALE
  509. tristate "Support for timberdale Video In/LogiWIN"
  510. depends on VIDEO_V4L2 && I2C && DMADEVICES
  511. select DMA_ENGINE
  512. select TIMB_DMA
  513. select VIDEO_ADV7180
  514. select VIDEOBUF_DMA_CONTIG
  515. ---help---
  516. Add support for the Video In peripherial of the timberdale FPGA.
  517. config VIDEO_VINO
  518. tristate "SGI Vino Video For Linux"
  519. depends on I2C && SGI_IP22 && VIDEO_V4L2
  520. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  521. help
  522. Say Y here to build in support for the Vino video input system found
  523. on SGI Indy machines.
  524. config VIDEO_M32R_AR
  525. tristate "AR devices"
  526. depends on M32R && VIDEO_V4L2
  527. ---help---
  528. This is a video4linux driver for the Renesas AR (Artificial Retina)
  529. camera module.
  530. config VIDEO_M32R_AR_M64278
  531. tristate "AR device with color module M64278(VGA)"
  532. depends on PLAT_M32700UT
  533. select VIDEO_M32R_AR
  534. ---help---
  535. This is a video4linux driver for the Renesas AR (Artificial
  536. Retina) with M64278E-800 camera module.
  537. This module supports VGA(640x480 pixels) resolutions.
  538. To compile this driver as a module, choose M here: the
  539. module will be called arv.
  540. config VIDEO_OMAP3
  541. tristate "OMAP 3 Camera support (EXPERIMENTAL)"
  542. depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
  543. ---help---
  544. Driver for an OMAP 3 camera controller.
  545. config VIDEO_OMAP3_DEBUG
  546. bool "OMAP 3 Camera debug messages"
  547. depends on VIDEO_OMAP3
  548. ---help---
  549. Enable debug messages on OMAP 3 camera controller driver.
  550. config SOC_CAMERA
  551. tristate "SoC camera support"
  552. depends on VIDEO_V4L2 && HAS_DMA && I2C
  553. select VIDEOBUF_GEN
  554. select VIDEOBUF2_CORE
  555. help
  556. SoC Camera is a common API to several cameras, not connecting
  557. over a bus like PCI or USB. For example some i2c camera connected
  558. directly to the data bus of an SoC.
  559. config SOC_CAMERA_IMX074
  560. tristate "imx074 support"
  561. depends on SOC_CAMERA && I2C
  562. help
  563. This driver supports IMX074 cameras from Sony
  564. config SOC_CAMERA_MT9M001
  565. tristate "mt9m001 support"
  566. depends on SOC_CAMERA && I2C
  567. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  568. help
  569. This driver supports MT9M001 cameras from Micron, monochrome
  570. and colour models.
  571. config SOC_CAMERA_MT9M111
  572. tristate "mt9m111, mt9m112 and mt9m131 support"
  573. depends on SOC_CAMERA && I2C
  574. help
  575. This driver supports MT9M111, MT9M112 and MT9M131 cameras from
  576. Micron/Aptina
  577. config SOC_CAMERA_MT9T031
  578. tristate "mt9t031 support"
  579. depends on SOC_CAMERA && I2C
  580. help
  581. This driver supports MT9T031 cameras from Micron.
  582. config SOC_CAMERA_MT9T112
  583. tristate "mt9t112 support"
  584. depends on SOC_CAMERA && I2C
  585. help
  586. This driver supports MT9T112 cameras from Aptina.
  587. config SOC_CAMERA_MT9V022
  588. tristate "mt9v022 support"
  589. depends on SOC_CAMERA && I2C
  590. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  591. help
  592. This driver supports MT9V022 cameras from Micron
  593. config SOC_CAMERA_RJ54N1
  594. tristate "rj54n1cb0c support"
  595. depends on SOC_CAMERA && I2C
  596. help
  597. This is a rj54n1cb0c video driver
  598. config SOC_CAMERA_TW9910
  599. tristate "tw9910 support"
  600. depends on SOC_CAMERA && I2C
  601. help
  602. This is a tw9910 video driver
  603. config SOC_CAMERA_PLATFORM
  604. tristate "platform camera support"
  605. depends on SOC_CAMERA
  606. help
  607. This is a generic SoC camera platform driver, useful for testing
  608. config SOC_CAMERA_OV2640
  609. tristate "ov2640 camera support"
  610. depends on SOC_CAMERA && I2C
  611. help
  612. This is a ov2640 camera driver
  613. config SOC_CAMERA_OV5642
  614. tristate "ov5642 camera support"
  615. depends on SOC_CAMERA && I2C
  616. help
  617. This is a V4L2 camera driver for the OmniVision OV5642 sensor
  618. config SOC_CAMERA_OV6650
  619. tristate "ov6650 sensor support"
  620. depends on SOC_CAMERA && I2C
  621. ---help---
  622. This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor
  623. config SOC_CAMERA_OV772X
  624. tristate "ov772x camera support"
  625. depends on SOC_CAMERA && I2C
  626. help
  627. This is a ov772x camera driver
  628. config SOC_CAMERA_OV9640
  629. tristate "ov9640 camera support"
  630. depends on SOC_CAMERA && I2C
  631. help
  632. This is a ov9640 camera driver
  633. config SOC_CAMERA_OV9740
  634. tristate "ov9740 camera support"
  635. depends on SOC_CAMERA && I2C
  636. help
  637. This is a ov9740 camera driver
  638. config MX1_VIDEO
  639. bool
  640. config VIDEO_MX1
  641. tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
  642. depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
  643. select FIQ
  644. select VIDEOBUF_DMA_CONTIG
  645. select MX1_VIDEO
  646. ---help---
  647. This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
  648. config MX3_VIDEO
  649. bool
  650. config VIDEO_MX3
  651. tristate "i.MX3x Camera Sensor Interface driver"
  652. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  653. select VIDEOBUF2_DMA_CONTIG
  654. select MX3_VIDEO
  655. ---help---
  656. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  657. config VIDEO_PXA27x
  658. tristate "PXA27x Quick Capture Interface driver"
  659. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  660. select VIDEOBUF_DMA_SG
  661. ---help---
  662. This is a v4l2 driver for the PXA27x Quick Capture Interface
  663. config VIDEO_SH_MOBILE_CSI2
  664. tristate "SuperH Mobile MIPI CSI-2 Interface driver"
  665. depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
  666. ---help---
  667. This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
  668. config VIDEO_SH_MOBILE_CEU
  669. tristate "SuperH Mobile CEU Interface driver"
  670. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  671. select VIDEOBUF2_DMA_CONTIG
  672. ---help---
  673. This is a v4l2 driver for the SuperH Mobile CEU Interface
  674. config VIDEO_OMAP1
  675. tristate "OMAP1 Camera Interface driver"
  676. depends on VIDEO_DEV && ARCH_OMAP1 && SOC_CAMERA
  677. select VIDEOBUF_DMA_CONTIG
  678. select VIDEOBUF_DMA_SG
  679. ---help---
  680. This is a v4l2 driver for the TI OMAP1 camera interface
  681. config VIDEO_OMAP2
  682. tristate "OMAP2 Camera Capture Interface driver"
  683. depends on VIDEO_DEV && ARCH_OMAP2
  684. select VIDEOBUF_DMA_SG
  685. ---help---
  686. This is a v4l2 driver for the TI OMAP2 camera capture interface
  687. config VIDEO_MX2_HOSTSUPPORT
  688. bool
  689. config VIDEO_MX2
  690. tristate "i.MX27/i.MX25 Camera Sensor Interface driver"
  691. depends on VIDEO_DEV && SOC_CAMERA && (MACH_MX27 || (ARCH_MX25 && BROKEN))
  692. select VIDEOBUF2_DMA_CONTIG
  693. select VIDEO_MX2_HOSTSUPPORT
  694. ---help---
  695. This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor
  696. Interface
  697. config VIDEO_ATMEL_ISI
  698. tristate "ATMEL Image Sensor Interface (ISI) support"
  699. depends on VIDEO_DEV && SOC_CAMERA && ARCH_AT91
  700. select VIDEOBUF2_DMA_CONTIG
  701. ---help---
  702. This module makes the ATMEL Image Sensor Interface available
  703. as a v4l2 device.
  704. source "drivers/media/video/s5p-fimc/Kconfig"
  705. source "drivers/media/video/s5p-tv/Kconfig"
  706. endif # V4L_PLATFORM_DRIVERS
  707. endif # VIDEO_CAPTURE_DRIVERS
  708. menuconfig V4L_MEM2MEM_DRIVERS
  709. bool "Memory-to-memory multimedia devices"
  710. depends on VIDEO_V4L2
  711. default n
  712. ---help---
  713. Say Y here to enable selecting drivers for V4L devices that
  714. use system memory for both source and destination buffers, as opposed
  715. to capture and output drivers, which use memory buffers for just
  716. one of those.
  717. if V4L_MEM2MEM_DRIVERS
  718. config VIDEO_MEM2MEM_TESTDEV
  719. tristate "Virtual test device for mem2mem framework"
  720. depends on VIDEO_DEV && VIDEO_V4L2
  721. select VIDEOBUF2_VMALLOC
  722. select V4L2_MEM2MEM_DEV
  723. default n
  724. ---help---
  725. This is a virtual test device for the memory-to-memory driver
  726. framework.
  727. config VIDEO_CODA
  728. tristate "Chips&Media Coda multi-standard codec IP"
  729. depends on VIDEO_DEV && VIDEO_V4L2
  730. select VIDEOBUF2_DMA_CONTIG
  731. select V4L2_MEM2MEM_DEV
  732. ---help---
  733. Coda is a range of video codec IPs that supports
  734. H.264, MPEG-4, and other video formats.
  735. config VIDEO_MEM2MEM_DEINTERLACE
  736. tristate "Deinterlace support"
  737. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  738. select VIDEOBUF2_DMA_CONTIG
  739. select V4L2_MEM2MEM_DEV
  740. help
  741. Generic deinterlacing V4L2 driver.
  742. config VIDEO_SAMSUNG_S5P_G2D
  743. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  744. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  745. select VIDEOBUF2_DMA_CONTIG
  746. select V4L2_MEM2MEM_DEV
  747. default n
  748. ---help---
  749. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  750. 2d graphics accelerator.
  751. config VIDEO_SAMSUNG_S5P_JPEG
  752. tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
  753. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
  754. select VIDEOBUF2_DMA_CONTIG
  755. select V4L2_MEM2MEM_DEV
  756. ---help---
  757. This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
  758. config VIDEO_SAMSUNG_S5P_MFC
  759. tristate "Samsung S5P MFC 5.1 Video Codec"
  760. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  761. select VIDEOBUF2_DMA_CONTIG
  762. default n
  763. help
  764. MFC 5.1 driver for V4L2.
  765. config VIDEO_MX2_EMMAPRP
  766. tristate "MX2 eMMa-PrP support"
  767. depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
  768. select VIDEOBUF2_DMA_CONTIG
  769. select V4L2_MEM2MEM_DEV
  770. help
  771. MX2X chips have a PrP that can be used to process buffers from
  772. memory to memory. Operations include resizing and format
  773. conversion.
  774. endif # V4L_MEM2MEM_DRIVERS