Kconfig 28 KB

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