Kconfig 14 KB

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