Kconfig 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086
  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 VIDEO_V4L1
  9. tristate
  10. depends on VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
  11. default VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
  12. config VIDEOBUF_GEN
  13. tristate
  14. config VIDEOBUF_DMA_SG
  15. depends on HAS_DMA
  16. select VIDEOBUF_GEN
  17. tristate
  18. config VIDEOBUF_VMALLOC
  19. select VIDEOBUF_GEN
  20. tristate
  21. config VIDEOBUF_DMA_CONTIG
  22. depends on HAS_DMA
  23. select VIDEOBUF_GEN
  24. tristate
  25. config VIDEOBUF_DVB
  26. tristate
  27. select VIDEOBUF_GEN
  28. config VIDEO_BTCX
  29. depends on PCI
  30. tristate
  31. config VIDEO_TVEEPROM
  32. tristate
  33. depends on I2C
  34. config VIDEO_TUNER
  35. tristate
  36. depends on MEDIA_TUNER
  37. #
  38. # Multimedia Video device configuration
  39. #
  40. menuconfig VIDEO_CAPTURE_DRIVERS
  41. bool "Video capture adapters"
  42. depends on VIDEO_V4L2
  43. default y
  44. ---help---
  45. Say Y here to enable selecting the video adapters for
  46. webcams, analog TV, and hybrid analog/digital TV.
  47. Some of those devices also supports FM radio.
  48. if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
  49. config VIDEO_ADV_DEBUG
  50. bool "Enable advanced debug functionality"
  51. default n
  52. ---help---
  53. Say Y here to enable advanced debugging functionality on some
  54. V4L devices.
  55. In doubt, say N.
  56. config VIDEO_FIXED_MINOR_RANGES
  57. bool "Enable old-style fixed minor ranges for video devices"
  58. default n
  59. ---help---
  60. Say Y here to enable the old-style fixed-range minor assignments.
  61. Only useful if you rely on the old behavior and use mknod instead of udev.
  62. When in doubt, say N.
  63. config VIDEO_HELPER_CHIPS_AUTO
  64. bool "Autoselect pertinent encoders/decoders and other helper chips"
  65. default y
  66. ---help---
  67. Most video cards may require additional modules to encode or
  68. decode audio/video standards. This option will autoselect
  69. all pertinent modules to each selected video module.
  70. Unselect this only if you know exactly what you are doing, since
  71. it may break support on some boards.
  72. In doubt, say Y.
  73. config VIDEO_IR_I2C
  74. tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
  75. depends on I2C && VIDEO_IR
  76. default y
  77. ---help---
  78. Most boards have an IR chip directly connected via GPIO. However,
  79. some video boards have the IR connected via I2C bus.
  80. If your board doesn't have an I2C IR chip, you may disable this
  81. option.
  82. In doubt, say Y.
  83. #
  84. # Encoder / Decoder module configuration
  85. #
  86. menu "Encoders/decoders and other helper chips"
  87. depends on !VIDEO_HELPER_CHIPS_AUTO
  88. comment "Audio decoders"
  89. config VIDEO_TVAUDIO
  90. tristate "Simple audio decoder chips"
  91. depends on VIDEO_V4L2 && I2C
  92. ---help---
  93. Support for several audio decoder chips found on some bt8xx boards:
  94. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  95. tea6320, tea6420, tda8425, ta8874z.
  96. Microchip: pic16c54 based design on ProVideo PV951 board.
  97. To compile this driver as a module, choose M here: the
  98. module will be called tvaudio.
  99. config VIDEO_TDA7432
  100. tristate "Philips TDA7432 audio processor"
  101. depends on VIDEO_V4L2 && I2C
  102. ---help---
  103. Support for tda7432 audio decoder chip found on some bt8xx boards.
  104. To compile this driver as a module, choose M here: the
  105. module will be called tda7432.
  106. config VIDEO_TDA9840
  107. tristate "Philips TDA9840 audio processor"
  108. depends on I2C
  109. ---help---
  110. Support for tda9840 audio decoder chip found on some Zoran boards.
  111. To compile this driver as a module, choose M here: the
  112. module will be called tda9840.
  113. config VIDEO_TDA9875
  114. tristate "Philips TDA9875 audio processor"
  115. depends on VIDEO_V4L2 && I2C
  116. ---help---
  117. Support for tda9875 audio decoder chip found on some bt8xx boards.
  118. To compile this driver as a module, choose M here: the
  119. module will be called tda9875.
  120. config VIDEO_TEA6415C
  121. tristate "Philips TEA6415C audio processor"
  122. depends on I2C
  123. ---help---
  124. Support for tea6415c audio decoder chip found on some bt8xx boards.
  125. To compile this driver as a module, choose M here: the
  126. module will be called tea6415c.
  127. config VIDEO_TEA6420
  128. tristate "Philips TEA6420 audio processor"
  129. depends on I2C
  130. ---help---
  131. Support for tea6420 audio decoder chip found on some bt8xx boards.
  132. To compile this driver as a module, choose M here: the
  133. module will be called tea6420.
  134. config VIDEO_MSP3400
  135. tristate "Micronas MSP34xx audio decoders"
  136. depends on VIDEO_V4L2 && I2C
  137. ---help---
  138. Support for the Micronas MSP34xx series of audio decoders.
  139. To compile this driver as a module, choose M here: the
  140. module will be called msp3400.
  141. config VIDEO_CS5345
  142. tristate "Cirrus Logic CS5345 audio ADC"
  143. depends on VIDEO_V4L2 && I2C
  144. ---help---
  145. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  146. stereo A/D converter.
  147. To compile this driver as a module, choose M here: the
  148. module will be called cs5345.
  149. config VIDEO_CS53L32A
  150. tristate "Cirrus Logic CS53L32A audio ADC"
  151. depends on VIDEO_V4L2 && I2C
  152. ---help---
  153. Support for the Cirrus Logic CS53L32A low voltage
  154. stereo A/D converter.
  155. To compile this driver as a module, choose M here: the
  156. module will be called cs53l32a.
  157. config VIDEO_M52790
  158. tristate "Mitsubishi M52790 A/V switch"
  159. depends on VIDEO_V4L2 && I2C
  160. ---help---
  161. Support for the Mitsubishi M52790 A/V switch.
  162. To compile this driver as a module, choose M here: the
  163. module will be called m52790.
  164. config VIDEO_TLV320AIC23B
  165. tristate "Texas Instruments TLV320AIC23B audio codec"
  166. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  167. ---help---
  168. Support for the Texas Instruments TLV320AIC23B audio codec.
  169. To compile this driver as a module, choose M here: the
  170. module will be called tlv320aic23b.
  171. config VIDEO_WM8775
  172. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  173. depends on VIDEO_V4L2 && I2C
  174. ---help---
  175. Support for the Wolfson Microelectronics WM8775 high
  176. performance stereo A/D Converter with a 4 channel input mixer.
  177. To compile this driver as a module, choose M here: the
  178. module will be called wm8775.
  179. config VIDEO_WM8739
  180. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  181. depends on VIDEO_V4L2 && I2C
  182. ---help---
  183. Support for the Wolfson Microelectronics WM8739
  184. stereo A/D Converter.
  185. To compile this driver as a module, choose M here: the
  186. module will be called wm8739.
  187. config VIDEO_VP27SMPX
  188. tristate "Panasonic VP27s internal MPX"
  189. depends on VIDEO_V4L2 && I2C
  190. ---help---
  191. Support for the internal MPX of the Panasonic VP27s tuner.
  192. To compile this driver as a module, choose M here: the
  193. module will be called vp27smpx.
  194. comment "RDS decoders"
  195. config VIDEO_SAA6588
  196. tristate "SAA6588 Radio Chip RDS decoder support"
  197. depends on VIDEO_V4L2 && I2C
  198. help
  199. Support for this Radio Data System (RDS) decoder. This allows
  200. seeing radio station identification transmitted using this
  201. standard.
  202. To compile this driver as a module, choose M here: the
  203. module will be called saa6588.
  204. comment "Video decoders"
  205. config VIDEO_ADV7180
  206. tristate "Analog Devices ADV7180 decoder"
  207. depends on VIDEO_V4L2 && I2C
  208. ---help---
  209. Support for the Analog Devices ADV7180 video decoder.
  210. To compile this driver as a module, choose M here: the
  211. module will be called adv7180.
  212. config VIDEO_BT819
  213. tristate "BT819A VideoStream decoder"
  214. depends on VIDEO_V4L2 && I2C
  215. ---help---
  216. Support for BT819A video decoder.
  217. To compile this driver as a module, choose M here: the
  218. module will be called bt819.
  219. config VIDEO_BT856
  220. tristate "BT856 VideoStream decoder"
  221. depends on VIDEO_V4L2 && I2C
  222. ---help---
  223. Support for BT856 video decoder.
  224. To compile this driver as a module, choose M here: the
  225. module will be called bt856.
  226. config VIDEO_BT866
  227. tristate "BT866 VideoStream decoder"
  228. depends on VIDEO_V4L2 && I2C
  229. ---help---
  230. Support for BT866 video decoder.
  231. To compile this driver as a module, choose M here: the
  232. module will be called bt866.
  233. config VIDEO_KS0127
  234. tristate "KS0127 video decoder"
  235. depends on VIDEO_V4L2 && I2C
  236. ---help---
  237. Support for KS0127 video decoder.
  238. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  239. cards.
  240. To compile this driver as a module, choose M here: the
  241. module will be called ks0127.
  242. config VIDEO_OV7670
  243. tristate "OmniVision OV7670 sensor support"
  244. depends on I2C && VIDEO_V4L2
  245. ---help---
  246. This is a Video4Linux2 sensor-level driver for the OmniVision
  247. OV7670 VGA camera. It currently only works with the M88ALP01
  248. controller.
  249. config VIDEO_MT9V011
  250. tristate "Micron mt9v011 sensor support"
  251. depends on I2C && VIDEO_V4L2
  252. ---help---
  253. This is a Video4Linux2 sensor-level driver for the Micron
  254. mt0v011 1.3 Mpixel camera. It currently only works with the
  255. em28xx driver.
  256. config VIDEO_TCM825X
  257. tristate "TCM825x camera sensor support"
  258. depends on I2C && VIDEO_V4L2
  259. ---help---
  260. This is a driver for the Toshiba TCM825x VGA camera sensor.
  261. It is used for example in Nokia N800.
  262. config VIDEO_SAA7110
  263. tristate "Philips SAA7110 video decoder"
  264. depends on VIDEO_V4L2 && I2C
  265. ---help---
  266. Support for the Philips SAA7110 video decoders.
  267. To compile this driver as a module, choose M here: the
  268. module will be called saa7110.
  269. config VIDEO_SAA711X
  270. tristate "Philips SAA7111/3/4/5 video decoders"
  271. depends on VIDEO_V4L2 && I2C
  272. ---help---
  273. Support for the Philips SAA7111/3/4/5 video decoders.
  274. To compile this driver as a module, choose M here: the
  275. module will be called saa7115.
  276. config VIDEO_SAA717X
  277. tristate "Philips SAA7171/3/4 audio/video decoders"
  278. depends on VIDEO_V4L2 && I2C
  279. ---help---
  280. Support for the Philips SAA7171/3/4 audio/video decoders.
  281. To compile this driver as a module, choose M here: the
  282. module will be called saa717x.
  283. config VIDEO_SAA7191
  284. tristate "Philips SAA7191 video decoder"
  285. depends on VIDEO_V4L1 && I2C
  286. ---help---
  287. Support for the Philips SAA7191 video decoder.
  288. To compile this driver as a module, choose M here: the
  289. module will be called saa7191.
  290. config VIDEO_TVP514X
  291. tristate "Texas Instruments TVP514x video decoder"
  292. depends on VIDEO_V4L2 && I2C
  293. ---help---
  294. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  295. decoder. It is currently working with the TI OMAP3 camera
  296. controller.
  297. To compile this driver as a module, choose M here: the
  298. module will be called tvp514x.
  299. config VIDEO_TVP5150
  300. tristate "Texas Instruments TVP5150 video decoder"
  301. depends on VIDEO_V4L2 && I2C
  302. ---help---
  303. Support for the Texas Instruments TVP5150 video decoder.
  304. To compile this driver as a module, choose M here: the
  305. module will be called tvp5150.
  306. config VIDEO_VPX3220
  307. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  308. depends on VIDEO_V4L2 && I2C
  309. ---help---
  310. Support for VPX322x video decoders.
  311. To compile this driver as a module, choose M here: the
  312. module will be called vpx3220.
  313. comment "Video and audio decoders"
  314. source "drivers/media/video/cx25840/Kconfig"
  315. comment "MPEG video encoders"
  316. config VIDEO_CX2341X
  317. tristate "Conexant CX2341x MPEG encoders"
  318. depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON
  319. ---help---
  320. Support for the Conexant CX23416 MPEG encoders
  321. and CX23415 MPEG encoder/decoders.
  322. This module currently supports the encoding functions only.
  323. To compile this driver as a module, choose M here: the
  324. module will be called cx2341x.
  325. comment "Video encoders"
  326. config VIDEO_SAA7127
  327. tristate "Philips SAA7127/9 digital video encoders"
  328. depends on VIDEO_V4L2 && I2C
  329. ---help---
  330. Support for the Philips SAA7127/9 digital video encoders.
  331. To compile this driver as a module, choose M here: the
  332. module will be called saa7127.
  333. config VIDEO_SAA7185
  334. tristate "Philips SAA7185 video encoder"
  335. depends on VIDEO_V4L2 && I2C
  336. ---help---
  337. Support for the Philips SAA7185 video encoder.
  338. To compile this driver as a module, choose M here: the
  339. module will be called saa7185.
  340. config VIDEO_ADV7170
  341. tristate "Analog Devices ADV7170 video encoder"
  342. depends on VIDEO_V4L2 && I2C
  343. ---help---
  344. Support for the Analog Devices ADV7170 video encoder driver
  345. To compile this driver as a module, choose M here: the
  346. module will be called adv7170.
  347. config VIDEO_ADV7175
  348. tristate "Analog Devices ADV7175 video encoder"
  349. depends on VIDEO_V4L2 && I2C
  350. ---help---
  351. Support for the Analog Devices ADV7175 video encoder driver
  352. To compile this driver as a module, choose M here: the
  353. module will be called adv7175.
  354. config VIDEO_THS7303
  355. tristate "THS7303 Video Amplifier"
  356. depends on I2C
  357. help
  358. Support for TI THS7303 video amplifier
  359. To compile this driver as a module, choose M here: the
  360. module will be called ths7303.
  361. config VIDEO_ADV7343
  362. tristate "ADV7343 video encoder"
  363. depends on I2C
  364. help
  365. Support for Analog Devices I2C bus based ADV7343 encoder.
  366. To compile this driver as a module, choose M here: the
  367. module will be called adv7343.
  368. comment "Video improvement chips"
  369. config VIDEO_UPD64031A
  370. tristate "NEC Electronics uPD64031A Ghost Reduction"
  371. depends on VIDEO_V4L2 && I2C
  372. ---help---
  373. Support for the NEC Electronics uPD64031A Ghost Reduction
  374. video chip. It is most often found in NTSC TV cards made for
  375. Japan and is used to reduce the 'ghosting' effect that can
  376. be present in analog TV broadcasts.
  377. To compile this driver as a module, choose M here: the
  378. module will be called upd64031a.
  379. config VIDEO_UPD64083
  380. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  381. depends on VIDEO_V4L2 && I2C
  382. ---help---
  383. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  384. separation video chip. It is used to improve the quality of
  385. the colors of a composite signal.
  386. To compile this driver as a module, choose M here: the
  387. module will be called upd64083.
  388. endmenu # encoder / decoder chips
  389. config DISPLAY_DAVINCI_DM646X_EVM
  390. tristate "DM646x EVM Video Display"
  391. depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
  392. select VIDEOBUF_DMA_CONTIG
  393. select VIDEO_DAVINCI_VPIF
  394. select VIDEO_ADV7343
  395. select VIDEO_THS7303
  396. help
  397. Support for DM6467 based display device.
  398. To compile this driver as a module, choose M here: the
  399. module will be called vpif_display.
  400. config CAPTURE_DAVINCI_DM646X_EVM
  401. tristate "DM646x EVM Video Capture"
  402. depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
  403. select VIDEOBUF_DMA_CONTIG
  404. select VIDEO_DAVINCI_VPIF
  405. help
  406. Support for DM6467 based capture device.
  407. To compile this driver as a module, choose M here: the
  408. module will be called vpif_capture.
  409. config VIDEO_DAVINCI_VPIF
  410. tristate "DaVinci VPIF Driver"
  411. depends on DISPLAY_DAVINCI_DM646X_EVM
  412. help
  413. Support for DaVinci VPIF Driver.
  414. To compile this driver as a module, choose M here: the
  415. module will be called vpif.
  416. config VIDEO_VIVI
  417. tristate "Virtual Video Driver"
  418. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  419. select VIDEOBUF_VMALLOC
  420. default n
  421. ---help---
  422. Enables a virtual video driver. This device shows a color bar
  423. and a timestamp, as a real device would generate by using V4L2
  424. api.
  425. Say Y here if you want to test video apps or debug V4L devices.
  426. In doubt, say N.
  427. config VIDEO_VPSS_SYSTEM
  428. tristate "VPSS System module driver"
  429. depends on ARCH_DAVINCI
  430. help
  431. Support for vpss system module for video driver
  432. default y
  433. config VIDEO_VPFE_CAPTURE
  434. tristate "VPFE Video Capture Driver"
  435. depends on VIDEO_V4L2 && ARCH_DAVINCI
  436. select VIDEOBUF_DMA_CONTIG
  437. help
  438. Support for DMXXXX VPFE based frame grabber. This is the
  439. common V4L2 module for following DMXXX SoCs from Texas
  440. Instruments:- DM6446 & DM355.
  441. To compile this driver as a module, choose M here: the
  442. module will be called vpfe-capture.
  443. config VIDEO_DM6446_CCDC
  444. tristate "DM6446 CCDC HW module"
  445. depends on ARCH_DAVINCI_DM644x && VIDEO_VPFE_CAPTURE
  446. select VIDEO_VPSS_SYSTEM
  447. default y
  448. help
  449. Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
  450. with decoder modules such as TVP5146 over BT656 or
  451. sensor module such as MT9T001 over a raw interface. This
  452. module configures the interface and CCDC/ISIF to do
  453. video frame capture from slave decoders.
  454. To compile this driver as a module, choose M here: the
  455. module will be called vpfe.
  456. config VIDEO_DM355_CCDC
  457. tristate "DM355 CCDC HW module"
  458. depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE
  459. select VIDEO_VPSS_SYSTEM
  460. default y
  461. help
  462. Enables DM355 CCD hw module. DM355 CCDC hw interfaces
  463. with decoder modules such as TVP5146 over BT656 or
  464. sensor module such as MT9T001 over a raw interface. This
  465. module configures the interface and CCDC/ISIF to do
  466. video frame capture from a slave decoders
  467. To compile this driver as a module, choose M here: the
  468. module will be called vpfe.
  469. source "drivers/media/video/bt8xx/Kconfig"
  470. config VIDEO_PMS
  471. tristate "Mediavision Pro Movie Studio Video For Linux"
  472. depends on ISA && VIDEO_V4L2
  473. help
  474. Say Y if you have such a thing.
  475. To compile this driver as a module, choose M here: the
  476. module will be called pms.
  477. config VIDEO_BWQCAM
  478. tristate "Quickcam BW Video For Linux"
  479. depends on PARPORT && VIDEO_V4L1
  480. help
  481. Say Y have if you the black and white version of the QuickCam
  482. camera. See the next option for the color version.
  483. To compile this driver as a module, choose M here: the
  484. module will be called bw-qcam.
  485. config VIDEO_CQCAM
  486. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  487. depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
  488. help
  489. This is the video4linux driver for the colour version of the
  490. Connectix QuickCam. If you have one of these cameras, say Y here,
  491. otherwise say N. This driver does not work with the original
  492. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  493. as a module (c-qcam).
  494. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  495. config VIDEO_W9966
  496. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  497. depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
  498. help
  499. Video4linux driver for Winbond's w9966 based Webcams.
  500. Currently tested with the LifeView FlyCam Supra.
  501. If you have one of these cameras, say Y here
  502. otherwise say N.
  503. This driver is also available as a module (w9966).
  504. Check out <file:Documentation/video4linux/w9966.txt> for more
  505. information.
  506. config VIDEO_CPIA
  507. tristate "CPiA Video For Linux (DEPRECATED)"
  508. depends on VIDEO_V4L1
  509. default n
  510. ---help---
  511. This driver is DEPRECATED please use the gspca cpia1 module
  512. instead. Note that you need atleast version 0.6.4 of libv4l for
  513. the cpia1 gspca module.
  514. This is the video4linux driver for cameras based on Vision's CPiA
  515. (Colour Processor Interface ASIC), such as the Creative Labs Video
  516. Blaster Webcam II. If you have one of these cameras, say Y here
  517. and select parallel port and/or USB lowlevel support below,
  518. otherwise say N. This will not work with the Creative Webcam III.
  519. Please read <file:Documentation/video4linux/README.cpia> for more
  520. information.
  521. This driver is also available as a module (cpia).
  522. config VIDEO_CPIA_PP
  523. tristate "CPiA Parallel Port Lowlevel Support"
  524. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  525. help
  526. This is the lowlevel parallel port support for cameras based on
  527. Vision's CPiA (Colour Processor Interface ASIC), such as the
  528. Creative Webcam II. If you have the parallel port version of one
  529. of these cameras, say Y here, otherwise say N. It is also available
  530. as a module (cpia_pp).
  531. config VIDEO_CPIA_USB
  532. tristate "CPiA USB Lowlevel Support"
  533. depends on VIDEO_CPIA && USB
  534. help
  535. This is the lowlevel USB support for cameras based on Vision's CPiA
  536. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  537. If you have the USB version of one of these cameras, say Y here,
  538. otherwise say N. This will not work with the Creative Webcam III.
  539. It is also available as a module (cpia_usb).
  540. source "drivers/media/video/cpia2/Kconfig"
  541. config VIDEO_SAA5246A
  542. tristate "SAA5246A, SAA5281 Teletext processor"
  543. depends on I2C && VIDEO_V4L2
  544. help
  545. Support for I2C bus based teletext using the SAA5246A or SAA5281
  546. chip. Useful only if you live in Europe.
  547. To compile this driver as a module, choose M here: the
  548. module will be called saa5246a.
  549. config VIDEO_SAA5249
  550. tristate "SAA5249 Teletext processor"
  551. depends on I2C && VIDEO_V4L2
  552. help
  553. Support for I2C bus based teletext using the SAA5249 chip. At the
  554. moment this is only useful on some European WinTV cards.
  555. To compile this driver as a module, choose M here: the
  556. module will be called saa5249.
  557. config VIDEO_VINO
  558. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  559. depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
  560. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  561. help
  562. Say Y here to build in support for the Vino video input system found
  563. on SGI Indy machines.
  564. config VIDEO_STRADIS
  565. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  566. depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
  567. help
  568. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  569. driver for PCI. There is a product page at
  570. <http://www.stradis.com/>.
  571. source "drivers/media/video/zoran/Kconfig"
  572. config VIDEO_MEYE
  573. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  574. depends on PCI && SONY_LAPTOP && VIDEO_V4L1
  575. ---help---
  576. This is the video4linux driver for the Motion Eye camera found
  577. in the Vaio Picturebook laptops. Please read the material in
  578. <file:Documentation/video4linux/meye.txt> for more information.
  579. If you say Y or M here, you need to say Y or M to "Sony Laptop
  580. Extras" in the misc device section.
  581. To compile this driver as a module, choose M here: the
  582. module will be called meye.
  583. source "drivers/media/video/saa7134/Kconfig"
  584. config VIDEO_MXB
  585. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  586. depends on PCI && VIDEO_V4L1 && I2C
  587. select VIDEO_SAA7146_VV
  588. select VIDEO_TUNER
  589. select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
  590. select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
  591. select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
  592. select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
  593. ---help---
  594. This is a video4linux driver for the 'Multimedia eXtension Board'
  595. TV card by Siemens-Nixdorf.
  596. To compile this driver as a module, choose M here: the
  597. module will be called mxb.
  598. config VIDEO_HEXIUM_ORION
  599. tristate "Hexium HV-PCI6 and Orion frame grabber"
  600. depends on PCI && VIDEO_V4L2 && I2C
  601. select VIDEO_SAA7146_VV
  602. ---help---
  603. This is a video4linux driver for the Hexium HV-PCI6 and
  604. Orion frame grabber cards by Hexium.
  605. To compile this driver as a module, choose M here: the
  606. module will be called hexium_orion.
  607. config VIDEO_HEXIUM_GEMINI
  608. tristate "Hexium Gemini frame grabber"
  609. depends on PCI && VIDEO_V4L2 && I2C
  610. select VIDEO_SAA7146_VV
  611. ---help---
  612. This is a video4linux driver for the Hexium Gemini frame
  613. grabber card by Hexium. Please note that the Gemini Dual
  614. card is *not* fully supported.
  615. To compile this driver as a module, choose M here: the
  616. module will be called hexium_gemini.
  617. source "drivers/media/video/cx88/Kconfig"
  618. source "drivers/media/video/cx23885/Kconfig"
  619. source "drivers/media/video/au0828/Kconfig"
  620. source "drivers/media/video/ivtv/Kconfig"
  621. source "drivers/media/video/cx18/Kconfig"
  622. source "drivers/media/video/saa7164/Kconfig"
  623. config VIDEO_M32R_AR
  624. tristate "AR devices"
  625. depends on M32R && VIDEO_V4L1
  626. ---help---
  627. This is a video4linux driver for the Renesas AR (Artificial Retina)
  628. camera module.
  629. config VIDEO_M32R_AR_M64278
  630. tristate "AR device with color module M64278(VGA)"
  631. depends on PLAT_M32700UT
  632. select VIDEO_M32R_AR
  633. ---help---
  634. This is a video4linux driver for the Renesas AR (Artificial
  635. Retina) with M64278E-800 camera module.
  636. This module supports VGA(640x480 pixels) resolutions.
  637. To compile this driver as a module, choose M here: the
  638. module will be called arv.
  639. config VIDEO_CAFE_CCIC
  640. tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
  641. depends on PCI && I2C && VIDEO_V4L2
  642. select VIDEO_OV7670
  643. ---help---
  644. This is a video4linux2 driver for the Marvell 88ALP01 integrated
  645. CMOS camera controller. This is the controller found on first-
  646. generation OLPC systems.
  647. config SOC_CAMERA
  648. tristate "SoC camera support"
  649. depends on VIDEO_V4L2 && HAS_DMA && I2C
  650. select VIDEOBUF_GEN
  651. help
  652. SoC Camera is a common API to several cameras, not connecting
  653. over a bus like PCI or USB. For example some i2c camera connected
  654. directly to the data bus of an SoC.
  655. config SOC_CAMERA_MT9M001
  656. tristate "mt9m001 support"
  657. depends on SOC_CAMERA && I2C
  658. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  659. help
  660. This driver supports MT9M001 cameras from Micron, monochrome
  661. and colour models.
  662. config SOC_CAMERA_MT9M111
  663. tristate "mt9m111 and mt9m112 support"
  664. depends on SOC_CAMERA && I2C
  665. help
  666. This driver supports MT9M111 and MT9M112 cameras from Micron
  667. config SOC_CAMERA_MT9T031
  668. tristate "mt9t031 support"
  669. depends on SOC_CAMERA && I2C
  670. help
  671. This driver supports MT9T031 cameras from Micron.
  672. config SOC_CAMERA_MT9T112
  673. tristate "mt9t112 support"
  674. depends on SOC_CAMERA && I2C
  675. help
  676. This driver supports MT9T112 cameras from Aptina.
  677. config SOC_CAMERA_MT9V022
  678. tristate "mt9v022 support"
  679. depends on SOC_CAMERA && I2C
  680. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  681. help
  682. This driver supports MT9V022 cameras from Micron
  683. config SOC_CAMERA_RJ54N1
  684. tristate "rj54n1cb0c support"
  685. depends on SOC_CAMERA && I2C
  686. help
  687. This is a rj54n1cb0c video driver
  688. config SOC_CAMERA_TW9910
  689. tristate "tw9910 support"
  690. depends on SOC_CAMERA && I2C
  691. help
  692. This is a tw9910 video driver
  693. config SOC_CAMERA_PLATFORM
  694. tristate "platform camera support"
  695. depends on SOC_CAMERA
  696. help
  697. This is a generic SoC camera platform driver, useful for testing
  698. config SOC_CAMERA_OV772X
  699. tristate "ov772x camera support"
  700. depends on SOC_CAMERA && I2C
  701. help
  702. This is a ov772x camera driver
  703. config SOC_CAMERA_OV9640
  704. tristate "ov9640 camera support"
  705. depends on SOC_CAMERA && I2C
  706. help
  707. This is a ov9640 camera driver
  708. config MX1_VIDEO
  709. bool
  710. config VIDEO_MX1
  711. tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
  712. depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
  713. select FIQ
  714. select VIDEOBUF_DMA_CONTIG
  715. select MX1_VIDEO
  716. ---help---
  717. This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
  718. config MX3_VIDEO
  719. bool
  720. config VIDEO_MX3
  721. tristate "i.MX3x Camera Sensor Interface driver"
  722. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  723. select VIDEOBUF_DMA_CONTIG
  724. select MX3_VIDEO
  725. ---help---
  726. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  727. config VIDEO_PXA27x
  728. tristate "PXA27x Quick Capture Interface driver"
  729. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  730. select VIDEOBUF_DMA_SG
  731. ---help---
  732. This is a v4l2 driver for the PXA27x Quick Capture Interface
  733. config VIDEO_SH_MOBILE_CEU
  734. tristate "SuperH Mobile CEU Interface driver"
  735. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  736. select VIDEOBUF_DMA_CONTIG
  737. ---help---
  738. This is a v4l2 driver for the SuperH Mobile CEU Interface
  739. config VIDEO_OMAP2
  740. tristate "OMAP2 Camera Capture Interface driver"
  741. depends on VIDEO_DEV && ARCH_OMAP2
  742. select VIDEOBUF_DMA_SG
  743. ---help---
  744. This is a v4l2 driver for the TI OMAP2 camera capture interface
  745. #
  746. # USB Multimedia device configuration
  747. #
  748. menuconfig V4L_USB_DRIVERS
  749. bool "V4L USB devices"
  750. depends on USB
  751. default y
  752. if V4L_USB_DRIVERS && USB
  753. source "drivers/media/video/uvc/Kconfig"
  754. source "drivers/media/video/gspca/Kconfig"
  755. source "drivers/media/video/pvrusb2/Kconfig"
  756. source "drivers/media/video/hdpvr/Kconfig"
  757. source "drivers/media/video/em28xx/Kconfig"
  758. source "drivers/media/video/cx231xx/Kconfig"
  759. source "drivers/media/video/usbvision/Kconfig"
  760. source "drivers/media/video/usbvideo/Kconfig"
  761. source "drivers/media/video/et61x251/Kconfig"
  762. config VIDEO_OVCAMCHIP
  763. tristate "OmniVision Camera Chip support (DEPRECATED)"
  764. depends on I2C && VIDEO_V4L1
  765. default n
  766. ---help---
  767. This driver is DEPRECATED please use the gspca ov519 module
  768. instead. Note that for the ov511 / ov518 support of the gspca module
  769. you need atleast version 0.6.0 of libv4l and for the w9968cf
  770. atleast version 0.6.3 of libv4l.
  771. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  772. This driver is intended to be used with the ov511 and w9968cf USB
  773. camera drivers.
  774. To compile this driver as a module, choose M here: the
  775. module will be called ovcamchip.
  776. config USB_W9968CF
  777. tristate "USB W996[87]CF JPEG Dual Mode Camera support (DEPRECATED)"
  778. depends on VIDEO_V4L1 && I2C && VIDEO_OVCAMCHIP
  779. default n
  780. ---help---
  781. This driver is DEPRECATED please use the gspca ov519 module
  782. instead. Note that for the w9968cf support of the gspca module
  783. you need atleast version 0.6.3 of libv4l.
  784. Say Y here if you want support for cameras based on OV681 or
  785. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  786. This driver has an optional plugin, which is distributed as a
  787. separate module only (released under GPL). It allows to use higher
  788. resolutions and framerates, but cannot be included in the official
  789. Linux kernel for performance purposes.
  790. See <file:Documentation/video4linux/w9968cf.txt> for more info.
  791. To compile this driver as a module, choose M here: the
  792. module will be called w9968cf.
  793. config USB_OV511
  794. tristate "USB OV511 Camera support (DEPRECATED)"
  795. depends on VIDEO_V4L1
  796. default n
  797. ---help---
  798. This driver is DEPRECATED please use the gspca ov519 module
  799. instead. Note that for the ov511 / ov518 support of the gspca module
  800. you need atleast version 0.6.0 of libv4l.
  801. Say Y here if you want to connect this type of camera to your
  802. computer's USB port. See <file:Documentation/video4linux/ov511.txt>
  803. for more information and for a list of supported cameras.
  804. To compile this driver as a module, choose M here: the
  805. module will be called ov511.
  806. config USB_SE401
  807. tristate "USB SE401 Camera support"
  808. depends on VIDEO_V4L1
  809. ---help---
  810. Say Y here if you want to connect this type of camera to your
  811. computer's USB port. See <file:Documentation/video4linux/se401.txt>
  812. for more information and for a list of supported cameras.
  813. To compile this driver as a module, choose M here: the
  814. module will be called se401.
  815. source "drivers/media/video/sn9c102/Kconfig"
  816. config USB_STV680
  817. tristate "USB STV680 (Pencam) Camera support (DEPRECATED)"
  818. depends on VIDEO_V4L1
  819. default n
  820. ---help---
  821. This driver is DEPRECATED please use the gspca stv0680 module
  822. instead. Note that for the gspca stv0680 module you need
  823. atleast version 0.6.3 of libv4l.
  824. Say Y here if you want to connect this type of camera to your
  825. computer's USB port. This includes the Pencam line of cameras.
  826. See <file:Documentation/video4linux/stv680.txt> for more information
  827. and for a list of supported cameras.
  828. To compile this driver as a module, choose M here: the
  829. module will be called stv680.
  830. source "drivers/media/video/zc0301/Kconfig"
  831. source "drivers/media/video/pwc/Kconfig"
  832. config USB_ZR364XX
  833. tristate "USB ZR364XX Camera support"
  834. depends on VIDEO_V4L2
  835. select VIDEOBUF_GEN
  836. select VIDEOBUF_VMALLOC
  837. ---help---
  838. Say Y here if you want to connect this type of camera to your
  839. computer's USB port.
  840. See <file:Documentation/video4linux/zr364xx.txt> for more info
  841. and list of supported cameras.
  842. To compile this driver as a module, choose M here: the
  843. module will be called zr364xx.
  844. config USB_STKWEBCAM
  845. tristate "USB Syntek DC1125 Camera support"
  846. depends on VIDEO_V4L2 && EXPERIMENTAL
  847. ---help---
  848. Say Y here if you want to use this type of camera.
  849. Supported devices are typically found in some Asus laptops,
  850. with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
  851. may be supported by the stk11xx driver, from which this is
  852. derived, see http://stk11xx.sourceforge.net
  853. To compile this driver as a module, choose M here: the
  854. module will be called stkwebcam.
  855. config USB_S2255
  856. tristate "USB Sensoray 2255 video capture device"
  857. depends on VIDEO_V4L2
  858. select VIDEOBUF_VMALLOC
  859. default n
  860. help
  861. Say Y here if you want support for the Sensoray 2255 USB device.
  862. This driver can be compiled as a module, called s2255drv.
  863. endif # V4L_USB_DRIVERS
  864. endif # VIDEO_CAPTURE_DRIVERS