Kconfig 14 KB

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