Kconfig 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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_CONEX
  18. tristate "Conexant Camera Driver"
  19. depends on VIDEO_V4L2 && USB_GSPCA
  20. help
  21. Say Y here if you want support for cameras based on the Conexant chip.
  22. To compile this driver as a module, choose M here: the
  23. module will be called gspca_conex.
  24. config USB_GSPCA_ETOMS
  25. tristate "Etoms USB Camera Driver"
  26. depends on VIDEO_V4L2 && USB_GSPCA
  27. help
  28. Say Y here if you want support for cameras based on the Etoms chip.
  29. To compile this driver as a module, choose M here: the
  30. module will be called gspca_etoms.
  31. config USB_GSPCA_FINEPIX
  32. tristate "Fujifilm FinePix USB V4L2 driver"
  33. depends on VIDEO_V4L2 && USB_GSPCA
  34. help
  35. Say Y here if you want support for cameras based on the FinePix chip.
  36. To compile this driver as a module, choose M here: the
  37. module will be called gspca_finepix.
  38. config USB_GSPCA_JEILINJ
  39. tristate "Jeilin JPEG USB V4L2 driver"
  40. depends on VIDEO_V4L2 && USB_GSPCA
  41. help
  42. Say Y here if you want support for cameras based on this Jeilin chip.
  43. To compile this driver as a module, choose M here: the
  44. module will be called gspca_jeilinj.
  45. config USB_GSPCA_MARS
  46. tristate "Mars USB Camera Driver"
  47. depends on VIDEO_V4L2 && USB_GSPCA
  48. help
  49. Say Y here if you want support for cameras based on the Mars chip.
  50. To compile this driver as a module, choose M here: the
  51. module will be called gspca_mars.
  52. config USB_GSPCA_MR97310A
  53. tristate "Mars-Semi MR97310A 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 MR97310A chip.
  57. To compile this driver as a module, choose M here: the
  58. module will be called gspca_mr97310a.
  59. config USB_GSPCA_OV519
  60. tristate "OV519 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 OV519 chip.
  64. To compile this driver as a module, choose M here: the
  65. module will be called gspca_ov519.
  66. config USB_GSPCA_OV534
  67. tristate "OV534 USB Camera Driver"
  68. depends on VIDEO_V4L2 && USB_GSPCA
  69. help
  70. Say Y here if you want support for cameras based on the OV534 chip.
  71. (e.g. Sony Playstation EYE)
  72. To compile this driver as a module, choose M here: the
  73. module will be called gspca_ov534.
  74. config USB_GSPCA_PAC207
  75. tristate "Pixart PAC207 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 PAC207 chip.
  79. To compile this driver as a module, choose M here: the
  80. module will be called gspca_pac207.
  81. config USB_GSPCA_PAC7311
  82. tristate "Pixart PAC7311 USB Camera Driver"
  83. depends on VIDEO_V4L2 && USB_GSPCA
  84. help
  85. Say Y here if you want support for cameras based on the PAC7311 chip.
  86. To compile this driver as a module, choose M here: the
  87. module will be called gspca_pac7311.
  88. config USB_GSPCA_SN9C20X
  89. tristate "SN9C20X USB Camera Driver"
  90. depends on VIDEO_V4L2 && USB_GSPCA
  91. help
  92. Say Y here if you want support for cameras based on the
  93. sn9c20x chips (SN9C201 and SN9C202).
  94. To compile this driver as a module, choose M here: the
  95. module will be called gspca_sn9c20x.
  96. config USB_GSPCA_SN9C20X_EVDEV
  97. bool "Enable evdev support"
  98. depends on USB_GSPCA_SN9C20X && INPUT
  99. ---help---
  100. Say Y here in order to enable evdev support for sn9c20x webcam button.
  101. config USB_GSPCA_SONIXB
  102. tristate "SONIX Bayer USB Camera Driver"
  103. depends on VIDEO_V4L2 && USB_GSPCA
  104. help
  105. Say Y here if you want support for cameras based on the Sonix
  106. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  107. To compile this driver as a module, choose M here: the
  108. module will be called gspca_sonixb.
  109. config USB_GSPCA_SONIXJ
  110. tristate "SONIX JPEG USB Camera Driver"
  111. depends on VIDEO_V4L2 && USB_GSPCA
  112. help
  113. Say Y here if you want support for cameras based on the Sonix
  114. chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  115. To compile this driver as a module, choose M here: the
  116. module will be called gspca_sonixj
  117. config USB_GSPCA_SPCA500
  118. tristate "SPCA500 USB Camera Driver"
  119. depends on VIDEO_V4L2 && USB_GSPCA
  120. help
  121. Say Y here if you want support for cameras based on the SPCA500 chip.
  122. To compile this driver as a module, choose M here: the
  123. module will be called gspca_spca500.
  124. config USB_GSPCA_SPCA501
  125. tristate "SPCA501 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 SPCA501 chip.
  129. To compile this driver as a module, choose M here: the
  130. module will be called gspca_spca501.
  131. config USB_GSPCA_SPCA505
  132. tristate "SPCA505 USB Camera Driver"
  133. depends on VIDEO_V4L2 && USB_GSPCA
  134. help
  135. Say Y here if you want support for cameras based on the SPCA505 chip.
  136. To compile this driver as a module, choose M here: the
  137. module will be called gspca_spca505.
  138. config USB_GSPCA_SPCA506
  139. tristate "SPCA506 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 SPCA506 chip.
  143. To compile this driver as a module, choose M here: the
  144. module will be called gspca_spca506.
  145. config USB_GSPCA_SPCA508
  146. tristate "SPCA508 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 SPCA508 chip.
  150. To compile this driver as a module, choose M here: the
  151. module will be called gspca_spca508.
  152. config USB_GSPCA_SPCA561
  153. tristate "SPCA561 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 SPCA561 chip.
  157. To compile this driver as a module, choose M here: the
  158. module will be called gspca_spca561.
  159. config USB_GSPCA_SQ905
  160. tristate "SQ Technologies SQ905 based 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 SQ905 chip.
  164. To compile this driver as a module, choose M here: the
  165. module will be called gspca_sq905.
  166. config USB_GSPCA_SQ905C
  167. tristate "SQ Technologies SQ905C based 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 SQ905C chip.
  171. To compile this driver as a module, choose M here: the
  172. module will be called gspca_sq905c.
  173. config USB_GSPCA_STK014
  174. tristate "Syntek DV4000 (STK014) 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 STK014 chip.
  178. To compile this driver as a module, choose M here: the
  179. module will be called gspca_stk014.
  180. config USB_GSPCA_SUNPLUS
  181. tristate "SUNPLUS 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 Sunplus
  185. SPCA504(abc) SPCA533 SPCA536 chips.
  186. To compile this driver as a module, choose M here: the
  187. module will be called gspca_sunplus.
  188. config USB_GSPCA_T613
  189. tristate "T613 (JPEG Compliance) USB Camera Driver"
  190. depends on VIDEO_V4L2 && USB_GSPCA
  191. help
  192. Say Y here if you want support for cameras based on the T613 chip.
  193. To compile this driver as a module, choose M here: the
  194. module will be called gspca_t613.
  195. config USB_GSPCA_TV8532
  196. tristate "TV8532 USB Camera Driver"
  197. depends on VIDEO_V4L2 && USB_GSPCA
  198. help
  199. Say Y here if you want support for cameras based on the TV8531 chip.
  200. To compile this driver as a module, choose M here: the
  201. module will be called gspca_tv8532.
  202. config USB_GSPCA_VC032X
  203. tristate "VC032X USB Camera Driver"
  204. depends on VIDEO_V4L2 && USB_GSPCA
  205. help
  206. Say Y here if you want support for cameras based on the VC032X chip.
  207. To compile this driver as a module, choose M here: the
  208. module will be called gspca_vc032x.
  209. config USB_GSPCA_ZC3XX
  210. tristate "ZC3XX USB Camera Driver"
  211. depends on VIDEO_V4L2 && USB_GSPCA
  212. help
  213. Say Y here if you want support for cameras based on the ZC3XX chip.
  214. To compile this driver as a module, choose M here: the
  215. module will be called gspca_zc3xx.
  216. endif