Kconfig 33 KB

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