Kconfig 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. modules 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_MARS
  30. tristate "Mars USB Camera Driver"
  31. depends on VIDEO_V4L2 && USB_GSPCA
  32. help
  33. Say Y here if you want support for cameras based on the Mars chip.
  34. To compile this driver as a module, choose M here: the
  35. module will be called gspca_mars.
  36. config USB_GSPCA_OV519
  37. tristate "OV519 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 OV519 chip.
  41. To compile this driver as a module, choose M here: the
  42. module will be called gspca_ov519.
  43. config USB_GSPCA_PAC207
  44. tristate "Pixart PAC207 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 PAC207 chip.
  48. To compile this driver as a module, choose M here: the
  49. module will be called gspca_pac207.
  50. config USB_GSPCA_PAC7311
  51. tristate "Pixart PAC7311 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 PAC7311 chip.
  55. To compile this driver as a module, choose M here: the
  56. module will be called gspca_pac7311.
  57. config USB_GSPCA_SONIXB
  58. tristate "SN9C102 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 SONIXB chip.
  62. To compile this driver as a module, choose M here: the
  63. module will be called gspca_sonixb.
  64. config USB_GSPCA_SONIXJ
  65. tristate "SONIX JPEG 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 SONIXJ chip.
  69. To compile this driver as a module, choose M here: the
  70. module will be called gspca_sonixj
  71. config USB_GSPCA_SPCA500
  72. tristate "SPCA500 USB Camera Driver"
  73. depends on VIDEO_V4L2 && USB_GSPCA
  74. help
  75. Say Y here if you want support for cameras based on the SPCA500 chip.
  76. To compile this driver as a module, choose M here: the
  77. module will be called gspca_spca500.
  78. config USB_GSPCA_SPCA501
  79. tristate "SPCA501 USB Camera Driver"
  80. depends on VIDEO_V4L2 && USB_GSPCA
  81. help
  82. Say Y here if you want support for cameras based on the SPCA501 chip.
  83. To compile this driver as a module, choose M here: the
  84. module will be called gspca_spca501.
  85. config USB_GSPCA_SPCA505
  86. tristate "SPCA505 USB Camera Driver"
  87. depends on VIDEO_V4L2 && USB_GSPCA
  88. help
  89. Say Y here if you want support for cameras based on the SPCA505 chip.
  90. To compile this driver as a module, choose M here: the
  91. module will be called gspca_spca505.
  92. config USB_GSPCA_SPCA506
  93. tristate "SPCA506 USB Camera Driver"
  94. depends on VIDEO_V4L2 && USB_GSPCA
  95. help
  96. Say Y here if you want support for cameras based on the SPCA506 chip.
  97. To compile this driver as a module, choose M here: the
  98. module will be called gspca_spca506.
  99. config USB_GSPCA_SPCA508
  100. tristate "SPCA508 USB Camera Driver"
  101. depends on VIDEO_V4L2 && USB_GSPCA
  102. help
  103. Say Y here if you want support for cameras based on the SPCA508 chip.
  104. To compile this driver as a module, choose M here: the
  105. module will be called gspca_spca508.
  106. config USB_GSPCA_SPCA561
  107. tristate "SPCA561 USB Camera Driver"
  108. depends on VIDEO_V4L2 && USB_GSPCA
  109. help
  110. Say Y here if you want support for cameras based on the SPCA561 chip.
  111. To compile this driver as a module, choose M here: the
  112. module will be called gspca_spca561.
  113. config USB_GSPCA_STK014
  114. tristate "Syntek DV4000 (STK014) USB Camera Driver"
  115. depends on VIDEO_V4L2 && USB_GSPCA
  116. help
  117. Say Y here if you want support for cameras based on the STK014 chip.
  118. To compile this driver as a module, choose M here: the
  119. module will be called gspca_stk014.
  120. config USB_GSPCA_SPCA5XX
  121. tristate "SPCA5xx USB Camera Driver"
  122. depends on VIDEO_V4L2 && USB_GSPCA
  123. help
  124. Say Y here if you want support for cameras based on the Sunplus
  125. SPCA504(abc) SPCA533 SPCA536 chips.
  126. To compile this driver as a module, choose M here: the
  127. module will be called gspca_spca5xx.
  128. config USB_GSPCA_T613
  129. tristate "T613 (JPEG Compliance) USB Camera Driver"
  130. depends on VIDEO_V4L2 && USB_GSPCA
  131. help
  132. Say Y here if you want support for cameras based on the T613 chip.
  133. To compile this driver as a module, choose M here: the
  134. module will be called gspca_t613.
  135. config USB_GSPCA_TV8531
  136. tristate "TV8532 USB Camera Driver"
  137. depends on VIDEO_V4L2 && USB_GSPCA
  138. help
  139. Say Y here if you want support for cameras based on the TV8531 chip.
  140. To compile this driver as a module, choose M here: the
  141. module will be called gspca_tv8532.
  142. config USB_GSPCA_VC032X
  143. tristate "VC032X USB Camera Driver"
  144. depends on VIDEO_V4L2 && USB_GSPCA
  145. help
  146. Say Y here if you want support for cameras based on the VC032X chip.
  147. To compile this driver as a module, choose M here: the
  148. module will be called gspca_vc032x.
  149. config USB_GSPCA_ZC3XX
  150. tristate "VC3xx USB Camera Driver"
  151. depends on VIDEO_V4L2 && USB_GSPCA
  152. help
  153. Say Y here if you want support for cameras based on the ZC3XX chip.
  154. To compile this driver as a module, choose M here: the
  155. module will be called gspca_zc3xx.
  156. endif