Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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_MARS
  62. tristate "Mars USB Camera Driver"
  63. depends on VIDEO_V4L2 && USB_GSPCA
  64. help
  65. Say Y here if you want support for cameras based on the Mars chip.
  66. To compile this driver as a module, choose M here: the
  67. module will be called gspca_mars.
  68. config USB_GSPCA_MR97310A
  69. tristate "Mars-Semi MR97310A USB Camera Driver"
  70. depends on VIDEO_V4L2 && USB_GSPCA
  71. help
  72. Say Y here if you want support for cameras based on the MR97310A chip.
  73. To compile this driver as a module, choose M here: the
  74. module will be called gspca_mr97310a.
  75. config USB_GSPCA_OV519
  76. tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
  77. depends on VIDEO_V4L2 && USB_GSPCA
  78. help
  79. Say Y here if you want support for cameras based on one of these:
  80. OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
  81. To compile this driver as a module, choose M here: the
  82. module will be called gspca_ov519.
  83. config USB_GSPCA_OV534
  84. tristate "OV534 OV772x USB Camera Driver"
  85. depends on VIDEO_V4L2 && USB_GSPCA
  86. help
  87. Say Y here if you want support for cameras based on the OV534 chip
  88. and sensor OV772x (e.g. Sony Playstation EYE)
  89. To compile this driver as a module, choose M here: the
  90. module will be called gspca_ov534.
  91. config USB_GSPCA_OV534_9
  92. tristate "OV534 OV965x USB Camera Driver"
  93. depends on VIDEO_V4L2 && USB_GSPCA
  94. help
  95. Say Y here if you want support for cameras based on the OV534 chip
  96. and sensor OV965x (e.g. Hercules Dualpix)
  97. To compile this driver as a module, choose M here: the
  98. module will be called gspca_ov534_9.
  99. config USB_GSPCA_PAC207
  100. tristate "Pixart PAC207 USB Camera Driver"
  101. depends on VIDEO_V4L2 && USB_GSPCA
  102. help
  103. Say Y here if you want support for cameras based on the PAC207 chip.
  104. To compile this driver as a module, choose M here: the
  105. module will be called gspca_pac207.
  106. config USB_GSPCA_PAC7302
  107. tristate "Pixart PAC7302 USB Camera Driver"
  108. depends on VIDEO_V4L2 && USB_GSPCA
  109. help
  110. Say Y here if you want support for cameras based on the PAC7302 chip.
  111. To compile this driver as a module, choose M here: the
  112. module will be called gspca_pac7302.
  113. config USB_GSPCA_PAC7311
  114. tristate "Pixart PAC7311 USB Camera Driver"
  115. depends on VIDEO_V4L2 && USB_GSPCA
  116. help
  117. Say Y here if you want support for cameras based on the PAC7311 chip.
  118. To compile this driver as a module, choose M here: the
  119. module will be called gspca_pac7311.
  120. config USB_GSPCA_SN9C2028
  121. tristate "SONIX Dual-Mode USB Camera Driver"
  122. depends on VIDEO_V4L2 && USB_GSPCA
  123. help
  124. Say Y here if you want streaming support for Sonix SN9C2028 cameras.
  125. These are supported as stillcams in libgphoto2/camlibs/sonix.
  126. To compile this driver as a module, choose M here: the
  127. module will be called gspca_sn9c2028.
  128. config USB_GSPCA_SN9C20X
  129. tristate "SN9C20X USB Camera Driver"
  130. depends on VIDEO_V4L2 && USB_GSPCA
  131. help
  132. Say Y here if you want support for cameras based on the
  133. sn9c20x chips (SN9C201 and SN9C202).
  134. To compile this driver as a module, choose M here: the
  135. module will be called gspca_sn9c20x.
  136. config USB_GSPCA_SONIXB
  137. tristate "SONIX Bayer USB Camera Driver"
  138. depends on VIDEO_V4L2 && USB_GSPCA
  139. help
  140. Say Y here if you want support for cameras based on the Sonix
  141. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  142. To compile this driver as a module, choose M here: the
  143. module will be called gspca_sonixb.
  144. config USB_GSPCA_SONIXJ
  145. tristate "SONIX JPEG USB Camera Driver"
  146. depends on VIDEO_V4L2 && USB_GSPCA
  147. help
  148. Say Y here if you want support for cameras based on the Sonix
  149. chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  150. To compile this driver as a module, choose M here: the
  151. module will be called gspca_sonixj
  152. config USB_GSPCA_SPCA500
  153. tristate "SPCA500 USB Camera Driver"
  154. depends on VIDEO_V4L2 && USB_GSPCA
  155. help
  156. Say Y here if you want support for cameras based on the SPCA500 chip.
  157. To compile this driver as a module, choose M here: the
  158. module will be called gspca_spca500.
  159. config USB_GSPCA_SPCA501
  160. tristate "SPCA501 USB Camera Driver"
  161. depends on VIDEO_V4L2 && USB_GSPCA
  162. help
  163. Say Y here if you want support for cameras based on the SPCA501 chip.
  164. To compile this driver as a module, choose M here: the
  165. module will be called gspca_spca501.
  166. config USB_GSPCA_SPCA505
  167. tristate "SPCA505 USB Camera Driver"
  168. depends on VIDEO_V4L2 && USB_GSPCA
  169. help
  170. Say Y here if you want support for cameras based on the SPCA505 chip.
  171. To compile this driver as a module, choose M here: the
  172. module will be called gspca_spca505.
  173. config USB_GSPCA_SPCA506
  174. tristate "SPCA506 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 SPCA506 chip.
  178. To compile this driver as a module, choose M here: the
  179. module will be called gspca_spca506.
  180. config USB_GSPCA_SPCA508
  181. tristate "SPCA508 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 SPCA508 chip.
  185. To compile this driver as a module, choose M here: the
  186. module will be called gspca_spca508.
  187. config USB_GSPCA_SPCA561
  188. tristate "SPCA561 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 SPCA561 chip.
  192. To compile this driver as a module, choose M here: the
  193. module will be called gspca_spca561.
  194. config USB_GSPCA_SPCA1528
  195. tristate "SPCA1528 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 SPCA1528 chip.
  199. To compile this driver as a module, choose M here: the
  200. module will be called gspca_spca1528.
  201. config USB_GSPCA_SQ905
  202. tristate "SQ Technologies SQ905 based 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 SQ905 chip.
  206. To compile this driver as a module, choose M here: the
  207. module will be called gspca_sq905.
  208. config USB_GSPCA_SQ905C
  209. tristate "SQ Technologies SQ905C based 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 SQ905C chip.
  213. To compile this driver as a module, choose M here: the
  214. module will be called gspca_sq905c.
  215. config USB_GSPCA_SQ930X
  216. tristate "SQ Technologies SQ930X based 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 SQ930X chip.
  220. To compile this driver as a module, choose M here: the
  221. module will be called gspca_sq930x.
  222. config USB_GSPCA_STK014
  223. tristate "Syntek DV4000 (STK014) 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 STK014 chip.
  227. To compile this driver as a module, choose M here: the
  228. module will be called gspca_stk014.
  229. config USB_GSPCA_STV0680
  230. tristate "STV0680 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 STV0680 chip.
  234. To compile this driver as a module, choose M here: the
  235. module will be called gspca_stv0680.
  236. config USB_GSPCA_SUNPLUS
  237. tristate "SUNPLUS 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 Sunplus
  241. SPCA504(abc) SPCA533 SPCA536 chips.
  242. To compile this driver as a module, choose M here: the
  243. module will be called gspca_sunplus.
  244. config USB_GSPCA_T613
  245. tristate "T613 (JPEG Compliance) USB Camera Driver"
  246. depends on VIDEO_V4L2 && USB_GSPCA
  247. help
  248. Say Y here if you want support for cameras based on the T613 chip.
  249. To compile this driver as a module, choose M here: the
  250. module will be called gspca_t613.
  251. config USB_GSPCA_TV8532
  252. tristate "TV8532 USB Camera Driver"
  253. depends on VIDEO_V4L2 && USB_GSPCA
  254. help
  255. Say Y here if you want support for cameras based on the TV8531 chip.
  256. To compile this driver as a module, choose M here: the
  257. module will be called gspca_tv8532.
  258. config USB_GSPCA_VC032X
  259. tristate "VC032X USB Camera Driver"
  260. depends on VIDEO_V4L2 && USB_GSPCA
  261. help
  262. Say Y here if you want support for cameras based on the VC032X chip.
  263. To compile this driver as a module, choose M here: the
  264. module will be called gspca_vc032x.
  265. config USB_GSPCA_ZC3XX
  266. tristate "ZC3XX 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 ZC3XX chip.
  270. To compile this driver as a module, choose M here: the
  271. module will be called gspca_zc3xx.
  272. endif