aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r--drivers/media/video/gspca/Kconfig23
1 files changed, 18 insertions, 5 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig
index 6b557c057fac..ee6a691dff22 100644
--- a/drivers/media/video/gspca/Kconfig
+++ b/drivers/media/video/gspca/Kconfig
@@ -12,12 +12,13 @@ menuconfig USB_GSPCA
12 "Video For Linux" to use this driver. 12 "Video For Linux" to use this driver.
13 13
14 To compile this driver as modules, choose M here: the 14 To compile this driver as modules, choose M here: the
15 modules will be called gspca_main. 15 module will be called gspca_main.
16 16
17 17
18if USB_GSPCA && VIDEO_V4L2 18if USB_GSPCA && VIDEO_V4L2
19 19
20source "drivers/media/video/gspca/m5602/Kconfig" 20source "drivers/media/video/gspca/m5602/Kconfig"
21source "drivers/media/video/gspca/stv06xx/Kconfig"
21 22
22config USB_GSPCA_CONEX 23config USB_GSPCA_CONEX
23 tristate "Conexant Camera Driver" 24 tristate "Conexant Camera Driver"
@@ -64,6 +65,16 @@ config USB_GSPCA_OV519
64 To compile this driver as a module, choose M here: the 65 To compile this driver as a module, choose M here: the
65 module will be called gspca_ov519. 66 module will be called gspca_ov519.
66 67
68config USB_GSPCA_OV534
69 tristate "OV534 USB Camera Driver"
70 depends on VIDEO_V4L2 && USB_GSPCA
71 help
72 Say Y here if you want support for cameras based on the OV534 chip.
73 (e.g. Sony Playstation EYE)
74
75 To compile this driver as a module, choose M here: the
76 module will be called gspca_ov534.
77
67config USB_GSPCA_PAC207 78config USB_GSPCA_PAC207
68 tristate "Pixart PAC207 USB Camera Driver" 79 tristate "Pixart PAC207 USB Camera Driver"
69 depends on VIDEO_V4L2 && USB_GSPCA 80 depends on VIDEO_V4L2 && USB_GSPCA
@@ -83,10 +94,11 @@ config USB_GSPCA_PAC7311
83 module will be called gspca_pac7311. 94 module will be called gspca_pac7311.
84 95
85config USB_GSPCA_SONIXB 96config USB_GSPCA_SONIXB
86 tristate "SN9C102 USB Camera Driver" 97 tristate "SONIX Bayer USB Camera Driver"
87 depends on VIDEO_V4L2 && USB_GSPCA 98 depends on VIDEO_V4L2 && USB_GSPCA
88 help 99 help
89 Say Y here if you want support for cameras based on the SONIXB chip. 100 Say Y here if you want support for cameras based on the Sonix
101 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
90 102
91 To compile this driver as a module, choose M here: the 103 To compile this driver as a module, choose M here: the
92 module will be called gspca_sonixb. 104 module will be called gspca_sonixb.
@@ -95,7 +107,8 @@ config USB_GSPCA_SONIXJ
95 tristate "SONIX JPEG USB Camera Driver" 107 tristate "SONIX JPEG USB Camera Driver"
96 depends on VIDEO_V4L2 && USB_GSPCA 108 depends on VIDEO_V4L2 && USB_GSPCA
97 help 109 help
98 Say Y here if you want support for cameras based on the SONIXJ chip. 110 Say Y here if you want support for cameras based on the Sonix
111 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
99 112
100 To compile this driver as a module, choose M here: the 113 To compile this driver as a module, choose M here: the
101 module will be called gspca_sonixj 114 module will be called gspca_sonixj
@@ -171,7 +184,7 @@ config USB_GSPCA_SUNPLUS
171 SPCA504(abc) SPCA533 SPCA536 chips. 184 SPCA504(abc) SPCA533 SPCA536 chips.
172 185
173 To compile this driver as a module, choose M here: the 186 To compile this driver as a module, choose M here: the
174 module will be called gspca_spca5xx. 187 module will be called gspca_sunplus.
175 188
176config USB_GSPCA_T613 189config USB_GSPCA_T613
177 tristate "T613 (JPEG Compliance) USB Camera Driver" 190 tristate "T613 (JPEG Compliance) USB Camera Driver"