Kconfig 6.6 KB

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