Kconfig 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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_ETOMS
  32. tristate "Etoms USB Camera Driver"
  33. depends on VIDEO_V4L2 && USB_GSPCA
  34. help
  35. Say Y here if you want support for cameras based on the Etoms chip.
  36. To compile this driver as a module, choose M here: the
  37. module will be called gspca_etoms.
  38. config USB_GSPCA_FINEPIX
  39. tristate "Fujifilm FinePix USB V4L2 driver"
  40. depends on VIDEO_V4L2 && USB_GSPCA
  41. help
  42. Say Y here if you want support for cameras based on the FinePix chip.
  43. To compile this driver as a module, choose M here: the
  44. module will be called gspca_finepix.
  45. config USB_GSPCA_JEILINJ
  46. tristate "Jeilin JPEG USB V4L2 driver"
  47. depends on VIDEO_V4L2 && USB_GSPCA
  48. help
  49. Say Y here if you want support for cameras based on this Jeilin chip.
  50. To compile this driver as a module, choose M here: the
  51. module will be called gspca_jeilinj.
  52. config USB_GSPCA_MARS
  53. tristate "Mars USB Camera Driver"
  54. depends on VIDEO_V4L2 && USB_GSPCA
  55. help
  56. Say Y here if you want support for cameras based on the Mars chip.
  57. To compile this driver as a module, choose M here: the
  58. module will be called gspca_mars.
  59. config USB_GSPCA_MR97310A
  60. tristate "Mars-Semi MR97310A USB Camera Driver"
  61. depends on VIDEO_V4L2 && USB_GSPCA
  62. help
  63. Say Y here if you want support for cameras based on the MR97310A chip.
  64. To compile this driver as a module, choose M here: the
  65. module will be called gspca_mr97310a.
  66. config USB_GSPCA_OV519
  67. tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
  68. depends on VIDEO_V4L2 && USB_GSPCA
  69. help
  70. Say Y here if you want support for cameras based on one of these:
  71. OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
  72. To compile this driver as a module, choose M here: the
  73. module will be called gspca_ov519.
  74. config USB_GSPCA_OV534
  75. tristate "OV534 OV772x USB Camera Driver"
  76. depends on VIDEO_V4L2 && USB_GSPCA
  77. help
  78. Say Y here if you want support for cameras based on the OV534 chip
  79. and sensor OV772x (e.g. Sony Playstation EYE)
  80. To compile this driver as a module, choose M here: the
  81. module will be called gspca_ov534.
  82. config USB_GSPCA_OV534_9
  83. tristate "OV534 OV965x 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 OV534 chip
  87. and sensor OV965x (e.g. Hercules Dualpix)
  88. To compile this driver as a module, choose M here: the
  89. module will be called gspca_ov534_9.
  90. config USB_GSPCA_PAC207
  91. tristate "Pixart PAC207 USB Camera Driver"
  92. depends on VIDEO_V4L2 && USB_GSPCA
  93. help
  94. Say Y here if you want support for cameras based on the PAC207 chip.
  95. To compile this driver as a module, choose M here: the
  96. module will be called gspca_pac207.
  97. config USB_GSPCA_PAC7302
  98. tristate "Pixart PAC7302 USB Camera Driver"
  99. depends on VIDEO_V4L2 && USB_GSPCA
  100. help
  101. Say Y here if you want support for cameras based on the PAC7302 chip.
  102. To compile this driver as a module, choose M here: the
  103. module will be called gspca_pac7302.
  104. config USB_GSPCA_PAC7311
  105. tristate "Pixart PAC7311 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 PAC7311 chip.
  109. To compile this driver as a module, choose M here: the
  110. module will be called gspca_pac7311.
  111. config USB_GSPCA_SN9C2028
  112. tristate "SONIX Dual-Mode USB Camera Driver"
  113. depends on VIDEO_V4L2 && USB_GSPCA
  114. help
  115. Say Y here if you want streaming support for Sonix SN9C2028 cameras.
  116. These are supported as stillcams in libgphoto2/camlibs/sonix.
  117. To compile this driver as a module, choose M here: the
  118. module will be called gspca_sn9c2028.
  119. config USB_GSPCA_SN9C20X
  120. tristate "SN9C20X USB Camera Driver"
  121. depends on VIDEO_V4L2 && USB_GSPCA
  122. help
  123. Say Y here if you want support for cameras based on the
  124. sn9c20x chips (SN9C201 and SN9C202).
  125. To compile this driver as a module, choose M here: the
  126. module will be called gspca_sn9c20x.
  127. config USB_GSPCA_SN9C20X_EVDEV
  128. bool "Enable evdev support"
  129. depends on USB_GSPCA_SN9C20X && INPUT
  130. ---help---
  131. Say Y here in order to enable evdev support for sn9c20x webcam button.
  132. config USB_GSPCA_SONIXB
  133. tristate "SONIX Bayer USB Camera Driver"
  134. depends on VIDEO_V4L2 && USB_GSPCA
  135. help
  136. Say Y here if you want support for cameras based on the Sonix
  137. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  138. To compile this driver as a module, choose M here: the
  139. module will be called gspca_sonixb.
  140. config USB_GSPCA_SONIXJ
  141. tristate "SONIX JPEG USB Camera Driver"
  142. depends on VIDEO_V4L2 && USB_GSPCA
  143. help
  144. Say Y here if you want support for cameras based on the Sonix
  145. chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  146. To compile this driver as a module, choose M here: the
  147. module will be called gspca_sonixj
  148. config USB_GSPCA_SPCA500
  149. tristate "SPCA500 USB Camera Driver"
  150. depends on VIDEO_V4L2 && USB_GSPCA
  151. help
  152. Say Y here if you want support for cameras based on the SPCA500 chip.
  153. To compile this driver as a module, choose M here: the
  154. module will be called gspca_spca500.
  155. config USB_GSPCA_SPCA501
  156. tristate "SPCA501 USB Camera Driver"
  157. depends on VIDEO_V4L2 && USB_GSPCA
  158. help
  159. Say Y here if you want support for cameras based on the SPCA501 chip.
  160. To compile this driver as a module, choose M here: the
  161. module will be called gspca_spca501.
  162. config USB_GSPCA_SPCA505
  163. tristate "SPCA505 USB Camera Driver"
  164. depends on VIDEO_V4L2 && USB_GSPCA
  165. help
  166. Say Y here if you want support for cameras based on the SPCA505 chip.
  167. To compile this driver as a module, choose M here: the
  168. module will be called gspca_spca505.
  169. config USB_GSPCA_SPCA506
  170. tristate "SPCA506 USB Camera Driver"
  171. depends on VIDEO_V4L2 && USB_GSPCA
  172. help
  173. Say Y here if you want support for cameras based on the SPCA506 chip.
  174. To compile this driver as a module, choose M here: the
  175. module will be called gspca_spca506.
  176. config USB_GSPCA_SPCA508
  177. tristate "SPCA508 USB Camera Driver"
  178. depends on VIDEO_V4L2 && USB_GSPCA
  179. help
  180. Say Y here if you want support for cameras based on the SPCA508 chip.
  181. To compile this driver as a module, choose M here: the
  182. module will be called gspca_spca508.
  183. config USB_GSPCA_SPCA561
  184. tristate "SPCA561 USB Camera Driver"
  185. depends on VIDEO_V4L2 && USB_GSPCA
  186. help
  187. Say Y here if you want support for cameras based on the SPCA561 chip.
  188. To compile this driver as a module, choose M here: the
  189. module will be called gspca_spca561.
  190. config USB_GSPCA_SQ905
  191. tristate "SQ Technologies SQ905 based USB Camera Driver"
  192. depends on VIDEO_V4L2 && USB_GSPCA
  193. help
  194. Say Y here if you want support for cameras based on the SQ905 chip.
  195. To compile this driver as a module, choose M here: the
  196. module will be called gspca_sq905.
  197. config USB_GSPCA_SQ905C
  198. tristate "SQ Technologies SQ905C based USB Camera Driver"
  199. depends on VIDEO_V4L2 && USB_GSPCA
  200. help
  201. Say Y here if you want support for cameras based on the SQ905C chip.
  202. To compile this driver as a module, choose M here: the
  203. module will be called gspca_sq905c.
  204. config USB_GSPCA_STK014
  205. tristate "Syntek DV4000 (STK014) USB Camera Driver"
  206. depends on VIDEO_V4L2 && USB_GSPCA
  207. help
  208. Say Y here if you want support for cameras based on the STK014 chip.
  209. To compile this driver as a module, choose M here: the
  210. module will be called gspca_stk014.
  211. config USB_GSPCA_STV0680
  212. tristate "STV0680 USB Camera Driver"
  213. depends on VIDEO_V4L2 && USB_GSPCA
  214. help
  215. Say Y here if you want support for cameras based on the STV0680 chip.
  216. To compile this driver as a module, choose M here: the
  217. module will be called gspca_stv0680.
  218. config USB_GSPCA_SUNPLUS
  219. tristate "SUNPLUS USB Camera Driver"
  220. depends on VIDEO_V4L2 && USB_GSPCA
  221. help
  222. Say Y here if you want support for cameras based on the Sunplus
  223. SPCA504(abc) SPCA533 SPCA536 chips.
  224. To compile this driver as a module, choose M here: the
  225. module will be called gspca_sunplus.
  226. config USB_GSPCA_T613
  227. tristate "T613 (JPEG Compliance) USB Camera Driver"
  228. depends on VIDEO_V4L2 && USB_GSPCA
  229. help
  230. Say Y here if you want support for cameras based on the T613 chip.
  231. To compile this driver as a module, choose M here: the
  232. module will be called gspca_t613.
  233. config USB_GSPCA_TV8532
  234. tristate "TV8532 USB Camera Driver"
  235. depends on VIDEO_V4L2 && USB_GSPCA
  236. help
  237. Say Y here if you want support for cameras based on the TV8531 chip.
  238. To compile this driver as a module, choose M here: the
  239. module will be called gspca_tv8532.
  240. config USB_GSPCA_VC032X
  241. tristate "VC032X USB Camera Driver"
  242. depends on VIDEO_V4L2 && USB_GSPCA
  243. help
  244. Say Y here if you want support for cameras based on the VC032X chip.
  245. To compile this driver as a module, choose M here: the
  246. module will be called gspca_vc032x.
  247. config USB_GSPCA_ZC3XX
  248. tristate "ZC3XX USB Camera Driver"
  249. depends on VIDEO_V4L2 && USB_GSPCA
  250. help
  251. Say Y here if you want support for cameras based on the ZC3XX chip.
  252. To compile this driver as a module, choose M here: the
  253. module will be called gspca_zc3xx.
  254. endif