Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. #
  2. # Multimedia Video device configuration
  3. #
  4. menu "Video For Linux"
  5. depends on VIDEO_DEV
  6. comment "Video Adapters"
  7. config VIDEO_ADV_DEBUG
  8. bool "Enable advanced debug functionality"
  9. depends on VIDEO_DEV
  10. default n
  11. ---help---
  12. Say Y here to enable advanced debugging functionality on some
  13. V4L devices.
  14. In doubt, say N.
  15. source "drivers/media/video/bt8xx/Kconfig"
  16. config VIDEO_SAA6588
  17. tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
  18. depends on VIDEO_DEV && I2C && VIDEO_BT848
  19. help
  20. Support for Radio Data System (RDS) decoder. This allows seeing
  21. radio station identification transmitted using this standard.
  22. Currentlly, it works only with bt8x8 chips.
  23. To compile this driver as a module, choose M here: the
  24. module will be called saa6588.
  25. config VIDEO_PMS
  26. tristate "Mediavision Pro Movie Studio Video For Linux"
  27. depends on VIDEO_DEV && ISA
  28. help
  29. Say Y if you have such a thing.
  30. To compile this driver as a module, choose M here: the
  31. module will be called pms.
  32. config VIDEO_PLANB
  33. tristate "PlanB Video-In on PowerMac"
  34. depends on PPC_PMAC && VIDEO_DEV && BROKEN
  35. help
  36. PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
  37. input hardware. If you want to experiment with this, say Y.
  38. Otherwise, or if you don't understand a word, say N. See
  39. <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
  40. Saying M will compile this driver as a module (planb).
  41. config VIDEO_BWQCAM
  42. tristate "Quickcam BW Video For Linux"
  43. depends on VIDEO_DEV && PARPORT
  44. help
  45. Say Y have if you the black and white version of the QuickCam
  46. camera. See the next option for the color version.
  47. To compile this driver as a module, choose M here: the
  48. module will be called bw-qcam.
  49. config VIDEO_CQCAM
  50. tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
  51. depends on EXPERIMENTAL && VIDEO_DEV && PARPORT
  52. help
  53. This is the video4linux driver for the colour version of the
  54. Connectix QuickCam. If you have one of these cameras, say Y here,
  55. otherwise say N. This driver does not work with the original
  56. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  57. as a module (c-qcam).
  58. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  59. config VIDEO_W9966
  60. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  61. depends on PARPORT_1284 && VIDEO_DEV && PARPORT
  62. help
  63. Video4linux driver for Winbond's w9966 based Webcams.
  64. Currently tested with the LifeView FlyCam Supra.
  65. If you have one of these cameras, say Y here
  66. otherwise say N.
  67. This driver is also available as a module (w9966).
  68. Check out <file:Documentation/video4linux/w9966.txt> for more
  69. information.
  70. config VIDEO_CPIA
  71. tristate "CPiA Video For Linux"
  72. depends on VIDEO_DEV
  73. ---help---
  74. This is the video4linux driver for cameras based on Vision's CPiA
  75. (Colour Processor Interface ASIC), such as the Creative Labs Video
  76. Blaster Webcam II. If you have one of these cameras, say Y here
  77. and select parallel port and/or USB lowlevel support below,
  78. otherwise say N. This will not work with the Creative Webcam III.
  79. Please read <file:Documentation/video4linux/README.cpia> for more
  80. information.
  81. This driver is also available as a module (cpia).
  82. config VIDEO_CPIA_PP
  83. tristate "CPiA Parallel Port Lowlevel Support"
  84. depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
  85. help
  86. This is the lowlevel parallel port support for cameras based on
  87. Vision's CPiA (Colour Processor Interface ASIC), such as the
  88. Creative Webcam II. If you have the parallel port version of one
  89. of these cameras, say Y here, otherwise say N. It is also available
  90. as a module (cpia_pp).
  91. config VIDEO_CPIA_USB
  92. tristate "CPiA USB Lowlevel Support"
  93. depends on VIDEO_CPIA && USB
  94. help
  95. This is the lowlevel USB support for cameras based on Vision's CPiA
  96. (Colour Processor Interface ASIC), such as the Creative Webcam II.
  97. If you have the USB version of one of these cameras, say Y here,
  98. otherwise say N. This will not work with the Creative Webcam III.
  99. It is also available as a module (cpia_usb).
  100. source "drivers/media/video/cpia2/Kconfig"
  101. config VIDEO_SAA5246A
  102. tristate "SAA5246A, SAA5281 Teletext processor"
  103. depends on VIDEO_DEV && I2C
  104. help
  105. Support for I2C bus based teletext using the SAA5246A or SAA5281
  106. chip. Useful only if you live in Europe.
  107. To compile this driver as a module, choose M here: the
  108. module will be called saa5246a.
  109. config VIDEO_SAA5249
  110. tristate "SAA5249 Teletext processor"
  111. depends on VIDEO_DEV && I2C
  112. help
  113. Support for I2C bus based teletext using the SAA5249 chip. At the
  114. moment this is only useful on some European WinTV cards.
  115. To compile this driver as a module, choose M here: the
  116. module will be called saa5249.
  117. config TUNER_3036
  118. tristate "SAB3036 tuner"
  119. depends on VIDEO_DEV && I2C
  120. help
  121. Say Y here to include support for Philips SAB3036 compatible tuners.
  122. If in doubt, say N.
  123. config VIDEO_VINO
  124. tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
  125. depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL
  126. select I2C_ALGO_SGI
  127. help
  128. Say Y here to build in support for the Vino video input system found
  129. on SGI Indy machines.
  130. config VIDEO_STRADIS
  131. tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
  132. depends on EXPERIMENTAL && VIDEO_DEV && PCI
  133. help
  134. Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
  135. driver for PCI. There is a product page at
  136. <http://www.stradis.com/>.
  137. config VIDEO_ZORAN
  138. tristate "Zoran ZR36057/36067 Video For Linux"
  139. depends on VIDEO_DEV && PCI && I2C_ALGOBIT
  140. help
  141. Say Y for support for MJPEG capture cards based on the Zoran
  142. 36057/36067 PCI controller chipset. This includes the Iomega
  143. Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
  144. a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
  145. more information, check <file:Documentation/video4linux/Zoran>.
  146. To compile this driver as a module, choose M here: the
  147. module will be called zr36067.
  148. config VIDEO_ZORAN_BUZ
  149. tristate "Iomega Buz support"
  150. depends on VIDEO_ZORAN
  151. help
  152. Support for the Iomega Buz MJPEG capture/playback card.
  153. config VIDEO_ZORAN_DC10
  154. tristate "Pinnacle/Miro DC10(+) support"
  155. depends on VIDEO_ZORAN
  156. help
  157. Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
  158. card.
  159. config VIDEO_ZORAN_DC30
  160. tristate "Pinnacle/Miro DC30(+) support"
  161. depends on VIDEO_ZORAN
  162. help
  163. Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
  164. card. This also supports really old DC10 cards based on the
  165. zr36050 MJPEG codec and zr36016 VFE.
  166. config VIDEO_ZORAN_LML33
  167. tristate "Linux Media Labs LML33 support"
  168. depends on VIDEO_ZORAN
  169. help
  170. Support for the Linux Media Labs LML33 MJPEG capture/playback
  171. card.
  172. config VIDEO_ZORAN_LML33R10
  173. tristate "Linux Media Labs LML33R10 support"
  174. depends on VIDEO_ZORAN
  175. help
  176. support for the Linux Media Labs LML33R10 MJPEG capture/playback
  177. card.
  178. config VIDEO_ZR36120
  179. tristate "Zoran ZR36120/36125 Video For Linux"
  180. depends on VIDEO_DEV && PCI && I2C && BROKEN
  181. help
  182. Support for ZR36120/ZR36125 based frame grabber/overlay boards.
  183. This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
  184. and Buster boards. Please read the material in
  185. <file:Documentation/video4linux/zr36120.txt> for more information.
  186. To compile this driver as a module, choose M here: the
  187. module will be called zr36120.
  188. config VIDEO_MEYE
  189. tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
  190. depends on VIDEO_DEV && PCI && SONYPI
  191. ---help---
  192. This is the video4linux driver for the Motion Eye camera found
  193. in the Vaio Picturebook laptops. Please read the material in
  194. <file:Documentation/video4linux/meye.txt> for more information.
  195. If you say Y or M here, you need to say Y or M to "Sony Programmable
  196. I/O Control Device" in the character device section.
  197. To compile this driver as a module, choose M here: the
  198. module will be called meye.
  199. source "drivers/media/video/saa7134/Kconfig"
  200. config VIDEO_MXB
  201. tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
  202. depends on VIDEO_DEV && PCI
  203. select VIDEO_SAA7146_VV
  204. select VIDEO_TUNER
  205. ---help---
  206. This is a video4linux driver for the 'Multimedia eXtension Board'
  207. TV card by Siemens-Nixdorf.
  208. To compile this driver as a module, choose M here: the
  209. module will be called mxb.
  210. config VIDEO_DPC
  211. tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
  212. depends on VIDEO_DEV && PCI
  213. select VIDEO_SAA7146_VV
  214. ---help---
  215. This is a video4linux driver for the 'dpc7146 demonstration
  216. board' by Philips-Semiconductors. It's the reference design
  217. for SAA7146 bases boards, so if you have some unsupported
  218. saa7146 based, analog video card, chances are good that it
  219. will work with this skeleton driver.
  220. To compile this driver as a module, choose M here: the
  221. module will be called dpc7146.
  222. config VIDEO_HEXIUM_ORION
  223. tristate "Hexium HV-PCI6 and Orion frame grabber"
  224. depends on VIDEO_DEV && PCI
  225. select VIDEO_SAA7146_VV
  226. ---help---
  227. This is a video4linux driver for the Hexium HV-PCI6 and
  228. Orion frame grabber cards by Hexium.
  229. To compile this driver as a module, choose M here: the
  230. module will be called hexium_orion.
  231. config VIDEO_HEXIUM_GEMINI
  232. tristate "Hexium Gemini frame grabber"
  233. depends on VIDEO_DEV && PCI
  234. select VIDEO_SAA7146_VV
  235. ---help---
  236. This is a video4linux driver for the Hexium Gemini frame
  237. grabber card by Hexium. Please note that the Gemini Dual
  238. card is *not* fully supported.
  239. To compile this driver as a module, choose M here: the
  240. module will be called hexium_gemini.
  241. source "drivers/media/video/cx88/Kconfig"
  242. config VIDEO_OVCAMCHIP
  243. tristate "OmniVision Camera Chip support"
  244. depends on VIDEO_DEV && I2C
  245. ---help---
  246. Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
  247. This driver is intended to be used with the ov511 and w9968cf USB
  248. camera drivers.
  249. To compile this driver as a module, choose M here: the
  250. module will be called ovcamchip
  251. config VIDEO_M32R_AR
  252. tristate "AR devices"
  253. depends on M32R
  254. ---help---
  255. This is a video4linux driver for the Renesas AR (Artificial Retina)
  256. camera module.
  257. config VIDEO_M32R_AR_M64278
  258. tristate "Use Colour AR module M64278(VGA)"
  259. depends on VIDEO_M32R_AR && PLAT_M32700UT
  260. ---help---
  261. Say Y here to use the Renesas M64278E-800 camera module,
  262. which supports VGA(640x480 pixcels) size of images.
  263. config VIDEO_MSP3400
  264. tristate "Micronas MSP34xx audio decoders"
  265. depends on VIDEO_DEV && I2C
  266. ---help---
  267. Support for the Micronas MSP34xx series of audio decoders.
  268. To compile this driver as a module, choose M here: the
  269. module will be called msp3400
  270. config VIDEO_CS53L32A
  271. tristate "Cirrus Logic CS53L32A audio ADC"
  272. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  273. ---help---
  274. Support for the Cirrus Logic CS53L32A low voltage
  275. stereo A/D converter.
  276. To compile this driver as a module, choose M here: the
  277. module will be called cs53l32a
  278. config VIDEO_WM8775
  279. tristate "Wolfson Microelectronics WM8775 audio ADC"
  280. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  281. ---help---
  282. Support for the Wolfson Microelectronics WM8775
  283. high performance stereo A/D Converter.
  284. To compile this driver as a module, choose M here: the
  285. module will be called wm8775
  286. source "drivers/media/video/cx25840/Kconfig"
  287. config VIDEO_SAA711X
  288. tristate "Philips SAA7113/4/5 video decoders"
  289. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  290. ---help---
  291. Support for the Philips SAA7113/4/5 video decoders.
  292. To compile this driver as a module, choose M here: the
  293. module will be called saa7115
  294. config VIDEO_SAA7127
  295. tristate "Philips SAA7127/9 digital video encoders"
  296. depends on VIDEO_DEV && I2C && EXPERIMENTAL
  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. #
  302. # USB Multimedia device configuration
  303. #
  304. menu "V4L USB devices"
  305. depends on USB && VIDEO_DEV
  306. source "drivers/media/video/em28xx/Kconfig"
  307. config USB_VICAM
  308. tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)"
  309. depends on USB && VIDEO_DEV && EXPERIMENTAL
  310. ---help---
  311. Say Y here if you have 3com homeconnect camera (vicam).
  312. To compile this driver as a module, choose M here: the
  313. module will be called vicam.
  314. config USB_DSBR
  315. tristate "D-Link USB FM radio support (EXPERIMENTAL)"
  316. depends on USB && VIDEO_DEV && EXPERIMENTAL
  317. ---help---
  318. Say Y here if you want to connect this type of radio to your
  319. computer's USB port. Note that the audio is not digital, and
  320. you must connect the line out connector to a sound card or a
  321. set of speakers.
  322. To compile this driver as a module, choose M here: the
  323. module will be called dsbr100.
  324. source "drivers/media/video/et61x251/Kconfig"
  325. config USB_IBMCAM
  326. tristate "USB IBM (Xirlink) C-it Camera support"
  327. depends on USB && VIDEO_DEV
  328. ---help---
  329. Say Y here if you want to connect a IBM "C-It" camera, also known as
  330. "Xirlink PC Camera" to your computer's USB port. For more
  331. information, read <file:Documentation/usb/ibmcam.txt>.
  332. To compile this driver as a module, choose M here: the
  333. module will be called ibmcam.
  334. This camera has several configuration options which
  335. can be specified when you load the module. Read
  336. <file:Documentation/usb/ibmcam.txt> to learn more.
  337. config USB_KONICAWC
  338. tristate "USB Konica Webcam support"
  339. depends on USB && VIDEO_DEV
  340. ---help---
  341. Say Y here if you want support for webcams based on a Konica
  342. chipset. This is known to work with the Intel YC76 webcam.
  343. To compile this driver as a module, choose M here: the
  344. module will be called konicawc.
  345. config USB_OV511
  346. tristate "USB OV511 Camera support"
  347. depends on USB && VIDEO_DEV
  348. ---help---
  349. Say Y here if you want to connect this type of camera to your
  350. computer's USB port. See <file:Documentation/usb/ov511.txt> for more
  351. information and for a list of supported cameras.
  352. To compile this driver as a module, choose M here: the
  353. module will be called ov511.
  354. config USB_SE401
  355. tristate "USB SE401 Camera support"
  356. depends on USB && VIDEO_DEV
  357. ---help---
  358. Say Y here if you want to connect this type of camera to your
  359. computer's USB port. See <file:Documentation/usb/se401.txt> for more
  360. information and for a list of supported cameras.
  361. To compile this driver as a module, choose M here: the
  362. module will be called se401.
  363. config USB_SN9C102
  364. tristate "USB SN9C10x PC Camera Controller support"
  365. depends on USB && VIDEO_DEV
  366. ---help---
  367. Say Y here if you want support for cameras based on SONiX SN9C101,
  368. SN9C102 or SN9C103 PC Camera Controllers.
  369. See <file:Documentation/usb/sn9c102.txt> for more informations.
  370. To compile this driver as a module, choose M here: the
  371. module will be called sn9c102.
  372. config USB_STV680
  373. tristate "USB STV680 (Pencam) Camera support"
  374. depends on USB && VIDEO_DEV
  375. ---help---
  376. Say Y here if you want to connect this type of camera to your
  377. computer's USB port. This includes the Pencam line of cameras.
  378. See <file:Documentation/usb/stv680.txt> for more information and for
  379. a list of supported cameras.
  380. To compile this driver as a module, choose M here: the
  381. module will be called stv680.
  382. config USB_W9968CF
  383. tristate "USB W996[87]CF JPEG Dual Mode Camera support"
  384. depends on USB && VIDEO_DEV && I2C
  385. select VIDEO_OVCAMCHIP
  386. ---help---
  387. Say Y here if you want support for cameras based on OV681 or
  388. Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
  389. This driver has an optional plugin, which is distributed as a
  390. separate module only (released under GPL). It allows to use higher
  391. resolutions and framerates, but cannot be included in the official
  392. Linux kernel for performance purposes.
  393. See <file:Documentation/usb/w9968cf.txt> for more informations.
  394. To compile this driver as a module, choose M here: the
  395. module will be called w9968cf.
  396. source "drivers/media/video/zc0301/Kconfig"
  397. config USB_PWC
  398. tristate "USB Philips Cameras"
  399. depends on USB && VIDEO_DEV
  400. ---help---
  401. Say Y or M here if you want to use one of these Philips & OEM
  402. webcams:
  403. * Philips PCA645, PCA646
  404. * Philips PCVC675, PCVC680, PCVC690
  405. * Philips PCVC720/40, PCVC730, PCVC740, PCVC750
  406. * Askey VC010
  407. * Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'
  408. and 'Orbit'/'Sphere'
  409. * Samsung MPC-C10, MPC-C30
  410. * Creative Webcam 5, Pro Ex
  411. * SOTEC Afina Eye
  412. * Visionite VCS-UC300, VCS-UM100
  413. The PCA635, PCVC665 and PCVC720/20 are not supported by this driver
  414. and never will be, but the 665 and 720/20 are supported by other
  415. drivers.
  416. See <file:Documentation/usb/philips.txt> for more information and
  417. installation instructions.
  418. The built-in microphone is enabled by selecting USB Audio support.
  419. To compile this driver as a module, choose M here: the
  420. module will be called pwc.
  421. endmenu # V4L USB devices
  422. endmenu