Kconfig 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955
  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_DVB
  22. tristate
  23. select VIDEOBUF_GEN
  24. select VIDEOBUF_DMA_SG
  25. config VIDEO_BTCX
  26. tristate
  27. config VIDEO_IR_I2C
  28. tristate
  29. config VIDEO_IR
  30. tristate
  31. depends on INPUT
  32. select VIDEO_IR_I2C if I2C
  33. config VIDEO_TVEEPROM
  34. tristate
  35. depends on I2C
  36. config VIDEO_TUNER
  37. tristate
  38. depends on MEDIA_TUNER
  39. #
  40. # Multimedia Video device configuration
  41. #
  42. menuconfig VIDEO_CAPTURE_DRIVERS
  43. bool "Video capture adapters"
  44. depends on VIDEO_V4L2
  45. default y
  46. ---help---
  47. Say Y here to enable selecting the video adapters for
  48. webcams, analog TV, and hybrid analog/digital TV.
  49. Some of those devices also supports FM radio.
  50. if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
  51. config VIDEO_ADV_DEBUG
  52. bool "Enable advanced debug functionality"
  53. default n
  54. ---help---
  55. Say Y here to enable advanced debugging functionality on some
  56. V4L devices.
  57. In doubt, say N.
  58. config VIDEO_HELPER_CHIPS_AUTO
  59. bool "Autoselect pertinent encoders/decoders and other helper chips"
  60. default y
  61. ---help---
  62. Most video cards may require additional modules to encode or
  63. decode audio/video standards. This option will autoselect
  64. all pertinent modules to each selected video module.
  65. Unselect this only if you know exactly what you are doing, since
  66. it may break support on some boards.
  67. In doubt, say Y.
  68. #
  69. # Encoder / Decoder module configuration
  70. #
  71. menu "Encoders/decoders and other helper chips"
  72. depends on !VIDEO_HELPER_CHIPS_AUTO
  73. comment "Audio decoders"
  74. config VIDEO_TVAUDIO
  75. tristate "Simple audio decoder chips"
  76. depends on VIDEO_V4L2 && I2C
  77. ---help---
  78. Support for several audio decoder chips found on some bt8xx boards:
  79. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  80. tea6320, tea6420, tda8425, ta8874z.
  81. Microchip: pic16c54 based design on ProVideo PV951 board.
  82. To compile this driver as a module, choose M here: the
  83. module will be called tvaudio.
  84. config VIDEO_TDA7432
  85. tristate "Philips TDA7432 audio processor"
  86. depends on VIDEO_V4L2 && I2C
  87. ---help---
  88. Support for tda7432 audio decoder chip found on some bt8xx boards.
  89. To compile this driver as a module, choose M here: the
  90. module will be called tda7432.
  91. config VIDEO_TDA9840
  92. tristate "Philips TDA9840 audio processor"
  93. depends on I2C
  94. ---help---
  95. Support for tda9840 audio decoder chip found on some Zoran boards.
  96. To compile this driver as a module, choose M here: the
  97. module will be called tda9840.
  98. config VIDEO_TDA9875
  99. tristate "Philips TDA9875 audio processor"
  100. depends on VIDEO_V4L2 && I2C
  101. ---help---
  102. Support for tda9875 audio decoder chip found on some bt8xx boards.
  103. To compile this driver as a module, choose M here: the
  104. module will be called tda9875.
  105. config VIDEO_TEA6415C
  106. tristate "Philips TEA6415C audio processor"
  107. depends on I2C
  108. ---help---
  109. Support for tea6415c audio decoder chip found on some bt8xx boards.
  110. To compile this driver as a module, choose M here: the
  111. module will be called tea6415c.
  112. config VIDEO_TEA6420
  113. tristate "Philips TEA6420 audio processor"
  114. depends on I2C
  115. ---help---
  116. Support for tea6420 audio decoder chip found on some bt8xx boards.
  117. To compile this driver as a module, choose M here: the
  118. module will be called tea6420.
  119. config VIDEO_MSP3400
  120. tristate "Micronas MSP34xx audio decoders"
  121. depends on VIDEO_V4L2 && I2C
  122. ---help---
  123. Support for the Micronas MSP34xx series of audio decoders.
  124. To compile this driver as a module, choose M here: the
  125. module will be called msp3400.
  126. config VIDEO_CS5345
  127. tristate "Cirrus Logic CS5345 audio ADC"
  128. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  129. ---help---
  130. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  131. stereo A/D converter.
  132. To compile this driver as a module, choose M here: the
  133. module will be called cs5345.
  134. config VIDEO_CS53L32A
  135. tristate "Cirrus Logic CS53L32A audio ADC"
  136. depends on VIDEO_V4L2 && I2C
  137. ---help---
  138. Support for the Cirrus Logic CS53L32A low voltage
  139. stereo A/D converter.
  140. To compile this driver as a module, choose M here: the
  141. module will be called cs53l32a.
  142. config VIDEO_M52790
  143. tristate "Mitsubishi M52790 A/V switch"
  144. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  145. ---help---
  146. Support for the Mitsubishi M52790 A/V switch.
  147. To compile this driver as a module, choose M here: the
  148. module will be called m52790.
  149. config VIDEO_TLV320AIC23B
  150. tristate "Texas Instruments TLV320AIC23B audio codec"
  151. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  152. ---help---
  153. Support for the Texas Instruments TLV320AIC23B audio codec.
  154. To compile this driver as a module, choose M here: the
  155. module will be called tlv320aic23b.
  156. config VIDEO_WM8775
  157. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  158. depends on VIDEO_V4L2 && I2C
  159. ---help---
  160. Support for the Wolfson Microelectronics WM8775 high
  161. performance stereo A/D Converter with a 4 channel input mixer.
  162. To compile this driver as a module, choose M here: the
  163. module will be called wm8775.
  164. config VIDEO_WM8739
  165. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  166. depends on VIDEO_V4L2 && I2C
  167. ---help---
  168. Support for the Wolfson Microelectronics WM8739
  169. stereo A/D Converter.
  170. To compile this driver as a module, choose M here: the
  171. module will be called wm8739.
  172. config VIDEO_VP27SMPX
  173. tristate "Panasonic VP27s internal MPX"
  174. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  175. ---help---
  176. Support for the internal MPX of the Panasonic VP27s tuner.
  177. To compile this driver as a module, choose M here: the
  178. module will be called vp27smpx.
  179. comment "Video decoders"
  180. config VIDEO_BT819
  181. tristate "BT819A VideoStream decoder"
  182. depends on VIDEO_V4L1 && 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_V4L1 && 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_V4L1 && 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_V4L1 && 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_OV7670
  211. tristate "OmniVision OV7670 sensor support"
  212. depends on I2C && VIDEO_V4L2
  213. ---help---
  214. This is a Video4Linux2 sensor-level driver for the OmniVision
  215. OV7670 VGA camera. It currently only works with the M88ALP01
  216. controller.
  217. config VIDEO_TCM825X
  218. tristate "TCM825x camera sensor support"
  219. depends on I2C && VIDEO_V4L2
  220. ---help---
  221. This is a driver for the Toshiba TCM825x VGA camera sensor.
  222. It is used for example in Nokia N800.
  223. config VIDEO_SAA7110
  224. tristate "Philips SAA7110 video decoder"
  225. depends on VIDEO_V4L1 && I2C
  226. ---help---
  227. Support for the Philips SAA7110 video decoders.
  228. To compile this driver as a module, choose M here: the
  229. module will be called saa7110.
  230. config VIDEO_SAA7111
  231. tristate "Philips SAA7111 video decoder"
  232. depends on VIDEO_V4L1 && I2C
  233. ---help---
  234. Support for the Philips SAA711 video decoder.
  235. To compile this driver as a module, choose M here: the
  236. module will be called saa7111.
  237. config VIDEO_SAA7114
  238. tristate "Philips SAA7114 video decoder"
  239. depends on VIDEO_V4L1 && I2C
  240. ---help---
  241. Support for the Philips SAA7114 video decoder. This driver
  242. is used only on Zoran driver and should be moved soon to
  243. SAA711x module.
  244. To compile this driver as a module, choose M here: the
  245. module will be called saa7114.
  246. config VIDEO_SAA711X
  247. tristate "Philips SAA7113/4/5 video decoders"
  248. depends on VIDEO_V4L2 && I2C
  249. ---help---
  250. Support for the Philips SAA7113/4/5 video decoders.
  251. To compile this driver as a module, choose M here: the
  252. module will be called saa7115.
  253. config VIDEO_SAA717X
  254. tristate "Philips SAA7171/3/4 audio/video decoders"
  255. depends on VIDEO_V4L2 && I2C
  256. ---help---
  257. Support for the Philips SAA7171/3/4 audio/video decoders.
  258. To compile this driver as a module, choose M here: the
  259. module will be called saa717x.
  260. config VIDEO_SAA7191
  261. tristate "Philips SAA7191 video decoder"
  262. depends on VIDEO_V4L1 && I2C
  263. ---help---
  264. Support for the Philips SAA7191 video decoder.
  265. To compile this driver as a module, choose M here: the
  266. module will be called saa7191.
  267. config VIDEO_TVP5150
  268. tristate "Texas Instruments TVP5150 video decoder"
  269. depends on VIDEO_V4L2 && I2C
  270. ---help---
  271. Support for the Texas Instruments TVP5150 video decoder.
  272. To compile this driver as a module, choose M here: the
  273. module will be called tvp5150.
  274. config VIDEO_VPX3220
  275. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  276. depends on VIDEO_V4L1 && I2C
  277. ---help---
  278. Support for VPX322x video decoders.
  279. To compile this driver as a module, choose M here: the
  280. module will be called vpx3220.
  281. comment "Video and audio decoders"
  282. source "drivers/media/video/cx25840/Kconfig"
  283. comment "MPEG video encoders"
  284. config VIDEO_CX2341X
  285. tristate "Conexant CX2341x MPEG encoders"
  286. depends on VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_COMMON
  287. ---help---
  288. Support for the Conexant CX23416 MPEG encoders
  289. and CX23415 MPEG encoder/decoders.
  290. This module currently supports the encoding functions only.
  291. To compile this driver as a module, choose M here: the
  292. module will be called cx2341x.
  293. comment "Video encoders"
  294. config VIDEO_SAA7127
  295. tristate "Philips SAA7127/9 digital video encoders"
  296. depends on VIDEO_V4L2 && I2C
  297. ---help---
  298. Support for the Philips SAA7127/9 digital video encoders.
  299. To compile this driver as a module, choose M here: the
  300. module will be called saa7127.
  301. config VIDEO_SAA7185
  302. tristate "Philips SAA7185 video encoder"
  303. depends on VIDEO_V4L1 && I2C
  304. ---help---
  305. Support for the Philips SAA7185 video encoder.
  306. To compile this driver as a module, choose M here: the
  307. module will be called saa7185.
  308. config VIDEO_ADV7170
  309. tristate "Analog Devices ADV7170 video encoder"
  310. depends on VIDEO_V4L1 && I2C
  311. ---help---
  312. Support for the Analog Devices ADV7170 video encoder driver
  313. To compile this driver as a module, choose M here: the
  314. module will be called adv7170.
  315. config VIDEO_ADV7175
  316. tristate "Analog Devices ADV7175 video encoder"
  317. depends on VIDEO_V4L1 && I2C
  318. ---help---
  319. Support for the Analog Devices ADV7175 video encoder driver
  320. To compile this driver as a module, choose M here: the
  321. module will be called adv7175.
  322. comment "Video improvement chips"
  323. config VIDEO_UPD64031A
  324. tristate "NEC Electronics uPD64031A Ghost Reduction"
  325. depends on VIDEO_V4L2 && I2C
  326. ---help---
  327. Support for the NEC Electronics uPD64031A Ghost Reduction
  328. video chip. It is most often found in NTSC TV cards made for
  329. Japan and is used to reduce the 'ghosting' effect that can
  330. be present in analog TV broadcasts.
  331. To compile this driver as a module, choose M here: the
  332. module will be called upd64031a.
  333. config VIDEO_UPD64083
  334. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  335. depends on VIDEO_V4L2 && I2C
  336. ---help---
  337. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  338. separation video chip. It is used to improve the quality of
  339. the colors of a composite signal.
  340. To compile this driver as a module, choose M here: the
  341. module will be called upd64083.
  342. endmenu # encoder / decoder chips
  343. config VIDEO_VIVI
  344. tristate "Virtual Video Driver"
  345. depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
  346. select VIDEOBUF_VMALLOC
  347. default n
  348. ---help---
  349. Enables a virtual video driver. This device shows a color bar
  350. and a timestamp, as a real device would generate by using V4L2
  351. api.
  352. Say Y here if you want to test video apps or debug V4L devices.
  353. In doubt, say N.
  354. source "drivers/media/video/bt8xx/Kconfig"
  355. config VIDEO_SAA6588
  356. tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
  357. depends on I2C && VIDEO_BT848
  358. help
  359. Support for Radio Data System (RDS) decoder. This allows seeing
  360. radio station identification transmitted using this standard.
  361. Currently, it works only with bt8x8 chips.
  362. To compile this driver as a module, choose M here: the
  363. module will be called saa6588.
  364. config VIDEO_PMS
  365. tristate "Mediavision Pro Movie Studio Video For Linux"
  366. depends on ISA && VIDEO_V4L1
  367. help
  368. Say Y if you have such a thing.
  369. To compile this driver as a module, choose M here: the
  370. module will be called pms.
  371. config VIDEO_PLANB
  372. tristate "PlanB Video-In on PowerMac"
  373. depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
  374. help
  375. PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
  376. input hardware. If you want to experiment with this, say Y.
  377. Otherwise, or if you don't understand a word, say N. See
  378. <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
  379. Saying M will compile this driver as a module (planb).
  380. config VIDEO_BWQCAM
  381. tristate "Quickcam BW Video For Linux"
  382. depends on PARPORT && VIDEO_V4L1
  383. help
  384. Say Y have if you the black and white version of the QuickCam
  385. camera. See the next option for the color version.
  386. To compile this driver as a module, choose M here: the
  387. module will be called bw-qcam.
  388. config VIDEO_CQCAM
  389. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  390. depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
  391. help
  392. This is the video4linux driver for the colour version of the
  393. Connectix QuickCam. If you have one of these cameras, say Y here,
  394. otherwise say N. This driver does not work with the original
  395. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  396. as a module (c-qcam).
  397. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  398. config VIDEO_W9966
  399. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  400. depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
  401. help
  402. Video4linux driver for Winbond's w9966 based Webcams.
  403. Currently tested with the LifeView FlyCam Supra.
  404. If you have one of these cameras, say Y here
  405. otherwise say N.
  406. This driver is also available as a module (w9966).
  407. Check out <file:Documentation/video4linux/w9966.txt> for more
  408. information.
  409. config VIDEO_CPIA
  410. tristate "CPiA Video For Linux"
  411. depends on VIDEO_V4L1
  412. ---help---
  413. This is the video4linux driver for cameras based on Vision's CPiA
  414. (Colour Processor Interface ASIC), such as the Creative Labs Video
  415. Blaster Webcam II. If you have one of these cameras, say Y here
  416. and select parallel port and/or USB lowlevel support below,
  417. otherwise say N. This will not work with the Creative Webcam III.
  418. Please read <file:Documentation/video4linux/README.cpia> for more
  419. information.
  420. This driver is also available as a module (cpia).
  421. config VIDEO_CPIA_PP
  422. tristate "CPiA Parallel Port Lowlevel Support"
  423. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  424. help
  425. This is the lowlevel parallel port support for cameras based on
  426. Vision's CPiA (Colour Processor Interface ASIC), such as the
  427. Creative Webcam II. If you have the parallel port version of one
  428. of these cameras, say Y here, otherwise say N. It is also available
  429. as a module (cpia_pp).
  430. config VIDEO_CPIA_USB
  431. tristate "CPiA USB Lowlevel Support"
  432. depends on VIDEO_CPIA && USB
  433. help
  434. This is the lowlevel USB support for cameras based on Vision's CPiA
  435. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  436. If you have the USB version of one of these cameras, say Y here,
  437. otherwise say N. This will not work with the Creative Webcam III.
  438. It is also available as a module (cpia_usb).
  439. source "drivers/media/video/cpia2/Kconfig"
  440. config VIDEO_SAA5246A
  441. tristate "SAA5246A, SAA5281 Teletext processor"
  442. depends on I2C && VIDEO_V4L2
  443. help
  444. Support for I2C bus based teletext using the SAA5246A or SAA5281
  445. chip. Useful only if you live in Europe.
  446. To compile this driver as a module, choose M here: the
  447. module will be called saa5246a.
  448. config VIDEO_SAA5249
  449. tristate "SAA5249 Teletext processor"
  450. depends on I2C && VIDEO_V4L2
  451. help
  452. Support for I2C bus based teletext using the SAA5249 chip. At the
  453. moment this is only useful on some European WinTV cards.
  454. To compile this driver as a module, choose M here: the
  455. module will be called saa5249.
  456. config TUNER_3036
  457. tristate "SAB3036 tuner"
  458. depends on I2C && VIDEO_V4L1
  459. help
  460. Say Y here to include support for Philips SAB3036 compatible tuners.
  461. If in doubt, say N.
  462. config VIDEO_VINO
  463. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  464. depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
  465. select I2C_ALGO_SGI
  466. select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
  467. help
  468. Say Y here to build in support for the Vino video input system found
  469. on SGI Indy machines.
  470. config VIDEO_STRADIS
  471. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  472. depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
  473. help
  474. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  475. driver for PCI. There is a product page at
  476. <http://www.stradis.com/>.
  477. config VIDEO_ZORAN_ZR36060
  478. tristate
  479. config VIDEO_ZORAN
  480. tristate "Zoran ZR36057/36067 Video For Linux"
  481. depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && VIRT_TO_BUS
  482. help
  483. Say Y for support for MJPEG capture cards based on the Zoran
  484. 36057/36067 PCI controller chipset. This includes the Iomega
  485. Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
  486. a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
  487. more information, check <file:Documentation/video4linux/Zoran>.
  488. To compile this driver as a module, choose M here: the
  489. module will be called zr36067.
  490. config VIDEO_ZORAN_BUZ
  491. tristate "Iomega Buz support"
  492. depends on VIDEO_ZORAN
  493. select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
  494. select VIDEO_SAA7185 if VIDEO_HELPER_CHIPS_AUTO
  495. select VIDEO_ZORAN_ZR36060
  496. help
  497. Support for the Iomega Buz MJPEG capture/playback card.
  498. config VIDEO_ZORAN_DC10
  499. tristate "Pinnacle/Miro DC10(+) support"
  500. depends on VIDEO_ZORAN
  501. select VIDEO_SAA7110
  502. select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
  503. select VIDEO_ZORAN_ZR36060
  504. help
  505. Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
  506. card.
  507. config VIDEO_ZORAN_DC30
  508. tristate "Pinnacle/Miro DC30(+) support"
  509. depends on VIDEO_ZORAN
  510. select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
  511. select VIDEO_VPX3220 if VIDEO_HELPER_CHIPS_AUTO
  512. help
  513. Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
  514. card. This also supports really old DC10 cards based on the
  515. zr36050 MJPEG codec and zr36016 VFE.
  516. config VIDEO_ZORAN_LML33
  517. tristate "Linux Media Labs LML33 support"
  518. depends on VIDEO_ZORAN
  519. select VIDEO_BT819 if VIDEO_HELPER_CHIPS_AUTO
  520. select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
  521. select VIDEO_ZORAN_ZR36060
  522. help
  523. Support for the Linux Media Labs LML33 MJPEG capture/playback
  524. card.
  525. config VIDEO_ZORAN_LML33R10
  526. tristate "Linux Media Labs LML33R10 support"
  527. depends on VIDEO_ZORAN
  528. select VIDEO_SAA7114 if VIDEO_HELPER_CHIPS_AUTO
  529. select VIDEO_ADV7170 if VIDEO_HELPER_CHIPS_AUTO
  530. select VIDEO_ZORAN_ZR36060
  531. help
  532. support for the Linux Media Labs LML33R10 MJPEG capture/playback
  533. card.
  534. config VIDEO_ZORAN_AVS6EYES
  535. tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
  536. depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1
  537. select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
  538. select VIDEO_KS0127 if VIDEO_HELPER_CHIPS_AUTO
  539. select VIDEO_ZORAN_ZR36060
  540. help
  541. Support for the AverMedia 6 Eyes video surveillance card.
  542. config VIDEO_MEYE
  543. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  544. depends on PCI && SONY_LAPTOP && VIDEO_V4L1
  545. ---help---
  546. This is the video4linux driver for the Motion Eye camera found
  547. in the Vaio Picturebook laptops. Please read the material in
  548. <file:Documentation/video4linux/meye.txt> for more information.
  549. If you say Y or M here, you need to say Y or M to "Sony Laptop
  550. Extras" in the misc device section.
  551. To compile this driver as a module, choose M here: the
  552. module will be called meye.
  553. source "drivers/media/video/saa7134/Kconfig"
  554. config VIDEO_MXB
  555. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  556. depends on PCI && VIDEO_V4L1 && I2C
  557. select VIDEO_SAA7146_VV
  558. select VIDEO_TUNER
  559. select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
  560. select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
  561. select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
  562. select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
  563. ---help---
  564. This is a video4linux driver for the 'Multimedia eXtension Board'
  565. TV card by Siemens-Nixdorf.
  566. To compile this driver as a module, choose M here: the
  567. module will be called mxb.
  568. config VIDEO_DPC
  569. tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
  570. depends on PCI && VIDEO_V4L1 && I2C
  571. select VIDEO_SAA7146_VV
  572. select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
  573. ---help---
  574. This is a video4linux driver for the 'dpc7146 demonstration
  575. board' by Philips-Semiconductors. It's the reference design
  576. for SAA7146 bases boards, so if you have some unsupported
  577. saa7146 based, analog video card, chances are good that it
  578. will work with this skeleton driver.
  579. To compile this driver as a module, choose M here: the
  580. module will be called dpc7146.
  581. config VIDEO_HEXIUM_ORION
  582. tristate "Hexium HV-PCI6 and Orion frame grabber"
  583. depends on PCI && VIDEO_V4L2 && I2C
  584. select VIDEO_SAA7146_VV
  585. ---help---
  586. This is a video4linux driver for the Hexium HV-PCI6 and
  587. Orion frame grabber cards by Hexium.
  588. To compile this driver as a module, choose M here: the
  589. module will be called hexium_orion.
  590. config VIDEO_HEXIUM_GEMINI
  591. tristate "Hexium Gemini frame grabber"
  592. depends on PCI && VIDEO_V4L2 && I2C
  593. select VIDEO_SAA7146_VV
  594. ---help---
  595. This is a video4linux driver for the Hexium Gemini frame
  596. grabber card by Hexium. Please note that the Gemini Dual
  597. card is *not* fully supported.
  598. To compile this driver as a module, choose M here: the
  599. module will be called hexium_gemini.
  600. source "drivers/media/video/cx88/Kconfig"
  601. source "drivers/media/video/cx23885/Kconfig"
  602. source "drivers/media/video/au0828/Kconfig"
  603. source "drivers/media/video/ivtv/Kconfig"
  604. source "drivers/media/video/cx18/Kconfig"
  605. config VIDEO_M32R_AR
  606. tristate "AR devices"
  607. depends on M32R && VIDEO_V4L1
  608. ---help---
  609. This is a video4linux driver for the Renesas AR (Artificial Retina)
  610. camera module.
  611. config VIDEO_M32R_AR_M64278
  612. tristate "AR device with color module M64278(VGA)"
  613. depends on PLAT_M32700UT
  614. select VIDEO_M32R_AR
  615. ---help---
  616. This is a video4linux driver for the Renesas AR (Artificial
  617. Retina) with M64278E-800 camera module.
  618. This module supports VGA(640x480 pixels) resolutions.
  619. To compile this driver as a module, choose M here: the
  620. module will be called arv.
  621. config VIDEO_CAFE_CCIC
  622. tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
  623. depends on PCI && I2C && VIDEO_V4L2
  624. select VIDEO_OV7670
  625. ---help---
  626. This is a video4linux2 driver for the Marvell 88ALP01 integrated
  627. CMOS camera controller. This is the controller found on first-
  628. generation OLPC systems.
  629. #
  630. # USB Multimedia device configuration
  631. #
  632. menuconfig V4L_USB_DRIVERS
  633. bool "V4L USB devices"
  634. depends on USB
  635. default y
  636. if V4L_USB_DRIVERS && USB
  637. config USB_VIDEO_CLASS
  638. tristate "USB Video Class (UVC)"
  639. ---help---
  640. Support for the USB Video Class (UVC). Currently only video
  641. input devices, such as webcams, are supported.
  642. For more information see: <http://linux-uvc.berlios.de/>
  643. source "drivers/media/video/pvrusb2/Kconfig"
  644. source "drivers/media/video/em28xx/Kconfig"
  645. source "drivers/media/video/usbvision/Kconfig"
  646. source "drivers/media/video/usbvideo/Kconfig"
  647. source "drivers/media/video/et61x251/Kconfig"
  648. config VIDEO_OVCAMCHIP
  649. tristate "OmniVision Camera Chip support"
  650. depends on I2C && VIDEO_V4L1
  651. ---help---
  652. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  653. This driver is intended to be used with the ov511 and w9968cf USB
  654. camera drivers.
  655. To compile this driver as a module, choose M here: the
  656. module will be called ovcamchip.
  657. config USB_W9968CF
  658. tristate "USB W996[87]CF JPEG Dual Mode Camera support"
  659. depends on VIDEO_V4L1 && I2C
  660. select VIDEO_OVCAMCHIP
  661. ---help---
  662. Say Y here if you want support for cameras based on OV681 or
  663. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  664. This driver has an optional plugin, which is distributed as a
  665. separate module only (released under GPL). It allows to use higher
  666. resolutions and framerates, but cannot be included in the official
  667. Linux kernel for performance purposes.
  668. See <file:Documentation/video4linux/w9968cf.txt> for more info.
  669. To compile this driver as a module, choose M here: the
  670. module will be called w9968cf.
  671. config USB_OV511
  672. tristate "USB OV511 Camera support"
  673. depends on VIDEO_V4L1
  674. ---help---
  675. Say Y here if you want to connect this type of camera to your
  676. computer's USB port. See <file:Documentation/video4linux/ov511.txt>
  677. for more information and for a list of supported cameras.
  678. To compile this driver as a module, choose M here: the
  679. module will be called ov511.
  680. config USB_SE401
  681. tristate "USB SE401 Camera support"
  682. depends on VIDEO_V4L1
  683. ---help---
  684. Say Y here if you want to connect this type of camera to your
  685. computer's USB port. See <file:Documentation/video4linux/se401.txt>
  686. for more information and for a list of supported cameras.
  687. To compile this driver as a module, choose M here: the
  688. module will be called se401.
  689. source "drivers/media/video/sn9c102/Kconfig"
  690. config USB_STV680
  691. tristate "USB STV680 (Pencam) Camera support"
  692. depends on VIDEO_V4L1
  693. ---help---
  694. Say Y here if you want to connect this type of camera to your
  695. computer's USB port. This includes the Pencam line of cameras.
  696. See <file:Documentation/video4linux/stv680.txt> for more information
  697. and for a list of supported cameras.
  698. To compile this driver as a module, choose M here: the
  699. module will be called stv680.
  700. source "drivers/media/video/zc0301/Kconfig"
  701. source "drivers/media/video/pwc/Kconfig"
  702. config USB_ZR364XX
  703. tristate "USB ZR364XX Camera support"
  704. depends on VIDEO_V4L2
  705. ---help---
  706. Say Y here if you want to connect this type of camera to your
  707. computer's USB port.
  708. See <file:Documentation/video4linux/zr364xx.txt> for more info
  709. and list of supported cameras.
  710. To compile this driver as a module, choose M here: the
  711. module will be called zr364xx.
  712. config USB_STKWEBCAM
  713. tristate "USB Syntek DC1125 Camera support"
  714. depends on VIDEO_V4L2 && EXPERIMENTAL
  715. ---help---
  716. Say Y here if you want to use this type of camera.
  717. Supported devices are typically found in some Asus laptops,
  718. with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
  719. may be supported by the stk11xx driver, from which this is
  720. derived, see http://stk11xx.sourceforge.net
  721. To compile this driver as a module, choose M here: the
  722. module will be called stkwebcam.
  723. endif # V4L_USB_DRIVERS
  724. config SOC_CAMERA
  725. tristate "SoC camera support"
  726. depends on VIDEO_V4L2 && HAS_DMA
  727. select VIDEOBUF_DMA_SG
  728. help
  729. SoC Camera is a common API to several cameras, not connecting
  730. over a bus like PCI or USB. For example some i2c camera connected
  731. directly to the data bus of an SoC.
  732. config SOC_CAMERA_MT9M001
  733. tristate "mt9m001 support"
  734. depends on SOC_CAMERA && I2C
  735. select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
  736. help
  737. This driver supports MT9M001 cameras from Micron, monochrome
  738. and colour models.
  739. config MT9M001_PCA9536_SWITCH
  740. bool "pca9536 datawidth switch for mt9m001"
  741. depends on SOC_CAMERA_MT9M001 && GENERIC_GPIO
  742. help
  743. Select this if your MT9M001 camera uses a PCA9536 I2C GPIO
  744. extender to switch between 8 and 10 bit datawidth modes
  745. config SOC_CAMERA_MT9V022
  746. tristate "mt9v022 support"
  747. depends on SOC_CAMERA && I2C
  748. select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
  749. help
  750. This driver supports MT9V022 cameras from Micron
  751. config MT9V022_PCA9536_SWITCH
  752. bool "pca9536 datawidth switch for mt9v022"
  753. depends on SOC_CAMERA_MT9V022 && GENERIC_GPIO
  754. help
  755. Select this if your MT9V022 camera uses a PCA9536 I2C GPIO
  756. extender to switch between 8 and 10 bit datawidth modes
  757. config VIDEO_PXA27x
  758. tristate "PXA27x Quick Capture Interface driver"
  759. depends on VIDEO_DEV && PXA27x
  760. select SOC_CAMERA
  761. ---help---
  762. This is a v4l2 driver for the PXA27x Quick Capture Interface
  763. endif # VIDEO_CAPTURE_DRIVERS