Kconfig 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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_PAC207
  51. tristate "Pixart PAC207 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 PAC207 chip.
  55. To compile this driver as a module, choose M here: the
  56. module will be called gspca_pac207.
  57. config USB_GSPCA_PAC7311
  58. tristate "Pixart PAC7311 USB Camera Driver"
  59. depends on VIDEO_V4L2 && USB_GSPCA
  60. help
  61. Say Y here if you want support for cameras based on the PAC7311 chip.
  62. To compile this driver as a module, choose M here: the
  63. module will be called gspca_pac7311.
  64. config USB_GSPCA_SONIXB
  65. tristate "SONIX Bayer USB Camera Driver"
  66. depends on VIDEO_V4L2 && USB_GSPCA
  67. help
  68. Say Y here if you want support for cameras based on the Sonix
  69. chips with Bayer format (SN9C101, SN9C102 and SN9C103).
  70. To compile this driver as a module, choose M here: the
  71. module will be called gspca_sonixb.
  72. config USB_GSPCA_SONIXJ
  73. tristate "SONIX JPEG 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 JPEG format (SN9C102P, SN9C105 and >= SN9C110).
  78. To compile this driver as a module, choose M here: the
  79. module will be called gspca_sonixj
  80. config USB_GSPCA_SPCA500
  81. tristate "SPCA500 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 SPCA500 chip.
  85. To compile this driver as a module, choose M here: the
  86. module will be called gspca_spca500.
  87. config USB_GSPCA_SPCA501
  88. tristate "SPCA501 USB Camera Driver"
  89. depends on VIDEO_V4L2 && USB_GSPCA
  90. help
  91. Say Y here if you want support for cameras based on the SPCA501 chip.
  92. To compile this driver as a module, choose M here: the
  93. module will be called gspca_spca501.
  94. config USB_GSPCA_SPCA505
  95. tristate "SPCA505 USB Camera Driver"
  96. depends on VIDEO_V4L2 && USB_GSPCA
  97. help
  98. Say Y here if you want support for cameras based on the SPCA505 chip.
  99. To compile this driver as a module, choose M here: the
  100. module will be called gspca_spca505.
  101. config USB_GSPCA_SPCA506
  102. tristate "SPCA506 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 SPCA506 chip.
  106. To compile this driver as a module, choose M here: the
  107. module will be called gspca_spca506.
  108. config USB_GSPCA_SPCA508
  109. tristate "SPCA508 USB Camera Driver"
  110. depends on VIDEO_V4L2 && USB_GSPCA
  111. help
  112. Say Y here if you want support for cameras based on the SPCA508 chip.
  113. To compile this driver as a module, choose M here: the
  114. module will be called gspca_spca508.
  115. config USB_GSPCA_SPCA561
  116. tristate "SPCA561 USB Camera Driver"
  117. depends on VIDEO_V4L2 && USB_GSPCA
  118. help
  119. Say Y here if you want support for cameras based on the SPCA561 chip.
  120. To compile this driver as a module, choose M here: the
  121. module will be called gspca_spca561.
  122. config USB_GSPCA_STK014
  123. tristate "Syntek DV4000 (STK014) USB Camera Driver"
  124. depends on VIDEO_V4L2 && USB_GSPCA
  125. help
  126. Say Y here if you want support for cameras based on the STK014 chip.
  127. To compile this driver as a module, choose M here: the
  128. module will be called gspca_stk014.
  129. config USB_GSPCA_SUNPLUS
  130. tristate "SUNPLUS USB Camera Driver"
  131. depends on VIDEO_V4L2 && USB_GSPCA
  132. help
  133. Say Y here if you want support for cameras based on the Sunplus
  134. SPCA504(abc) SPCA533 SPCA536 chips.
  135. To compile this driver as a module, choose M here: the
  136. module will be called gspca_sunplus.
  137. config USB_GSPCA_T613
  138. tristate "T613 (JPEG Compliance) 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 T613 chip.
  142. To compile this driver as a module, choose M here: the
  143. module will be called gspca_t613.
  144. config USB_GSPCA_TV8532
  145. tristate "TV8532 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 TV8531 chip.
  149. To compile this driver as a module, choose M here: the
  150. module will be called gspca_tv8532.
  151. config USB_GSPCA_VC032X
  152. tristate "VC032X 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 VC032X chip.
  156. To compile this driver as a module, choose M here: the
  157. module will be called gspca_vc032x.
  158. config USB_GSPCA_ZC3XX
  159. tristate "ZC3XX 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 ZC3XX chip.
  163. To compile this driver as a module, choose M here: the
  164. module will be called gspca_zc3xx.
  165. endif