Kconfig 33 KB

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