Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. menuconfig USB_GSPCA
  2. tristate "GSPCA based webcams"
  3. depends on VIDEO_V4L2
  4. default m
  5. ---help---
  6. Say Y here if you want to enable selecting webcams based
  7. on the GSPCA framework.
  8. See <file:Documentation/video4linux/gspca.txt> for more info.
  9. This driver uses the Video For Linux API. You must say Y or M to
  10. "Video For Linux" to use this driver.
  11. To compile this driver as modules, choose M here: the
  12. module will be called gspca_main.
  13. if USB_GSPCA && VIDEO_V4L2
  14. source "drivers/media/video/gspca/m5602/Kconfig"
  15. source "drivers/media/video/gspca/stv06xx/Kconfig"
  16. source "drivers/media/video/gspca/gl860/Kconfig"
  17. config USB_GSPCA_BENQ
  18. tristate "Benq USB Camera Driver"
  19. depends on VIDEO_V4L2 && USB_GSPCA
  20. help
  21. Say Y here if you want support for the Benq DC E300 camera.
  22. To compile this driver as a module, choose M here: the
  23. module will be called gspca_benq.
  24. config USB_GSPCA_CONEX
  25. tristate "Conexant Camera Driver"
  26. depends on VIDEO_V4L2 && USB_GSPCA
  27. help
  28. Say Y here if you want support for cameras based on the Conexant chip.
  29. To compile this driver as a module, choose M here: the
  30. module will be called gspca_conex.
  31. config USB_GSPCA_CPIA1
  32. tristate "cpia CPiA (version 1) Camera Driver"
  33. depends on VIDEO_V4L2 && USB_GSPCA
  34. help
  35. Say Y here if you want support for USB cameras based on the cpia
  36. CPiA chip. Note that you need atleast version 0.6.4 of libv4l for
  37. applications to understand the videoformat generated by this driver.
  38. To compile this driver as a module, choose M here: the
  39. module will be called gspca_cpia1.
  40. config USB_GSPCA_ETOMS
  41. tristate "Etoms USB Camera Driver"
  42. depends on VIDEO_V4L2 && USB_GSPCA
  43. help
  44. Say Y here if you want support for cameras based on the Etoms chip.
  45. To compile this driver as a module, choose M here: the
  46. module will be called gspca_etoms.
  47. config USB_GSPCA_FINEPIX
  48. tristate "Fujifilm FinePix USB V4L2 driver"
  49. depends on VIDEO_V4L2 && USB_GSPCA
  50. help
  51. Say Y here if you want support for cameras based on the FinePix chip.
  52. To compile this driver as a module, choose M here: the
  53. module will be called gspca_finepix.
  54. config USB_GSPCA_JEILINJ
  55. tristate "Jeilin JPEG USB V4L2 driver"
  56. depends on VIDEO_V4L2 && USB_GSPCA
  57. help
  58. Say Y here if you want support for cameras based on this Jeilin chip.
  59. To compile this driver as a module, choose M here: the
  60. module will be called gspca_jeilinj.
  61. config USB_GSPCA_KINECT
  62. tristate "Kinect sensor device USB Camera Driver"
  63. depends on VIDEO_V4L2 && USB_GSPCA
  64. help
  65. Say Y here if you want support for the Microsoft Kinect sensor device.
  66. To compile this driver as a module, choose M here: the
  67. module will be called gspca_kinect.
  68. config USB_GSPCA_KONICA
  69. tristate "Konica USB Camera V4L2 driver"
  70. depends on VIDEO_V4L2 && USB_GSPCA
  71. help
  72. Say Y here if you want support for cameras based on the Konica chip.
  73. To compile this driver as a module, choose M here: the
  74. module will be called gspca_konica.
  75. config USB_GSPCA_MARS
  76. tristate "Mars USB Camera Driver"
  77. depends on VIDEO_V4L2 && USB_GSPCA
  78. help
  79. Say Y here if you want support for cameras based on the Mars chip.
  80. To compile this driver as a module, choose M here: the
  81. module will be called gspca_mars.
  82. config USB_GSPCA_MR97310A
  83. tristate "Mars-Semi MR97310A USB Camera Driver"
  84. depends on VIDEO_V4L2 && USB_GSPCA
  85. help
  86. Say Y here if you want support for cameras based on the MR97310A chip.
  87. To compile this driver as a module, choose M here: the
  88. module will be called gspca_mr97310a.
  89. config USB_GSPCA_NW80X
  90. tristate "Divio based (NW80x) USB Camera Driver"
  91. depends on VIDEO_V4L2 && USB_GSPCA
  92. help
  93. Say Y here if you want support for cameras based on the NW80x chips.
  94. To compile this driver as a module, choose M here: the
  95. module will be called gspca_nw80x.
  96. config USB_GSPCA_OV519
  97. tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
  98. depends on VIDEO_V4L2 && USB_GSPCA
  99. help
  100. Say Y here if you want support for cameras based on one of these:
  101. OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
  102. To compile this driver as a module, choose M here: the
  103. module will be called gspca_ov519.
  104. config USB_GSPCA_OV534
  105. tristate "OV534 OV772x USB Camera Driver"
  106. depends on VIDEO_V4L2 && USB_GSPCA
  107. help
  108. Say Y here if you want support for cameras based on the OV534 chip
  109. and sensor OV772x (e.g. Sony Playstation EYE)
  110. To compile this driver as a module, choose M here: the
  111. module will be called gspca_ov534.
  112. config USB_GSPCA_OV534_9
  113. tristate "OV534 OV965x USB Camera Driver"
  114. depends on VIDEO_V4L2 && USB_GSPCA
  115. help
  116. Say Y here if you want support for cameras based on the OV534 chip
  117. and sensor OV965x (e.g. Hercules Dualpix)
  118. To compile this driver as a module, choose M here: the
  119. module will be called gspca_ov534_9.
  120. config USB_GSPCA_PAC207
  121. tristate "Pixart PAC207 USB Camera Driver"
  122. depends on VIDEO_V4L2 && USB_GSPCA
  123. help
  124. Say Y here if you want support for cameras based on the PAC207 chip.
  125. To compile this driver as a module, choose M here: the
  126. module will be called gspca_pac207.
  127. config USB_GSPCA_PAC7302
  128. tristate "Pixart PAC7302 USB Camera Driver"
  129. depends on VIDEO_V4L2 && USB_GSPCA
  130. help
  131. Say Y here if you want support for cameras based on the PAC7302 chip.
  132. To compile this driver as a module, choose M here: the
  133. module will be called gspca_pac7302.
  134. config USB_GSPCA_PAC7311
  135. tristate "Pixart PAC7311 USB Camera Driver"
  136. depends on VIDEO_V4L2 && USB_GSPCA
  137. help
  138. Say Y here if you want support for cameras based on the PAC7311 chip.
  139. To compile this driver as a module, choose M here: the
  140. module will be called gspca_pac7311.
  141. config USB_GSPCA_SN9C2028
  142. tristate "SONIX Dual-Mode USB Camera Driver"
  143. depends on VIDEO_V4L2 && USB_GSPCA
  144. help
  145. Say Y here if you want streaming support for Sonix SN9C2028 cameras.
  146. These are supported as stillcams in libgphoto2/camlibs/sonix.
  147. To compile this driver as a module, choose M here: the
  148. module will be called gspca_sn9c2028.
  149. config USB_GSPCA_SN9C20X
  150. tristate "SN9C20X USB Camera Driver"
  151. depends on VIDEO_V4L2 && USB_GSPCA
  152. help
  153. Say Y here if you want support for cameras based on the
  154. sn9c20x chips (SN9C201 and SN9C202).
  155. To compile this driver as a module, choose M here: the
  156. module will be called gspca_sn9c20x.
  157. config USB_GSPCA_SONIXB
  158. tristate "SONIX Bayer USB Camera Driver"
  159. depends on VIDEO_V4L2 && USB_GSPCA
  160. help
  161. Say Y here if you want support for cameras based on the Sonix
  162. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  163. To compile this driver as a module, choose M here: the
  164. module will be called gspca_sonixb.
  165. config USB_GSPCA_SONIXJ
  166. tristate "SONIX JPEG USB Camera Driver"
  167. depends on VIDEO_V4L2 && USB_GSPCA
  168. help
  169. Say Y here if you want support for cameras based on the Sonix
  170. chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  171. To compile this driver as a module, choose M here: the
  172. module will be called gspca_sonixj
  173. config USB_GSPCA_SPCA500
  174. tristate "SPCA500 USB Camera Driver"
  175. depends on VIDEO_V4L2 && USB_GSPCA
  176. help
  177. Say Y here if you want support for cameras based on the SPCA500 chip.
  178. To compile this driver as a module, choose M here: the
  179. module will be called gspca_spca500.
  180. config USB_GSPCA_SPCA501
  181. tristate "SPCA501 USB Camera Driver"
  182. depends on VIDEO_V4L2 && USB_GSPCA
  183. help
  184. Say Y here if you want support for cameras based on the SPCA501 chip.
  185. To compile this driver as a module, choose M here: the
  186. module will be called gspca_spca501.
  187. config USB_GSPCA_SPCA505
  188. tristate "SPCA505 USB Camera Driver"
  189. depends on VIDEO_V4L2 && USB_GSPCA
  190. help
  191. Say Y here if you want support for cameras based on the SPCA505 chip.
  192. To compile this driver as a module, choose M here: the
  193. module will be called gspca_spca505.
  194. config USB_GSPCA_SPCA506
  195. tristate "SPCA506 USB Camera Driver"
  196. depends on VIDEO_V4L2 && USB_GSPCA
  197. help
  198. Say Y here if you want support for cameras based on the SPCA506 chip.
  199. To compile this driver as a module, choose M here: the
  200. module will be called gspca_spca506.
  201. config USB_GSPCA_SPCA508
  202. tristate "SPCA508 USB Camera Driver"
  203. depends on VIDEO_V4L2 && USB_GSPCA
  204. help
  205. Say Y here if you want support for cameras based on the SPCA508 chip.
  206. To compile this driver as a module, choose M here: the
  207. module will be called gspca_spca508.
  208. config USB_GSPCA_SPCA561
  209. tristate "SPCA561 USB Camera Driver"
  210. depends on VIDEO_V4L2 && USB_GSPCA
  211. help
  212. Say Y here if you want support for cameras based on the SPCA561 chip.
  213. To compile this driver as a module, choose M here: the
  214. module will be called gspca_spca561.
  215. config USB_GSPCA_SPCA1528
  216. tristate "SPCA1528 USB Camera Driver"
  217. depends on VIDEO_V4L2 && USB_GSPCA
  218. help
  219. Say Y here if you want support for cameras based on the SPCA1528 chip.
  220. To compile this driver as a module, choose M here: the
  221. module will be called gspca_spca1528.
  222. config USB_GSPCA_SQ905
  223. tristate "SQ Technologies SQ905 based USB Camera Driver"
  224. depends on VIDEO_V4L2 && USB_GSPCA
  225. help
  226. Say Y here if you want support for cameras based on the SQ905 chip.
  227. To compile this driver as a module, choose M here: the
  228. module will be called gspca_sq905.
  229. config USB_GSPCA_SQ905C
  230. tristate "SQ Technologies SQ905C based USB Camera Driver"
  231. depends on VIDEO_V4L2 && USB_GSPCA
  232. help
  233. Say Y here if you want support for cameras based on the SQ905C chip.
  234. To compile this driver as a module, choose M here: the
  235. module will be called gspca_sq905c.
  236. config USB_GSPCA_SQ930X
  237. tristate "SQ Technologies SQ930X based USB Camera Driver"
  238. depends on VIDEO_V4L2 && USB_GSPCA
  239. help
  240. Say Y here if you want support for cameras based on the SQ930X chip.
  241. To compile this driver as a module, choose M here: the
  242. module will be called gspca_sq930x.
  243. config USB_GSPCA_STK014
  244. tristate "Syntek DV4000 (STK014) USB Camera Driver"
  245. depends on VIDEO_V4L2 && USB_GSPCA
  246. help
  247. Say Y here if you want support for cameras based on the STK014 chip.
  248. To compile this driver as a module, choose M here: the
  249. module will be called gspca_stk014.
  250. config USB_GSPCA_STV0680
  251. tristate "STV0680 USB Camera Driver"
  252. depends on VIDEO_V4L2 && USB_GSPCA
  253. help
  254. Say Y here if you want support for cameras based on the STV0680 chip.
  255. To compile this driver as a module, choose M here: the
  256. module will be called gspca_stv0680.
  257. config USB_GSPCA_SUNPLUS
  258. tristate "SUNPLUS USB Camera Driver"
  259. depends on VIDEO_V4L2 && USB_GSPCA
  260. help
  261. Say Y here if you want support for cameras based on the Sunplus
  262. SPCA504(abc) SPCA533 SPCA536 chips.
  263. To compile this driver as a module, choose M here: the
  264. module will be called gspca_sunplus.
  265. config USB_GSPCA_T613
  266. tristate "T613 (JPEG Compliance) USB Camera Driver"
  267. depends on VIDEO_V4L2 && USB_GSPCA
  268. help
  269. Say Y here if you want support for cameras based on the T613 chip.
  270. To compile this driver as a module, choose M here: the
  271. module will be called gspca_t613.
  272. config USB_GSPCA_TV8532
  273. tristate "TV8532 USB Camera Driver"
  274. depends on VIDEO_V4L2 && USB_GSPCA
  275. help
  276. Say Y here if you want support for cameras based on the TV8531 chip.
  277. To compile this driver as a module, choose M here: the
  278. module will be called gspca_tv8532.
  279. config USB_GSPCA_VC032X
  280. tristate "VC032X USB Camera Driver"
  281. depends on VIDEO_V4L2 && USB_GSPCA
  282. help
  283. Say Y here if you want support for cameras based on the VC032X chip.
  284. To compile this driver as a module, choose M here: the
  285. module will be called gspca_vc032x.
  286. config USB_GSPCA_VICAM
  287. tristate "ViCam USB Camera Driver"
  288. depends on VIDEO_V4L2 && USB_GSPCA
  289. help
  290. Say Y here if you want support for the 3com homeconnect camera
  291. (vicam).
  292. To compile this driver as a module, choose M here: the
  293. module will be called gspca_vicam.
  294. config USB_GSPCA_XIRLINK_CIT
  295. tristate "Xirlink C-It USB Camera Driver"
  296. depends on VIDEO_V4L2 && USB_GSPCA
  297. help
  298. Say Y here if you want support for Xirlink C-It bases cameras.
  299. To compile this driver as a module, choose M here: the
  300. module will be called gspca_xirlink_cit.
  301. config USB_GSPCA_ZC3XX
  302. tristate "ZC3XX USB Camera Driver"
  303. depends on VIDEO_V4L2 && USB_GSPCA
  304. help
  305. Say Y here if you want support for cameras based on the ZC3XX chip.
  306. To compile this driver as a module, choose M here: the
  307. module will be called gspca_zc3xx.
  308. endif