Kconfig 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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_SN9C20X
  81. tristate "SN9C20X 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
  85. sn9c20x chips (SN9C201 and SN9C202).
  86. To compile this driver as a module, choose M here: the
  87. module will be called gspca_sn9c20x.
  88. config USB_GSPCA_SN9C20X_EVDEV
  89. bool "Enable evdev support"
  90. depends on USB_GSPCA_SN9C20X
  91. ---help---
  92. Say Y here in order to enable evdev support for sn9c20x webcam button.
  93. config USB_GSPCA_SONIXB
  94. tristate "SONIX Bayer 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 Sonix
  98. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  99. To compile this driver as a module, choose M here: the
  100. module will be called gspca_sonixb.
  101. config USB_GSPCA_SONIXJ
  102. tristate "SONIX JPEG 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 JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  107. To compile this driver as a module, choose M here: the
  108. module will be called gspca_sonixj
  109. config USB_GSPCA_SPCA500
  110. tristate "SPCA500 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 SPCA500 chip.
  114. To compile this driver as a module, choose M here: the
  115. module will be called gspca_spca500.
  116. config USB_GSPCA_SPCA501
  117. tristate "SPCA501 USB Camera Driver"
  118. depends on VIDEO_V4L2 && USB_GSPCA
  119. help
  120. Say Y here if you want support for cameras based on the SPCA501 chip.
  121. To compile this driver as a module, choose M here: the
  122. module will be called gspca_spca501.
  123. config USB_GSPCA_SPCA505
  124. tristate "SPCA505 USB Camera Driver"
  125. depends on VIDEO_V4L2 && USB_GSPCA
  126. help
  127. Say Y here if you want support for cameras based on the SPCA505 chip.
  128. To compile this driver as a module, choose M here: the
  129. module will be called gspca_spca505.
  130. config USB_GSPCA_SPCA506
  131. tristate "SPCA506 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 SPCA506 chip.
  135. To compile this driver as a module, choose M here: the
  136. module will be called gspca_spca506.
  137. config USB_GSPCA_SPCA508
  138. tristate "SPCA508 USB Camera Driver"
  139. depends on VIDEO_V4L2 && USB_GSPCA
  140. help
  141. Say Y here if you want support for cameras based on the SPCA508 chip.
  142. To compile this driver as a module, choose M here: the
  143. module will be called gspca_spca508.
  144. config USB_GSPCA_SPCA561
  145. tristate "SPCA561 USB Camera Driver"
  146. depends on VIDEO_V4L2 && USB_GSPCA
  147. help
  148. Say Y here if you want support for cameras based on the SPCA561 chip.
  149. To compile this driver as a module, choose M here: the
  150. module will be called gspca_spca561.
  151. config USB_GSPCA_SQ905
  152. tristate "SQ Technologies SQ905 based USB Camera Driver"
  153. depends on VIDEO_V4L2 && USB_GSPCA
  154. help
  155. Say Y here if you want support for cameras based on the SQ905 chip.
  156. To compile this driver as a module, choose M here: the
  157. module will be called gspca_sq905.
  158. config USB_GSPCA_SQ905C
  159. tristate "SQ Technologies SQ905C based USB Camera Driver"
  160. depends on VIDEO_V4L2 && USB_GSPCA
  161. help
  162. Say Y here if you want support for cameras based on the SQ905C chip.
  163. To compile this driver as a module, choose M here: the
  164. module will be called gspca_sq905c.
  165. config USB_GSPCA_STK014
  166. tristate "Syntek DV4000 (STK014) USB Camera Driver"
  167. depends on VIDEO_V4L2 && USB_GSPCA
  168. help
  169. Say Y here if you want support for cameras based on the STK014 chip.
  170. To compile this driver as a module, choose M here: the
  171. module will be called gspca_stk014.
  172. config USB_GSPCA_SUNPLUS
  173. tristate "SUNPLUS USB Camera Driver"
  174. depends on VIDEO_V4L2 && USB_GSPCA
  175. help
  176. Say Y here if you want support for cameras based on the Sunplus
  177. SPCA504(abc) SPCA533 SPCA536 chips.
  178. To compile this driver as a module, choose M here: the
  179. module will be called gspca_sunplus.
  180. config USB_GSPCA_T613
  181. tristate "T613 (JPEG Compliance) 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 T613 chip.
  185. To compile this driver as a module, choose M here: the
  186. module will be called gspca_t613.
  187. config USB_GSPCA_TV8532
  188. tristate "TV8532 USB Camera Driver"
  189. depends on VIDEO_V4L2 && USB_GSPCA
  190. help
  191. Say Y here if you want support for cameras based on the TV8531 chip.
  192. To compile this driver as a module, choose M here: the
  193. module will be called gspca_tv8532.
  194. config USB_GSPCA_VC032X
  195. tristate "VC032X USB Camera Driver"
  196. depends on VIDEO_V4L2 && USB_GSPCA
  197. help
  198. Say Y here if you want support for cameras based on the VC032X chip.
  199. To compile this driver as a module, choose M here: the
  200. module will be called gspca_vc032x.
  201. config USB_GSPCA_ZC3XX
  202. tristate "ZC3XX USB Camera Driver"
  203. depends on VIDEO_V4L2 && USB_GSPCA
  204. help
  205. Say Y here if you want support for cameras based on the ZC3XX chip.
  206. To compile this driver as a module, choose M here: the
  207. module will be called gspca_zc3xx.
  208. endif