Kconfig 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. config USB_GSPCA_CONEX
  17. tristate "Conexant Camera Driver"
  18. depends on VIDEO_V4L2 && USB_GSPCA
  19. help
  20. Say Y here if you want support for cameras based on the Conexant chip.
  21. To compile this driver as a module, choose M here: the
  22. module will be called gspca_conex.
  23. config USB_GSPCA_ETOMS
  24. tristate "Etoms USB Camera Driver"
  25. depends on VIDEO_V4L2 && USB_GSPCA
  26. help
  27. Say Y here if you want support for cameras based on the Etoms chip.
  28. To compile this driver as a module, choose M here: the
  29. module will be called gspca_etoms.
  30. config USB_GSPCA_FINEPIX
  31. tristate "Fujifilm FinePix USB V4L2 driver"
  32. depends on VIDEO_V4L2 && USB_GSPCA
  33. help
  34. Say Y here if you want support for cameras based on the FinePix chip.
  35. To compile this driver as a module, choose M here: the
  36. module will be called gspca_finepix.
  37. config USB_GSPCA_MARS
  38. tristate "Mars USB Camera Driver"
  39. depends on VIDEO_V4L2 && USB_GSPCA
  40. help
  41. Say Y here if you want support for cameras based on the Mars chip.
  42. To compile this driver as a module, choose M here: the
  43. module will be called gspca_mars.
  44. config USB_GSPCA_MR97310A
  45. tristate "Mars-Semi MR97310A USB Camera Driver"
  46. depends on VIDEO_V4L2 && USB_GSPCA
  47. help
  48. Say Y here if you want support for cameras based on the MR97310A chip.
  49. To compile this driver as a module, choose M here: the
  50. module will be called gspca_mr97310a.
  51. config USB_GSPCA_OV519
  52. tristate "OV519 USB Camera Driver"
  53. depends on VIDEO_V4L2 && USB_GSPCA
  54. help
  55. Say Y here if you want support for cameras based on the OV519 chip.
  56. To compile this driver as a module, choose M here: the
  57. module will be called gspca_ov519.
  58. config USB_GSPCA_OV534
  59. tristate "OV534 USB Camera Driver"
  60. depends on VIDEO_V4L2 && USB_GSPCA
  61. help
  62. Say Y here if you want support for cameras based on the OV534 chip.
  63. (e.g. Sony Playstation EYE)
  64. To compile this driver as a module, choose M here: the
  65. module will be called gspca_ov534.
  66. config USB_GSPCA_PAC207
  67. tristate "Pixart PAC207 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 PAC207 chip.
  71. To compile this driver as a module, choose M here: the
  72. module will be called gspca_pac207.
  73. config USB_GSPCA_PAC7311
  74. tristate "Pixart PAC7311 USB Camera Driver"
  75. depends on VIDEO_V4L2 && USB_GSPCA
  76. help
  77. Say Y here if you want support for cameras based on the PAC7311 chip.
  78. To compile this driver as a module, choose M here: the
  79. module will be called gspca_pac7311.
  80. config USB_GSPCA_SONIXB
  81. tristate "SONIX Bayer USB Camera Driver"
  82. depends on VIDEO_V4L2 && USB_GSPCA
  83. help
  84. Say Y here if you want support for cameras based on the Sonix
  85. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  86. To compile this driver as a module, choose M here: the
  87. module will be called gspca_sonixb.
  88. config USB_GSPCA_SONIXJ
  89. tristate "SONIX JPEG 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 Sonix
  93. chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  94. To compile this driver as a module, choose M here: the
  95. module will be called gspca_sonixj
  96. config USB_GSPCA_SPCA500
  97. tristate "SPCA500 USB Camera Driver"
  98. depends on VIDEO_V4L2 && USB_GSPCA
  99. help
  100. Say Y here if you want support for cameras based on the SPCA500 chip.
  101. To compile this driver as a module, choose M here: the
  102. module will be called gspca_spca500.
  103. config USB_GSPCA_SPCA501
  104. tristate "SPCA501 USB Camera Driver"
  105. depends on VIDEO_V4L2 && USB_GSPCA
  106. help
  107. Say Y here if you want support for cameras based on the SPCA501 chip.
  108. To compile this driver as a module, choose M here: the
  109. module will be called gspca_spca501.
  110. config USB_GSPCA_SPCA505
  111. tristate "SPCA505 USB Camera Driver"
  112. depends on VIDEO_V4L2 && USB_GSPCA
  113. help
  114. Say Y here if you want support for cameras based on the SPCA505 chip.
  115. To compile this driver as a module, choose M here: the
  116. module will be called gspca_spca505.
  117. config USB_GSPCA_SPCA506
  118. tristate "SPCA506 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 SPCA506 chip.
  122. To compile this driver as a module, choose M here: the
  123. module will be called gspca_spca506.
  124. config USB_GSPCA_SPCA508
  125. tristate "SPCA508 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 SPCA508 chip.
  129. To compile this driver as a module, choose M here: the
  130. module will be called gspca_spca508.
  131. config USB_GSPCA_SPCA561
  132. tristate "SPCA561 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 SPCA561 chip.
  136. To compile this driver as a module, choose M here: the
  137. module will be called gspca_spca561.
  138. config USB_GSPCA_SQ905
  139. tristate "SQ Technologies SQ905 based 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 SQ905 chip.
  143. To compile this driver as a module, choose M here: the
  144. module will be called gspca_sq905.
  145. config USB_GSPCA_SQ905C
  146. tristate "SQ Technologies SQ905C based 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 SQ905C chip.
  150. To compile this driver as a module, choose M here: the
  151. module will be called gspca_sq905c.
  152. config USB_GSPCA_STK014
  153. tristate "Syntek DV4000 (STK014) 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 STK014 chip.
  157. To compile this driver as a module, choose M here: the
  158. module will be called gspca_stk014.
  159. config USB_GSPCA_SUNPLUS
  160. tristate "SUNPLUS 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 Sunplus
  164. SPCA504(abc) SPCA533 SPCA536 chips.
  165. To compile this driver as a module, choose M here: the
  166. module will be called gspca_sunplus.
  167. config USB_GSPCA_T613
  168. tristate "T613 (JPEG Compliance) USB Camera Driver"
  169. depends on VIDEO_V4L2 && USB_GSPCA
  170. help
  171. Say Y here if you want support for cameras based on the T613 chip.
  172. To compile this driver as a module, choose M here: the
  173. module will be called gspca_t613.
  174. config USB_GSPCA_TV8532
  175. tristate "TV8532 USB Camera Driver"
  176. depends on VIDEO_V4L2 && USB_GSPCA
  177. help
  178. Say Y here if you want support for cameras based on the TV8531 chip.
  179. To compile this driver as a module, choose M here: the
  180. module will be called gspca_tv8532.
  181. config USB_GSPCA_VC032X
  182. tristate "VC032X USB Camera Driver"
  183. depends on VIDEO_V4L2 && USB_GSPCA
  184. help
  185. Say Y here if you want support for cameras based on the VC032X chip.
  186. To compile this driver as a module, choose M here: the
  187. module will be called gspca_vc032x.
  188. config USB_GSPCA_ZC3XX
  189. tristate "ZC3XX 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 ZC3XX chip.
  193. To compile this driver as a module, choose M here: the
  194. module will be called gspca_zc3xx.
  195. endif