diff options
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r-- | drivers/media/video/gspca/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig index 34ae2c299799..43d9a20caebc 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig | |||
@@ -179,6 +179,16 @@ config USB_GSPCA_PAC7311 | |||
179 | To compile this driver as a module, choose M here: the | 179 | To compile this driver as a module, choose M here: the |
180 | module will be called gspca_pac7311. | 180 | module will be called gspca_pac7311. |
181 | 181 | ||
182 | config USB_GSPCA_SE401 | ||
183 | tristate "SE401 USB Camera Driver" | ||
184 | depends on VIDEO_V4L2 && USB_GSPCA | ||
185 | help | ||
186 | Say Y here if you want support for cameras based on the | ||
187 | Endpoints (formerly known as AOX) se401 chip. | ||
188 | |||
189 | To compile this driver as a module, choose M here: the | ||
190 | module will be called gspca_se401. | ||
191 | |||
182 | config USB_GSPCA_SN9C2028 | 192 | config USB_GSPCA_SN9C2028 |
183 | tristate "SONIX Dual-Mode USB Camera Driver" | 193 | tristate "SONIX Dual-Mode USB Camera Driver" |
184 | depends on VIDEO_V4L2 && USB_GSPCA | 194 | depends on VIDEO_V4L2 && USB_GSPCA |