diff options
author | Theodore Kilgore <kilgota@banach.math.auburn.edu> | 2009-12-25 03:16:32 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:39 -0500 |
commit | 5bdd00b93e368acc793748340c15cd2811fdd02b (patch) | |
tree | 5cad69e63d5ccd9119129e25f204f67c35cf737d /drivers/media/video/gspca/Kconfig | |
parent | 70136081fc67ea77d849f86fa323e5773c8e40ea (diff) |
V4L/DVB (13992): gspca_sn9c2028: New gspca subdriver
New gspca subdriver adding support for SN9C2028 dual-mode cameras.
Signed-off-by: Theodore Kilgore <kilgota@banach.math.auburn.edu>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 561bab0874ce..20b0f62fe77f 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig | |||
@@ -141,6 +141,16 @@ config USB_GSPCA_PAC7311 | |||
141 | To compile this driver as a module, choose M here: the | 141 | To compile this driver as a module, choose M here: the |
142 | module will be called gspca_pac7311. | 142 | module will be called gspca_pac7311. |
143 | 143 | ||
144 | config USB_GSPCA_SN9C2028 | ||
145 | tristate "SONIX Dual-Mode USB Camera Driver" | ||
146 | depends on VIDEO_V4L2 && USB_GSPCA | ||
147 | help | ||
148 | Say Y here if you want streaming support for Sonix SN9C2028 cameras. | ||
149 | These are supported as stillcams in libgphoto2/camlibs/sonix. | ||
150 | |||
151 | To compile this driver as a module, choose M here: the | ||
152 | module will be called gspca_sn9c2028. | ||
153 | |||
144 | config USB_GSPCA_SN9C20X | 154 | config USB_GSPCA_SN9C20X |
145 | tristate "SN9C20X USB Camera Driver" | 155 | tristate "SN9C20X USB Camera Driver" |
146 | depends on VIDEO_V4L2 && USB_GSPCA | 156 | depends on VIDEO_V4L2 && USB_GSPCA |