diff options
author | Dean Anderson <dean@sensoray.com> | 2008-06-26 22:15:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:12:59 -0400 |
commit | 38f993ad8b1fe4caf9e989caf6e2a25aff3bbaf7 (patch) | |
tree | 829d3ba2e469d42e101bc90384bb3d10630972da /drivers/media/video/Kconfig | |
parent | bfda3a0b3276cda7f2da1dcd98bd060b60954cbb (diff) |
V4L/DVB (8125): This driver adds support for the Sensoray 2255 devices.
It was primarily developed by Dean Anderson with only a little bit of
guidance and cleanup by Greg.
Signed-off-by: Dean Anderson <dean@sensoray.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
[mchehab@infradead.org: fixed renamed callbacks]
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 5ccb0aeca8cc..8fca90b75e79 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -905,6 +905,15 @@ config USB_STKWEBCAM | |||
905 | To compile this driver as a module, choose M here: the | 905 | To compile this driver as a module, choose M here: the |
906 | module will be called stkwebcam. | 906 | module will be called stkwebcam. |
907 | 907 | ||
908 | config USB_S2255 | ||
909 | tristate "USB Sensoray 2255 video capture device" | ||
910 | depends on VIDEO_V4L2 | ||
911 | select VIDEOBUF_VMALLOC | ||
912 | default n | ||
913 | help | ||
914 | Say Y here if you want support for the Sensoray 2255 USB device. | ||
915 | This driver can be compiled as a module, called s2255drv. | ||
916 | |||
908 | endif # V4L_USB_DRIVERS | 917 | endif # V4L_USB_DRIVERS |
909 | 918 | ||
910 | config SOC_CAMERA | 919 | config SOC_CAMERA |