Kconfig 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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_SN9C20X
  112. tristate "SN9C20X USB Camera Driver"
  113. depends on VIDEO_V4L2 && USB_GSPCA
  114. help
  115. Say Y here if you want support for cameras based on the
  116. sn9c20x chips (SN9C201 and SN9C202).
  117. To compile this driver as a module, choose M here: the
  118. module will be called gspca_sn9c20x.
  119. config USB_GSPCA_SN9C20X_EVDEV
  120. bool "Enable evdev support"
  121. depends on USB_GSPCA_SN9C20X && INPUT
  122. ---help---
  123. Say Y here in order to enable evdev support for sn9c20x webcam button.
  124. config USB_GSPCA_SONIXB
  125. tristate "SONIX Bayer USB Camera Driver"
  126. depends on VIDEO_V4L2 && USB_GSPCA
  127. help
  128. Say Y here if you want support for cameras based on the Sonix
  129. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  130. To compile this driver as a module, choose M here: the
  131. module will be called gspca_sonixb.
  132. config USB_GSPCA_SONIXJ
  133. tristate "SONIX JPEG 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 JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  138. To compile this driver as a module, choose M here: the
  139. module will be called gspca_sonixj
  140. config USB_GSPCA_SPCA500
  141. tristate "SPCA500 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 SPCA500 chip.
  145. To compile this driver as a module, choose M here: the
  146. module will be called gspca_spca500.
  147. config USB_GSPCA_SPCA501
  148. tristate "SPCA501 USB Camera Driver"
  149. depends on VIDEO_V4L2 && USB_GSPCA
  150. help
  151. Say Y here if you want support for cameras based on the SPCA501 chip.
  152. To compile this driver as a module, choose M here: the
  153. module will be called gspca_spca501.
  154. config USB_GSPCA_SPCA505
  155. tristate "SPCA505 USB Camera Driver"
  156. depends on VIDEO_V4L2 && USB_GSPCA
  157. help
  158. Say Y here if you want support for cameras based on the SPCA505 chip.
  159. To compile this driver as a module, choose M here: the
  160. module will be called gspca_spca505.
  161. config USB_GSPCA_SPCA506
  162. tristate "SPCA506 USB Camera Driver"
  163. depends on VIDEO_V4L2 && USB_GSPCA
  164. help
  165. Say Y here if you want support for cameras based on the SPCA506 chip.
  166. To compile this driver as a module, choose M here: the
  167. module will be called gspca_spca506.
  168. config USB_GSPCA_SPCA508
  169. tristate "SPCA508 USB Camera Driver"
  170. depends on VIDEO_V4L2 && USB_GSPCA
  171. help
  172. Say Y here if you want support for cameras based on the SPCA508 chip.
  173. To compile this driver as a module, choose M here: the
  174. module will be called gspca_spca508.
  175. config USB_GSPCA_SPCA561
  176. tristate "SPCA561 USB Camera Driver"
  177. depends on VIDEO_V4L2 && USB_GSPCA
  178. help
  179. Say Y here if you want support for cameras based on the SPCA561 chip.
  180. To compile this driver as a module, choose M here: the
  181. module will be called gspca_spca561.
  182. config USB_GSPCA_SQ905
  183. tristate "SQ Technologies SQ905 based USB Camera Driver"
  184. depends on VIDEO_V4L2 && USB_GSPCA
  185. help
  186. Say Y here if you want support for cameras based on the SQ905 chip.
  187. To compile this driver as a module, choose M here: the
  188. module will be called gspca_sq905.
  189. config USB_GSPCA_SQ905C
  190. tristate "SQ Technologies SQ905C based USB Camera Driver"
  191. depends on VIDEO_V4L2 && USB_GSPCA
  192. help
  193. Say Y here if you want support for cameras based on the SQ905C chip.
  194. To compile this driver as a module, choose M here: the
  195. module will be called gspca_sq905c.
  196. config USB_GSPCA_STK014
  197. tristate "Syntek DV4000 (STK014) USB Camera Driver"
  198. depends on VIDEO_V4L2 && USB_GSPCA
  199. help
  200. Say Y here if you want support for cameras based on the STK014 chip.
  201. To compile this driver as a module, choose M here: the
  202. module will be called gspca_stk014.
  203. config USB_GSPCA_STV0680
  204. tristate "STV0680 USB Camera Driver"
  205. depends on VIDEO_V4L2 && USB_GSPCA
  206. help
  207. Say Y here if you want support for cameras based on the STV0680 chip.
  208. To compile this driver as a module, choose M here: the
  209. module will be called gspca_stv0680.
  210. config USB_GSPCA_SUNPLUS
  211. tristate "SUNPLUS USB Camera Driver"
  212. depends on VIDEO_V4L2 && USB_GSPCA
  213. help
  214. Say Y here if you want support for cameras based on the Sunplus
  215. SPCA504(abc) SPCA533 SPCA536 chips.
  216. To compile this driver as a module, choose M here: the
  217. module will be called gspca_sunplus.
  218. config USB_GSPCA_T613
  219. tristate "T613 (JPEG Compliance) 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 T613 chip.
  223. To compile this driver as a module, choose M here: the
  224. module will be called gspca_t613.
  225. config USB_GSPCA_TV8532
  226. tristate "TV8532 USB Camera Driver"
  227. depends on VIDEO_V4L2 && USB_GSPCA
  228. help
  229. Say Y here if you want support for cameras based on the TV8531 chip.
  230. To compile this driver as a module, choose M here: the
  231. module will be called gspca_tv8532.
  232. config USB_GSPCA_VC032X
  233. tristate "VC032X USB Camera Driver"
  234. depends on VIDEO_V4L2 && USB_GSPCA
  235. help
  236. Say Y here if you want support for cameras based on the VC032X chip.
  237. To compile this driver as a module, choose M here: the
  238. module will be called gspca_vc032x.
  239. config USB_GSPCA_ZC3XX
  240. tristate "ZC3XX USB Camera Driver"
  241. depends on VIDEO_V4L2 && USB_GSPCA
  242. help
  243. Say Y here if you want support for cameras based on the ZC3XX chip.
  244. To compile this driver as a module, choose M here: the
  245. module will be called gspca_zc3xx.
  246. endif