Kconfig 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133
  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. # PCI drivers configuration - No devices here are for webcams
  482. #
  483. menuconfig V4L_PCI_DRIVERS
  484. bool "V4L PCI(e) devices"
  485. depends on PCI
  486. depends on MEDIA_ANALOG_TV_SUPPORT
  487. default y
  488. ---help---
  489. Say Y here to enable support for these PCI(e) drivers.
  490. if V4L_PCI_DRIVERS
  491. source "drivers/media/video/cx18/Kconfig"
  492. source "drivers/media/video/cx23885/Kconfig"
  493. source "drivers/media/video/cx25821/Kconfig"
  494. source "drivers/media/video/cx88/Kconfig"
  495. config VIDEO_HEXIUM_GEMINI
  496. tristate "Hexium Gemini frame grabber"
  497. depends on PCI && VIDEO_V4L2 && I2C
  498. select VIDEO_SAA7146_VV
  499. ---help---
  500. This is a video4linux driver for the Hexium Gemini frame
  501. grabber card by Hexium. Please note that the Gemini Dual
  502. card is *not* fully supported.
  503. To compile this driver as a module, choose M here: the
  504. module will be called hexium_gemini.
  505. config VIDEO_HEXIUM_ORION
  506. tristate "Hexium HV-PCI6 and Orion frame grabber"
  507. depends on PCI && VIDEO_V4L2 && I2C
  508. select VIDEO_SAA7146_VV
  509. ---help---
  510. This is a video4linux driver for the Hexium HV-PCI6 and
  511. Orion frame grabber cards by Hexium.
  512. To compile this driver as a module, choose M here: the
  513. module will be called hexium_orion.
  514. source "drivers/media/video/ivtv/Kconfig"
  515. config VIDEO_MEYE
  516. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  517. depends on PCI && SONY_LAPTOP && VIDEO_V4L2
  518. ---help---
  519. This is the video4linux driver for the Motion Eye camera found
  520. in the Vaio Picturebook laptops. Please read the material in
  521. <file:Documentation/video4linux/meye.txt> for more information.
  522. If you say Y or M here, you need to say Y or M to "Sony Laptop
  523. Extras" in the misc device section.
  524. To compile this driver as a module, choose M here: the
  525. module will be called meye.
  526. config VIDEO_MXB
  527. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  528. depends on PCI && VIDEO_V4L2 && I2C
  529. select VIDEO_SAA7146_VV
  530. select VIDEO_TUNER
  531. select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
  532. select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
  533. select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
  534. select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
  535. ---help---
  536. This is a video4linux driver for the 'Multimedia eXtension Board'
  537. TV card by Siemens-Nixdorf.
  538. To compile this driver as a module, choose M here: the
  539. module will be called mxb.
  540. source "drivers/media/video/saa7134/Kconfig"
  541. source "drivers/media/video/saa7164/Kconfig"
  542. source "drivers/media/video/zoran/Kconfig"
  543. config STA2X11_VIP
  544. tristate "STA2X11 VIP Video For Linux"
  545. depends on STA2X11
  546. select VIDEO_ADV7180 if VIDEO_HELPER_CHIPS_AUTO
  547. select VIDEOBUF_DMA_CONTIG
  548. depends on PCI && VIDEO_V4L2 && VIRT_TO_BUS
  549. help
  550. Say Y for support for STA2X11 VIP (Video Input Port) capture
  551. device.
  552. To compile this driver as a module, choose M here: the
  553. module will be called sta2x11_vip.
  554. endif # V4L_PCI_DRIVERS
  555. #
  556. # ISA & parallel port drivers configuration
  557. # All devices here are webcam or grabber devices
  558. #
  559. menuconfig V4L_ISA_PARPORT_DRIVERS
  560. bool "V4L ISA and parallel port devices"
  561. depends on ISA || PARPORT
  562. depends on MEDIA_CAMERA_SUPPORT
  563. default n
  564. ---help---
  565. Say Y here to enable support for these ISA and parallel port drivers.
  566. if V4L_ISA_PARPORT_DRIVERS
  567. config VIDEO_BWQCAM
  568. tristate "Quickcam BW Video For Linux"
  569. depends on PARPORT && VIDEO_V4L2
  570. help
  571. Say Y have if you the black and white version of the QuickCam
  572. camera. See the next option for the color version.
  573. To compile this driver as a module, choose M here: the
  574. module will be called bw-qcam.
  575. config VIDEO_CQCAM
  576. tristate "QuickCam Colour Video For Linux"
  577. depends on PARPORT && VIDEO_V4L2
  578. help
  579. This is the video4linux driver for the colour version of the
  580. Connectix QuickCam. If you have one of these cameras, say Y here,
  581. otherwise say N. This driver does not work with the original
  582. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  583. as a module (c-qcam).
  584. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  585. config VIDEO_PMS
  586. tristate "Mediavision Pro Movie Studio Video For Linux"
  587. depends on ISA && VIDEO_V4L2
  588. help
  589. Say Y if you have the ISA Mediavision Pro Movie Studio
  590. capture card.
  591. To compile this driver as a module, choose M here: the
  592. module will be called pms.
  593. config VIDEO_W9966
  594. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  595. depends on PARPORT_1284 && PARPORT && VIDEO_V4L2
  596. help
  597. Video4linux driver for Winbond's w9966 based Webcams.
  598. Currently tested with the LifeView FlyCam Supra.
  599. If you have one of these cameras, say Y here
  600. otherwise say N.
  601. This driver is also available as a module (w9966).
  602. Check out <file:Documentation/video4linux/w9966.txt> for more
  603. information.
  604. endif # V4L_ISA_PARPORT_DRIVERS
  605. #
  606. # Platform drivers
  607. # All drivers here are currently for webcam support
  608. menuconfig V4L_PLATFORM_DRIVERS
  609. bool "V4L platform devices"
  610. depends on MEDIA_CAMERA_SUPPORT
  611. default n
  612. ---help---
  613. Say Y here to enable support for platform-specific V4L drivers.
  614. if V4L_PLATFORM_DRIVERS
  615. source "drivers/media/video/marvell-ccic/Kconfig"
  616. config VIDEO_VIA_CAMERA
  617. tristate "VIAFB camera controller support"
  618. depends on FB_VIA
  619. select VIDEOBUF_DMA_SG
  620. select VIDEO_OV7670
  621. help
  622. Driver support for the integrated camera controller in VIA
  623. Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
  624. with ov7670 sensors.
  625. #
  626. # Platform multimedia device configuration
  627. #
  628. source "drivers/media/video/davinci/Kconfig"
  629. source "drivers/media/video/omap/Kconfig"
  630. source "drivers/media/video/blackfin/Kconfig"
  631. config VIDEO_SH_VOU
  632. tristate "SuperH VOU video output driver"
  633. depends on VIDEO_DEV && ARCH_SHMOBILE
  634. select VIDEOBUF_DMA_CONTIG
  635. help
  636. Support for the Video Output Unit (VOU) on SuperH SoCs.
  637. config VIDEO_VIU
  638. tristate "Freescale VIU Video Driver"
  639. depends on VIDEO_V4L2 && PPC_MPC512x
  640. select VIDEOBUF_DMA_CONTIG
  641. default y
  642. ---help---
  643. Support for Freescale VIU video driver. This device captures
  644. video data, or overlays video on DIU frame buffer.
  645. Say Y here if you want to enable VIU device on MPC5121e Rev2+.
  646. In doubt, say N.
  647. config VIDEO_TIMBERDALE
  648. tristate "Support for timberdale Video In/LogiWIN"
  649. depends on VIDEO_V4L2 && I2C && DMADEVICES
  650. select DMA_ENGINE
  651. select TIMB_DMA
  652. select VIDEO_ADV7180
  653. select VIDEOBUF_DMA_CONTIG
  654. ---help---
  655. Add support for the Video In peripherial of the timberdale FPGA.
  656. config VIDEO_VINO
  657. tristate "SGI Vino Video For Linux"
  658. depends on I2C && SGI_IP22 && VIDEO_V4L2
  659. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  660. help
  661. Say Y here to build in support for the Vino video input system found
  662. on SGI Indy machines.
  663. config VIDEO_M32R_AR
  664. tristate "AR devices"
  665. depends on M32R && VIDEO_V4L2
  666. ---help---
  667. This is a video4linux driver for the Renesas AR (Artificial Retina)
  668. camera module.
  669. config VIDEO_M32R_AR_M64278
  670. tristate "AR device with color module M64278(VGA)"
  671. depends on PLAT_M32700UT
  672. select VIDEO_M32R_AR
  673. ---help---
  674. This is a video4linux driver for the Renesas AR (Artificial
  675. Retina) with M64278E-800 camera module.
  676. This module supports VGA(640x480 pixels) resolutions.
  677. To compile this driver as a module, choose M here: the
  678. module will be called arv.
  679. config VIDEO_OMAP3
  680. tristate "OMAP 3 Camera support (EXPERIMENTAL)"
  681. depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
  682. ---help---
  683. Driver for an OMAP 3 camera controller.
  684. config VIDEO_OMAP3_DEBUG
  685. bool "OMAP 3 Camera debug messages"
  686. depends on VIDEO_OMAP3
  687. ---help---
  688. Enable debug messages on OMAP 3 camera controller driver.
  689. config SOC_CAMERA
  690. tristate "SoC camera support"
  691. depends on VIDEO_V4L2 && HAS_DMA && I2C
  692. select VIDEOBUF_GEN
  693. select VIDEOBUF2_CORE
  694. help
  695. SoC Camera is a common API to several cameras, not connecting
  696. over a bus like PCI or USB. For example some i2c camera connected
  697. directly to the data bus of an SoC.
  698. config SOC_CAMERA_IMX074
  699. tristate "imx074 support"
  700. depends on SOC_CAMERA && I2C
  701. help
  702. This driver supports IMX074 cameras from Sony
  703. config SOC_CAMERA_MT9M001
  704. tristate "mt9m001 support"
  705. depends on SOC_CAMERA && I2C
  706. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  707. help
  708. This driver supports MT9M001 cameras from Micron, monochrome
  709. and colour models.
  710. config SOC_CAMERA_MT9M111
  711. tristate "mt9m111, mt9m112 and mt9m131 support"
  712. depends on SOC_CAMERA && I2C
  713. help
  714. This driver supports MT9M111, MT9M112 and MT9M131 cameras from
  715. Micron/Aptina
  716. config SOC_CAMERA_MT9T031
  717. tristate "mt9t031 support"
  718. depends on SOC_CAMERA && I2C
  719. help
  720. This driver supports MT9T031 cameras from Micron.
  721. config SOC_CAMERA_MT9T112
  722. tristate "mt9t112 support"
  723. depends on SOC_CAMERA && I2C
  724. help
  725. This driver supports MT9T112 cameras from Aptina.
  726. config SOC_CAMERA_MT9V022
  727. tristate "mt9v022 support"
  728. depends on SOC_CAMERA && I2C
  729. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  730. help
  731. This driver supports MT9V022 cameras from Micron
  732. config SOC_CAMERA_RJ54N1
  733. tristate "rj54n1cb0c support"
  734. depends on SOC_CAMERA && I2C
  735. help
  736. This is a rj54n1cb0c video driver
  737. config SOC_CAMERA_TW9910
  738. tristate "tw9910 support"
  739. depends on SOC_CAMERA && I2C
  740. help
  741. This is a tw9910 video driver
  742. config SOC_CAMERA_PLATFORM
  743. tristate "platform camera support"
  744. depends on SOC_CAMERA
  745. help
  746. This is a generic SoC camera platform driver, useful for testing
  747. config SOC_CAMERA_OV2640
  748. tristate "ov2640 camera support"
  749. depends on SOC_CAMERA && I2C
  750. help
  751. This is a ov2640 camera driver
  752. config SOC_CAMERA_OV5642
  753. tristate "ov5642 camera support"
  754. depends on SOC_CAMERA && I2C
  755. help
  756. This is a V4L2 camera driver for the OmniVision OV5642 sensor
  757. config SOC_CAMERA_OV6650
  758. tristate "ov6650 sensor support"
  759. depends on SOC_CAMERA && I2C
  760. ---help---
  761. This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor
  762. config SOC_CAMERA_OV772X
  763. tristate "ov772x camera support"
  764. depends on SOC_CAMERA && I2C
  765. help
  766. This is a ov772x camera driver
  767. config SOC_CAMERA_OV9640
  768. tristate "ov9640 camera support"
  769. depends on SOC_CAMERA && I2C
  770. help
  771. This is a ov9640 camera driver
  772. config SOC_CAMERA_OV9740
  773. tristate "ov9740 camera support"
  774. depends on SOC_CAMERA && I2C
  775. help
  776. This is a ov9740 camera driver
  777. config MX1_VIDEO
  778. bool
  779. config VIDEO_MX1
  780. tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
  781. depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
  782. select FIQ
  783. select VIDEOBUF_DMA_CONTIG
  784. select MX1_VIDEO
  785. ---help---
  786. This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
  787. config MX3_VIDEO
  788. bool
  789. config VIDEO_MX3
  790. tristate "i.MX3x Camera Sensor Interface driver"
  791. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  792. select VIDEOBUF2_DMA_CONTIG
  793. select MX3_VIDEO
  794. ---help---
  795. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  796. config VIDEO_PXA27x
  797. tristate "PXA27x Quick Capture Interface driver"
  798. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  799. select VIDEOBUF_DMA_SG
  800. ---help---
  801. This is a v4l2 driver for the PXA27x Quick Capture Interface
  802. config VIDEO_SH_MOBILE_CSI2
  803. tristate "SuperH Mobile MIPI CSI-2 Interface driver"
  804. depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
  805. ---help---
  806. This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
  807. config VIDEO_SH_MOBILE_CEU
  808. tristate "SuperH Mobile CEU Interface driver"
  809. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  810. select VIDEOBUF2_DMA_CONTIG
  811. ---help---
  812. This is a v4l2 driver for the SuperH Mobile CEU Interface
  813. config VIDEO_OMAP1
  814. tristate "OMAP1 Camera Interface driver"
  815. depends on VIDEO_DEV && ARCH_OMAP1 && SOC_CAMERA
  816. select VIDEOBUF_DMA_CONTIG
  817. select VIDEOBUF_DMA_SG
  818. ---help---
  819. This is a v4l2 driver for the TI OMAP1 camera interface
  820. config VIDEO_OMAP2
  821. tristate "OMAP2 Camera Capture Interface driver"
  822. depends on VIDEO_DEV && ARCH_OMAP2
  823. select VIDEOBUF_DMA_SG
  824. ---help---
  825. This is a v4l2 driver for the TI OMAP2 camera capture interface
  826. config VIDEO_MX2_HOSTSUPPORT
  827. bool
  828. config VIDEO_MX2
  829. tristate "i.MX27/i.MX25 Camera Sensor Interface driver"
  830. depends on VIDEO_DEV && SOC_CAMERA && (MACH_MX27 || (ARCH_MX25 && BROKEN))
  831. select VIDEOBUF2_DMA_CONTIG
  832. select VIDEO_MX2_HOSTSUPPORT
  833. ---help---
  834. This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor
  835. Interface
  836. config VIDEO_ATMEL_ISI
  837. tristate "ATMEL Image Sensor Interface (ISI) support"
  838. depends on VIDEO_DEV && SOC_CAMERA && ARCH_AT91
  839. select VIDEOBUF2_DMA_CONTIG
  840. ---help---
  841. This module makes the ATMEL Image Sensor Interface available
  842. as a v4l2 device.
  843. source "drivers/media/video/s5p-fimc/Kconfig"
  844. source "drivers/media/video/s5p-tv/Kconfig"
  845. endif # V4L_PLATFORM_DRIVERS
  846. endif # VIDEO_CAPTURE_DRIVERS
  847. menuconfig V4L_MEM2MEM_DRIVERS
  848. bool "Memory-to-memory multimedia devices"
  849. depends on VIDEO_V4L2
  850. default n
  851. ---help---
  852. Say Y here to enable selecting drivers for V4L devices that
  853. use system memory for both source and destination buffers, as opposed
  854. to capture and output drivers, which use memory buffers for just
  855. one of those.
  856. if V4L_MEM2MEM_DRIVERS
  857. config VIDEO_MEM2MEM_TESTDEV
  858. tristate "Virtual test device for mem2mem framework"
  859. depends on VIDEO_DEV && VIDEO_V4L2
  860. select VIDEOBUF2_VMALLOC
  861. select V4L2_MEM2MEM_DEV
  862. default n
  863. ---help---
  864. This is a virtual test device for the memory-to-memory driver
  865. framework.
  866. config VIDEO_CODA
  867. tristate "Chips&Media Coda multi-standard codec IP"
  868. depends on VIDEO_DEV && VIDEO_V4L2
  869. select VIDEOBUF2_DMA_CONTIG
  870. select V4L2_MEM2MEM_DEV
  871. ---help---
  872. Coda is a range of video codec IPs that supports
  873. H.264, MPEG-4, and other video formats.
  874. config VIDEO_MEM2MEM_DEINTERLACE
  875. tristate "Deinterlace support"
  876. depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
  877. select VIDEOBUF2_DMA_CONTIG
  878. select V4L2_MEM2MEM_DEV
  879. help
  880. Generic deinterlacing V4L2 driver.
  881. config VIDEO_SAMSUNG_S5P_G2D
  882. tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
  883. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  884. select VIDEOBUF2_DMA_CONTIG
  885. select V4L2_MEM2MEM_DEV
  886. default n
  887. ---help---
  888. This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
  889. 2d graphics accelerator.
  890. config VIDEO_SAMSUNG_S5P_JPEG
  891. tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
  892. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
  893. select VIDEOBUF2_DMA_CONTIG
  894. select V4L2_MEM2MEM_DEV
  895. ---help---
  896. This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
  897. config VIDEO_SAMSUNG_S5P_MFC
  898. tristate "Samsung S5P MFC 5.1 Video Codec"
  899. depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
  900. select VIDEOBUF2_DMA_CONTIG
  901. default n
  902. help
  903. MFC 5.1 driver for V4L2.
  904. config VIDEO_MX2_EMMAPRP
  905. tristate "MX2 eMMa-PrP support"
  906. depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
  907. select VIDEOBUF2_DMA_CONTIG
  908. select V4L2_MEM2MEM_DEV
  909. help
  910. MX2X chips have a PrP that can be used to process buffers from
  911. memory to memory. Operations include resizing and format
  912. conversion.
  913. endif # V4L_MEM2MEM_DRIVERS