Kconfig 29 KB

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